big.js is a stripped down version of bignumber.js, with lesser methods and in a smaller size.
Works with client-side (browsers) and server-side (Node.js) environments.
Documentation is included as well, to get developers started on their own projects.
Here are some key features of "big.js":
· Lightweight size
· Fast
· Simple API structure
· Framework agnostic
· AMD compliant
· Well-tested code
· Square root method
Requirements:
· JavaScript enabled on client side
· Node.js
What's New in This Release: [ read full changelog ]
· Added abs method and replaced cmp with eq, gt, gte, lt, and lte methods.