This function returns the remainder after division of the dividend by the divisor.
Bash
modulus(dividend, divisor) #Output: Number
The divisor number cannot be equal to 0.
Examples
|
Parser expression |
Description |
|---|---|
|
Bash
|
This example returns: 0 |
|
Bash
|
This example returns: 1 |
Additional information
Parameters used in this function
|
Parameter |
Input (data type) |
Description |
|---|---|---|
|
|
number |
Any given number or numeric field code. |
|
|
number |
Any given number other than 0 or numeric field code. |
Output
This function returns a number
(books) Use cases and examples
| Use case |
|---|
| No content found. |