Symbian
Symbian OS Library

SYMBIAN OS V9.3

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



Location: math.h

rint()

IMPORT_C double rint(double);

Description

round to integral value in floating-point format

Parameters

double

floating point value to round.

Return value

double

the integral value (represented as a double precision number) nearest to arg1 according to the prevailing rounding mode.