@tubular/math
Version:
Miscellaneous math functions
14 lines (7 loc) • 539 B
Markdown
## Math utilities
Provides a few useful math utilities as well as pass-through declarations of the standard JavaScript Math library.
This includes min-max finding, zero finding, assistance for integer and modular math, angle calculations and conversions and formatting, and support for spherical coordinates.
## Build
Run `npm run build` to build the project. The build artifacts will be stored in the `dist/` directory.
## Running unit tests
Run `npm run test` to execute the unit tests via [Karma](https://karma-runner.github.io).