I have recently found the bignumber.js library:
source: https://github.com/MikeMcl/bignumber.js
What I'm not sure of is if there is a limit to how big the number operations can be? I have been looking into the documentation, trying to find sources online. But nothing as of yet.
I haven't worked with
bignumber.jsbut a small peek into http://mikemcl.github.io/bignumber.js/#range has shown me that it seems to be configurable.