From 15a53f77fd4e8e99b24a2d435653b0c30349f5ad Mon Sep 17 00:00:00 2001 From: David Schultz Date: Mon, 7 Mar 2005 04:59:53 +0000 Subject: [PATCH] Add nexttoward to the list of implemented functions, and explicitly list the four that are still missing. --- lib/msun/man/math.3 | 12 ++++++++---- 1 file 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