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