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

https://github.com/vonage/js-math-utils

Simple library providing math utilities.
https://github.com/vonage/js-math-utils

Last synced: 5 months ago
JSON representation

Simple library providing math utilities.

Awesome Lists containing this project

README

          


Vonage logo

# js-math-utils
Pick badges here: https://poser.pugx.org/

Simple library providing math utilities.

## Table of content

- [Installation](#installation)
- [License](#license)
- [Links](#links)

## Installation

### Requirements
* [Node 16.3+](https://nodejs.org/en/)

### Installation

``` bash
# Install dependencies
npm install @vonage/js-math-utils
```

### Running tests

``` bash
# Running the tests
npm run test

# Running the test coverage
npm run coverage
```

## License

This project is licensed under the terms of the [MIT license](https://opensource.org/licenses/MIT) and is available for free.

## Links

* [Documentation](https://github.com/Vonage/js-math-utils/wiki)
* [Source code](https://github.com/Vonage/js-math-utils)