Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

RedHat 6.2

(Zoot)

rint(3)


RINT

RINT

NAME
SYNOPSIS
DESCRIPTION
RETURN VALUE
CONFORMING TO
SEE ALSO

NAME

rint − round to closest integer

SYNOPSIS

#include <math.h>

double rint(double x);

DESCRIPTION

The rint() function rounds x to an integer value according to the prevalent rounding mode. The default rounding mode is to round to the nearest integer.

RETURN VALUE

The rint() function returns the integer value as a floating-point number.

CONFORMING TO

BSD 4.3

SEE ALSO

abs(3), ceil(3), fabs(3), floor(3), labs(3)



rint(3)