method

remainder

v1_9_1_378 - Show latest stable - Class: BigDecimal
remainder(p1)
public

Returns the remainder from dividing by the value.

If the values divided are of the same sign, the remainder is the same as the modulus (see divmod).

Otherwise, the remainder is the modulus minus the value divided by.