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.

Show source
Register or log in to add new notes.