Hi, I was surprised when using the mod function query, the modulus was wrong on my largeish int.
This was because the int was cast to float, meaning the modulus was wrong for any int above 2^24 Should the mod function change to int modulus instead of float and have another fmod function (like c/c++)? Dan
