math-numbers
v0.1.1
Published
A systematic implementation of different kinds of numbers with a consistent interface
Downloads
8
Readme
Math-Numbers
This is a JavaScript library that implements exact integer arithmetic, arbitrary precision decimals, and other stuff. It is intended for educational purposes and is probably not performant. Yeah, the multiplication algorithm is the simple one.
It should work equally well in node or browser though mostly it is for the browser.