Clone a Big instance
The Big instance to clone.
cloneBig(new Big(123.456)); // new Big instance with the same value and scale as the original Copy
cloneBig(new Big(123.456)); // new Big instance with the same value and scale as the original
Generated using TypeDoc
Clone a Big instance