math-extras
Version:
Useful mathematical functions which should be part of the JavaScript Math object.
38 lines (24 loc) • 559 B
Markdown
# Math Extras
Useful mathematical functions which should be part of the JavaScript Math object.
- radians
- degrees
- sign
- factorial
- log10
- erf
## Disclaimer
Yes, these are extensions to the Math object. They could confuse people into thinking they are built-in, drink all your liquor, or kick your dog. Save me the lecture, I assume you know what you are doing if you install this.
## Installation
```bash
$ npm install math-extras
```
## Usage
```js
require('math-extras')
```
## Testing
```bash
$ npm test
```
## License
[MIT](LICENSE)