Package-level declarations
Types
Pure Kotlin arbitrary-precision signed decimal number backed by JavaScript BigInt.
Immutable, arbitrary-precision signed decimal numbers.
Marks the custom JavaScript BigDecimal implementation backing Decimal, which may not cover every edge case of the platform decimal types used on other targets.
Platform specific representation of a finite immutable, arbitrary-precision signed decimal number
Platform specific representation of a finite immutable, arbitrary-precision signed decimal number
Platform specific representation of a finite immutable, arbitrary-precision signed decimal number
Platform specific representation of a finite immutable, arbitrary-precision signed decimal number
Platform specific representation of a finite immutable, arbitrary-precision signed decimal number
Platform specific representation of a finite immutable, arbitrary-precision signed decimal number
Rounding Mode for rounding a Decimal
Functions
Divides two Decimal.
Divides two Decimal to a given precision.
Subtracts two Decimal.
Subtracts two Decimal to a given precision.
Adds two Decimal together.
Adds two Decimal together scaled to a given precision.
Multiplies two Decimal.
Multiplies two Decimal to a given precision.
Converts a DoubleArray to a list of Decimal
Converts a FloatArray to a list of Decimal
Converts a ShortArray to a list of Decimal
Converts a Collection of NumberType to a list of Decimal
Converts a collection of Decimal to a DoubleArray
Converts a collection of Decimal to a list of String