mod() Function

Returns the remainder of dividend when divided by the divisor.

Syntax

mod( dividend, divisor )

dividend: (Decimal Array) The number that will serve as the dividend in the modulus calculation.

divisor: (Decimal Array) The number that will serve as the divisor or base in the modulus calculation.

Returns

Number

Examples

mod(8,3) returns 2

Open in Github Built: Wed, Aug 17, 2022 (01:05:05 PM)

On This Page

FEEDBACK