SYMBIAN OS V9.3
» Symbian OS v9.3 » Symbian OS reference » C++ component reference » System Libraries STDLIB » fmod()
Location: math.h
math.h
fmod()
IMPORT_C double fmod(double, double);
Return remainder of floating point division. Performs division arg1/arg2 and returns the remainder of the operation.
double
and arg2 - Floating point values
Remainder of arg1/arg2.
Copyright ©2008 Symbian Software Ltd.