bug-glibc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

lib C, rounding function, modf


From: dbarret
Subject: lib C, rounding function, modf
Date: Tue, 12 Mar 2002 14:57:21 +0100 (CET)
User-agent: IMP/PHP IMAP webmail program 2.2.7

In the documentation of modf (arithmetic rounding function) :
"These functions break the argument VALUE into an integer part and a fractional
part (between `-1' and `1', exclusive)"

The value are, in fact, between '-1', inclusive, and '1' exclusive. That means
that the "inclusive" word apply only to the '1' in the documentation. Is that 
ok ?

Didier



reply via email to

[Prev in Thread] Current Thread [Next in Thread]