NumJs
A simple library to add more math function for data science
This is like numpy, but for javascript
Featured Function
- Numerical (etc: Multiply 30 and 67)
- Convert (etc: Meter to Inch)
- Matrix (Coming Soon)
Quick Start
1. Installing
2. Use
import { numerical, convert } from 'numjs'; numerical.Pow(9); // 81 convert.MInch(10); // 25.4
License
The MIT License