bignumber.js Questions
1
I'm aware of https://floating-point-gui.de/ and the fact that there are many libraries available to help with big numbers, but I've surprisingly been unable to find anything that handles more than ...
Coenzyme asked 23/9, 2022 at 20:0
1
Solved
What are the meanings of the c, e, and s fields in the object produced by bignumber.js?
For example:
> new BigNumber('1234')
{ c: [1234], e: 3, s: 1 }
> new BigNumber('12345678901234567890'...
Walkup asked 3/5, 2018 at 21:7
1
© 2022 - 2024 — McMap. All rights reserved.