From: Newton, Philip Date: Thu, 20 Jun 2002 14:28:35 +0000 (+0200) Subject: [Patch POSIX.pod] "fmod" ne "modf" X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=847f7ebcf568b0ee59ca9c441b74574cfefa07af;p=p5sagit%2Fp5-mst-13.2.git [Patch POSIX.pod] "fmod" ne "modf" From: "Newton, Philip" Message-ID: p4raw-id: //depot/perl@17323 --- diff --git a/ext/POSIX/POSIX.pod b/ext/POSIX/POSIX.pod index 7b18fe5..286df40 100644 --- a/ext/POSIX/POSIX.pod +++ b/ext/POSIX/POSIX.pod @@ -385,7 +385,7 @@ integer value less than or equal to the numerical argument. This is identical to the C function C. - $r = modf($x, $y); + $r = fmod($x, $y); It returns the remainder C<$r = $x - $n*$y>, where C<$n = trunc($x/$y)>. The C<$r> has the same sign as C<$x> and magnitude (absolute value)