ID:1665043
 
Applies to:
Status: Open

Issue hasn't been assigned a status value.
I personally think this would be easy to implement, as math.h/cmath have fmod() built-in to allow modulo for floating-point numbers. Can BYOND have this?

usage:
mob/verb/testfmod()
var result = fmod(1.3,5.2)


I think this'd be really useful for some games.
Most use cases can be satisfied by using the workaround I placed here:
http://www.byond.com/forum/?post=1664849#comment11746690

I wouldn't disagree on a native option - but I haven't yet had an issue with the method above.