%ModR function


Function
The function returns the remainder from the division arg1/arg2. Result is a real value.
Declaration
REAL %ModR(
   REAL in Arg1, 
   REAL in Arg2
 )

Parameters
Arg1 Dividend.
Arg2 Divisor.