diff options
-rw-r--r-- | lib/libm/man/math.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libm/man/math.3 b/lib/libm/man/math.3 index cd8de8e7ab0..59179b2b2ad 100644 --- a/lib/libm/man/math.3 +++ b/lib/libm/man/math.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)math.3 6.10 (Berkeley) 5/6/91 -.\" $Id: math.3,v 1.2 1995/10/28 00:56:58 deraadt Exp $ +.\" $Id: math.3,v 1.3 1997/06/02 06:42:22 deraadt Exp $ .\" .TH MATH 3M "May 6, 1991" .UC 4 @@ -79,7 +79,8 @@ fabs floor.3m absolute value 0 floor floor.3m integer no greater than 0 hypot hypot.3m Euclidean distance 1 ilogb ieee.3m exponent extraction 0 -infnan infnan.3m signals exceptions +isinf isinf.3 check exceptions +isnan isnan.3 check exceptions j0 j0.3m bessel function ??? j1 j0.3m bessel function ??? jn j0.3m bessel function ??? |