Package-level declarations

Types

Link copied to clipboard
expect class BigDecimal

A multiplatform representation of a high-precision decimal number.

actual typealias BigDecimal = java.math.BigDecimal

JVM/Desktop implementation of BigDecimal using java.math.BigDecimal.

actual class BigDecimal(val value: String)

JavaScript implementation of BigDecimal.