I had to convert a lot of my formula presets from mod(N,D) to N%D in order to get them to work. Do I have to integer them somehow? fmod works fine. (had to adjust an addon (overtune) too as it didn’t work when functions would use the math.mod thing)
bug or update?
Wasn’t aware of this until now but it’s documented here:
https://luajit.org/extensions.html
Remove math.mod(), string.gfind().
I’ll add them back in the next update for the sake of backwards compatibility.
3 Likes