AbstractStaticaddPrecisely adds the given values.
The first number for the addition.
The second number for the addition.
The precise result as BigNumber.
StaticdividePrecisely 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.
StaticmultiplyPrecisely multiplies the given values.
The first number to multiply.
The second number to multiply.
The precise result as BigNumber.
StaticnewCreates a BigNumber from the provided input.
The number value to create from.
A new BigNumber.
Provides functionality around calculating with high precision.