div

operator fun KBigDecimal.div(other: KBigDecimal): KBigDecimal

Division operator for KBigDecimal with default scale and rounding. WARNING: This currently defaults to a fixed scale of 10 and HALF_UP rounding. For precise control, use the divide method directly.


operator fun KBigInteger.div(other: KBigInteger): KBigInteger

Division operator for KBigInteger.