# Functions
DecFixedPoint returns the DecFixedPointNumber representation of x.
DecFixedPointFromRawBigInt returns the DecFixedPointNumber of x assuming it is already scaled by 10^prec.
DecFloatPoint returns the DecFloatPointNumber representation of x.
Float returns the FloatNumber representation of x.
Int returns the IntNumber representation of x.
# Constants
No description provided by the author
# Structs
DecFixedPointNumber represents a fixed-point decimal number with fixed precision.
DecFloatPointNumber represents a decimal floating-point number.
FloatNumber represents a floating-point number.
IntNumber represents an arbitrary-precision integer.