1.0.0 • Published 7 months ago

numie v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

Overview

numie is a javascript library for mathematical computation. It will continue to develop with more useful math functions!

Installation

  1. You can run the command below to install numie via npm.
npm install numie
  1. 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