Abstract
Static
addPrecisely adds the given values.
The first number for the addition.
The second number for the addition.
The precise result as BigNumber.
Static
dividePrecisely divides the first value by the second value.
The value that will be divided.
The value that divides the first value.
The precise result as BigNumber.
Static
multiplyPrecisely multiplies the given values.
The first number to multiply.
The second number to multiply.
The precise result as BigNumber.
Static
newCreates a BigNumber from the provided input.
The number value to create from.
A new BigNumber.
Provides functionality around calculating with high precision.