summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDavid Schultz <das@FreeBSD.org>2005-03-07 04:59:53 +0000
committerDavid Schultz <das@FreeBSD.org>2005-03-07 04:59:53 +0000
commit15a53f77fd4e8e99b24a2d435653b0c30349f5ad (patch)
tree591d9f4d8dddd825777f6fbf2fb296e07bab2f8f /lib
parent66d672d8cb91e15209768619628e0999e14ff31c (diff)
Notes
Diffstat (limited to 'lib')
-rw-r--r--lib/msun/man/math.312
1 files changed, 8 insertions, 4 deletions
diff --git a/lib/msun/man/math.3 b/lib/msun/man/math.3
index 0b622b4a0a52..0a5ad4112fd1 100644
--- a/lib/msun/man/math.3
+++ b/lib/msun/man/math.3
@@ -125,7 +125,7 @@ lround round to nearest integer in fixed-point format
modf extract integer and fractional parts
nearbyint round to integer (silent)
nextafter next representable value
-.\" nexttoward next representable value (silent)
+nexttoward next representable value
remainder remainder
.\" remquo remainder with partial quotient
rint round to integer
@@ -220,9 +220,13 @@ and
.Vt long double
values, were written for or imported into subsequent versions of FreeBSD.
.Sh BUGS
-Several functions required by
-.St -isoC-99
-are missing, and many functions are not available in their
+The
+.Fn exp2 ,
+.Fn log2 ,
+.Fn nan ,
+and
+.Fn remquo
+functions are missing, and many functions are not available in their
.Vt "long double"
variants.
.Pp