Modulo
Modulo( value_1, value_2, ... )
Modulo( value_1, value_2, ... )
Modulo( value_1, value_2, ... )
Modulo( value_1, value_2, ... )
modulo( value_1, value_2, ... )
Modulo( value_1, value_2, ... )
Description
The Modulo
function computes the remainder after division on a
list of numbers. Providing a single operand returns the operand.
Attempting to call Modulo
with an empty list results in the error
"Non-empty array expected."
Attempting to compute the remainder of a division by zero results in the error "Illegal division by zero."
Parameters
Argument | Type | Definition and Requirements |
---|---|---|
|
List of Numbers |
A single value or a list of values. |
Returns
A Number which is the modulo from the value list.
Was this article helpful?
We're sorry to hear that.
Tell us how we can improve!
Visit Fauna's Discourse forums
or email docs@fauna.com
Thank you for your feedback!