mod() Function

Function

mod( dividend, divisor )

Returns the remainder of dividend when divided by the divisor.

Parameters

Keyword Type Description

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: Tue, May 23, 2023 (06:12:33 PM)

On This Page

FEEDBACK