Package Exports
- rad2deg
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (rad2deg) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Rad2deg
Convert radians to degrees
Installation
npm install rad2degUsage
var rad2deg = require('rad2deg')
console.log(rad2deg(Math.PI))
// Logs 180