1.0.0 • Published 7 months ago
numie v1.0.0
Overview
numie is a javascript library for mathematical computation. It will continue to develop with more useful math functions!
Installation
- You can run the command below to install numie via npm.
npm install numie
- You can then import all functions from numie.
import * as NUMIE from 'numie'
Basic Usage
import { factorial } from 'numie'
console.log( factorial(50) )
Contributors
Thank you sangkunine for your mentorship.
1.0.0
7 months ago