modulo
Returns the remainder of x divided by y. Returns an error if y is 0.
modulo(
x,
y
) -> FLOAT
Returns the remainder of x divided by y. Returns an error if y is 0.
Arguments
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
x | yes | - | Dividend | |
y | yes | - | Divisor |