Search

Mod

Last Updated: Mar 8, 2023

Articles

Use this function to find the modulus of the two input values.

Syntax

Mod (dividend,divisor)

Parameters

Input Parameter Name Description
dividend Integer value
divisor Integer value

Returns

Return Value Description
Value Returns the modulus of the input values

Sample

Mod (8075,460)

  • Returns 255.

To view all the Math functions, click here.

Did you find what you were looking for?