diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-06-02 06:42:23 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-06-02 06:42:23 +0000 |
commit | 30ac64251ed4e79a6f7fd0077807948b93ee9ecb (patch) | |
tree | ce8c2e8c6b922eefef7b921517aa37bd944f6851 /lib/libm | |
parent | 225a60b4b853fca10f1daa5efd41f0c4e4140a59 (diff) |
fix; jonb@metronet.com
Diffstat (limited to 'lib/libm')
-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 ??? |