https://github.com/turbo87/angle-js
Number wrapper for angle calculations
https://github.com/turbo87/angle-js
Last synced: about 1 month ago
JSON representation
Number wrapper for angle calculations
- Host: GitHub
- URL: https://github.com/turbo87/angle-js
- Owner: Turbo87
- License: mit
- Created: 2015-07-17T15:49:29.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2018-03-23T04:10:03.000Z (about 8 years ago)
- Last Synced: 2025-02-04T03:02:40.982Z (over 1 year ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# angle-js
[](https://travis-ci.org/Turbo87/angle-js)
Number wrapper for angle calculations
## Install
```
$ npm install --save @turbo87/angle
```
## Usage
```js
var Angle = require('@turbo87/angle');
var angle = Angle.fromRadians(Math.PI);
console.log(angle.inDegrees()); // -> 180.0
```
## License
MIT © [Tobias Bieniek](https://github.com/turbo87)