Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: math.h

fmod()

IMPORT_C double fmod(double, double);

Description

Return remainder of floating point division. Performs division arg1/arg2 and returns the remainder of the operation.

Parameters

double

and arg2 - Floating point values

double

Return value

double

Remainder of arg1/arg2.