Skip to content

A library for arbitrary-precision decimal arithmetic

License

Notifications You must be signed in to change notification settings

godfreycgs/big-n

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

big-n

A library for arbitrary-precision decimal arithmetic

example

var mul = require('big-n').mul

console.log(mul('12', '12')) // '144'

install

npm install -g big-n

license

MIT

About

A library for arbitrary-precision decimal arithmetic

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published