Skip to main content
Version: 1.x

modulo

modulo

modulo(nodeOrNumber, nodeOrNumber);

Remainder after division of the first argument by the second one. modulo(a,0) will throw an error.