TradeMUX SDK Documentation  1.0
TradeMUX SDK Documentation
double MathMod ( double  value,
double  value2 
)

Returns the real remainder of division of two numbers

Parameters
valueDividend value
value2Divisor value
Returns
Real remainder f from expression val/y so that val = i * y + f , where i is an integer, f has the same sign as val, and the absolute value of f is less than the absolute value of y