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.
- Host: GitHub
- URL: https://github.com/vonage/js-math-utils
- Owner: Vonage
- License: mit
- Created: 2022-09-10T07:08:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-12T10:01:35.000Z (over 3 years ago)
- Last Synced: 2025-02-22T13:35:50.094Z (10 months ago)
- Language: TypeScript
- Size: 114 KB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 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)