Modulo

Overview

Modulo takes two Numerical Type Inputs; a (the dividend) and b (the divisor) and returns the remainder of the division of a and b.

Unlike normal division, this kind of operation, actually considers how many times the divisor fits into the dividend in its entirity (the quotient), with the remainder being the amount that is left over.

Attributes

Inputs

Outputs

Last updated