An open API service indexing awesome lists of open source software.

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

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.