https://github.com/kneth/commons-math
A small library of common data types and numerical methods for solving mathematical problems
https://github.com/kneth/commons-math
numerical-analysis
Last synced: 8 months ago
JSON representation
A small library of common data types and numerical methods for solving mathematical problems
- Host: GitHub
- URL: https://github.com/kneth/commons-math
- Owner: kneth
- License: apache-2.0
- Created: 2018-11-08T05:52:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-18T21:32:25.000Z (over 7 years ago)
- Last Synced: 2025-05-20T04:05:25.444Z (about 1 year ago)
- Topics: numerical-analysis
- Language: TypeScript
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
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-math
```
## License
The library is published under the Apache 2.0 license.