mod

Description

Get the remainder of two numbers after dividing them.

Input / Parameter

NameDescriptionInput TypeDefaultOptionsRequired

value1

The dividend, or the number to be divided.

Number

-

-

Yes

value2

The divisor, or the number to divide the first value by.

Number

-

-

Yes

Output

DescriptionOutput Type

Returns the remainder of the two values.

Number

Callback

N/A

Video

Coming Soon.

Example

Coming Soon.

Steps

Coming Soon.

Result

Coming Soon.

Last updated