BigNum
Properties
Link copied to clipboard
Returns the decimal part as a BigInt of this BigNum so for 1.9123.bn
it will return 9123.bi
Functions
Link copied to clipboard
Converts the internal scale of this BigNum to otherScale while keeping the same value.
Link copied to clipboard
Creates a ClosedBigNumRange between this and that
Link copied to clipboard
Converts this BigInt doing ceiling when there are decimals
Link copied to clipboard
Converts this BigInt doing flooring when there are decimals
Link copied to clipboard
Converts this BigInt doing rounding when there are decimals