Companion

object Companion

Properties

DECIMAL128
Link copied to clipboard
common
val DECIMAL128: MathContext
A MathContext object with a precision setting matching the IEEE 754R Decimal128 format, 34 digits, and a rounding mode of HALF_EVEN, the IEEE 754R default.
DECIMAL32
Link copied to clipboard
common
val DECIMAL32: MathContext
A MathContext object with a precision setting matching the IEEE 754R Decimal32 format, 7 digits, and a rounding mode of HALF_EVEN, the IEEE 754R default.
DECIMAL64
Link copied to clipboard
common
val DECIMAL64: MathContext
A MathContext object with a precision setting matching the IEEE 754R Decimal64 format, 16 digits, and a rounding mode of HALF_EVEN, the IEEE 754R default.
UNLIMITED
Link copied to clipboard
common
val UNLIMITED: MathContext
A MathContext object whose settings have the values required for unlimited precision arithmetic.