diff options
author | das <das@FreeBSD.org> | 2004-06-20 10:39:09 +0000 |
---|---|---|
committer | das <das@FreeBSD.org> | 2004-06-20 10:39:09 +0000 |
commit | 2e83c4463aed31652e854eeb15b0ac72b90cf9cf (patch) | |
tree | 869c1d486e5410e9591bc49f722176e9af8e1f3a | |
parent | bca8950dd2c6b9695ba632bc9cc44a1a1a464065 (diff) | |
download | FreeBSD-src-2e83c4463aed31652e854eeb15b0ac72b90cf9cf.zip FreeBSD-src-2e83c4463aed31652e854eeb15b0ac72b90cf9cf.tar.gz |
Uncomment some functions that we now support.
-rw-r--r-- | lib/msun/man/math.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/msun/man/math.3 b/lib/msun/man/math.3 index efd18dd..40811e0 100644 --- a/lib/msun/man/math.3 +++ b/lib/msun/man/math.3 @@ -127,14 +127,14 @@ logb exponent extraction 0 modf extract fractional part ??? .\" nan return quiet \*(Na) 0 .\" nearbyint round to integer 0 -.\" nextafter next representable value 0 +nextafter next representable value 0 .\" nexttoward next representable value 0 pow exponential x**y 60\-500 remainder remainder 0 .\" remquo remainder with partial quotient ??? rint round to nearest integer 0 round round to nearest integer 0 -.\" scalbln exponent adjustment 0 +scalbln exponent adjustment 0 scalbn exponent adjustment 0 sin trigonometric function 1 sinh hyperbolic function 3 @@ -142,7 +142,7 @@ sqrt square root 1 tan trigonometric function 3 tanh hyperbolic function 3 tgamma gamma function ??? -.\" trunc round towards zero 0 +trunc round towards zero 0 y0 bessel function ??? y1 bessel function ??? yn bessel function ??? |