diff options
author | das <das@FreeBSD.org> | 2005-03-25 04:40:44 +0000 |
---|---|---|
committer | das <das@FreeBSD.org> | 2005-03-25 04:40:44 +0000 |
commit | da9b203aafc8ae8081f508c8c207f9711a8ca52c (patch) | |
tree | 3aa300f40f81faa485d0a27d5ad9fc8f018810b6 /lib/msun/man/math.3 | |
parent | 947b14c9bfec56419ec1b06f736b6ef62efc37ad (diff) | |
download | FreeBSD-src-da9b203aafc8ae8081f508c8c207f9711a8ca52c.zip FreeBSD-src-da9b203aafc8ae8081f508c8c207f9711a8ca52c.tar.gz |
Implement and document remquo() and remquof().
Diffstat (limited to 'lib/msun/man/math.3')
-rw-r--r-- | lib/msun/man/math.3 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/msun/man/math.3 b/lib/msun/man/math.3 index 0a5ad41..142f75e 100644 --- a/lib/msun/man/math.3 +++ b/lib/msun/man/math.3 @@ -32,7 +32,7 @@ .\" from: @(#)math.3 6.10 (Berkeley) 5/6/91 .\" $FreeBSD$ .\" -.Dd January 11, 2005 +.Dd March 24, 2005 .Dt MATH 3 .Os .if n \{\ @@ -127,7 +127,7 @@ nearbyint round to integer (silent) nextafter next representable value nexttoward next representable value remainder remainder -.\" remquo remainder with partial quotient +remquo remainder with partial quotient rint round to integer round round to nearest integer trunc integer no greater in magnitude than @@ -223,9 +223,8 @@ values, were written for or imported into subsequent versions of FreeBSD. The .Fn exp2 , .Fn log2 , -.Fn nan , and -.Fn remquo +.Fn nan functions are missing, and many functions are not available in their .Vt "long double" variants. |