exponent

expect val exponent: Int

The exponent of this decimal number. If zero or positive, this represents the number of digits to the right of the decimal point. If negative, the mantissa is multiplied by ten to the power of the negation of the scale.

actual val exponent: Int