%
operators mathThe %
operator consumes two parameters from the top of the stack and pushes back the remainder of the Euclidean division of the first one by the second one.
The two parameters must be of numeric types.
Loading
The %
operator consumes two parameters from the top of the stack and pushes back the remainder of the Euclidean division of the first one by the second one.
The two parameters must be of numeric types.