rem

inline operator fun BigDecimal.rem(other: BigDecimal): BigDecimal(source)

Enables the use of the % operator for BigDecimal instances.

Since Kotlin

1.0