MDL

m = x MDL y

Returns the modulus. The difference to MOD and % is, that MDL works also with float numbers instead of only integers.

Example

print 2.3 MDL 1     ' Output: 0.3