JSPM

rad2deg

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 276
  • Score
    100M100P100Q92033F
  • License MIT

Convert radians to degrees

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 rad2deg

Usage

var rad2deg = require('rad2deg')

console.log(rad2deg(Math.PI))

// Logs 180