Closed mystor closed 10 years ago
It would be nice if you had access to the modulo operator when writing mathematical expressions.
Either putting it as the (%) infix operator (this would require modification to mathparser), or as a function mod(x, y) === x % y
%
mod(x, y) === x % y
It would be nice if you had access to the modulo operator when writing mathematical expressions.
Either putting it as the (
%
) infix operator (this would require modification to mathparser), or as a functionmod(x, y) === x % y