MaxBittker / Mojulo

pretty interactive pixel math renders in your browser
http://maxbittker.github.io/Mojulo
MIT License
73 stars 6 forks source link

Modulo operator #8

Closed mystor closed 10 years ago

mystor commented 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