An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# angle-js

[![Build Status](https://travis-ci.org/Turbo87/angle-js.svg?branch=master)](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)