Skip to content

Modulo

mod / %

The modulo command will calculate the modulo of two numbers


Function Arguments

mod(left_operand, right_operand)

Algebraic Example

4 % 3
mod(4, 3)

RPN Example

4
3%
4
3mod