Q_Mod()
Syntax
pointer.qfloat = Q_Mod(n1.qfloat, n2.qfloat [, result.qfloat])
Description
Calculates the Remainder (Modulo) of n1/n2 The result is stored in n1 or, if the optional parameter is given, in result.