-
Is
[expr fmod($f1, something)]
the only way to get a floating-point modulo? -
This is a bit amusing:
/
anddiv
are floating-point and integer division, respectively. So one might expect%
andmod
to be floating-point and integer modulo, respectively. But someone seems to have had a sense of humor some years ago?
hjh