mod
ACTION:
returns the remainder of first value divided by the second value
USE:
modulus=mod(value1,value2)
EXAMPLE:
m=mod(83.5, 10)
RESULT:
m=3.5
RELATED:
round
trunc
floor
ceil
frac
abs