The Big instance.
Optional
mutable: boolean = falseWhether to mutate the Big instance. Defaults to false.
The absolute value of the Big instance.
absBig(new Big(-1)); // new Big instance with value 1
absBig(new Big(-1.1)); // new Big instance with value 1.1
absBig(new Big(1)); // new Big instance with value 1
Generated using TypeDoc
Returns the absolute value of a Big instance.