commons-math
v0.3.1
Published
A small library of common data types and numerical methods for solving mathematical problems
Readme
commons-math is a small library of common data types and numerical methods for solving mathematical problems.
Features
- Immutable complex numbers (
Complex) - Immutable fractions (
Fractions) - Vectors (
Vector) and matrices (Matrix)
Installation
You can install the library using the command:
npm install commons-mathLicense
The library is published under the Apache 2.0 license.
