diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-08-16 23:26:03 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-08-16 23:26:03 +0000 |
commit | bc684e1d25c61e03854f1c6d90236cd9c93a1ecb (patch) | |
tree | 2577f78dea2be310ac8926ac60dab23f30e31640 /lib/libm | |
parent | ba3fe78bd1bf07ea56b965e1bfe6121b439dd953 (diff) |
point at isinff and isnanf
Diffstat (limited to 'lib/libm')
-rw-r--r-- | lib/libm/man/math.3 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libm/man/math.3 b/lib/libm/man/math.3 index c28d3068c25..6250f125e35 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.6 1998/02/27 12:19:34 deraadt Exp $ +.\" $Id: math.3,v 1.7 1999/08/16 23:26:02 deraadt Exp $ .\" .TH MATH 3 "May 6, 1991" .UC 4 @@ -80,6 +80,8 @@ hypot hypot.3m Euclidean distance 1 ilogb ieee.3m exponent extraction 0 isinf isinf.3 check exceptions isnan isnan.3 check exceptions +isinff isinff.3 check exceptions +isnanf isnanf.3 check exceptions j0 j0.3m bessel function ??? j1 j0.3m bessel function ??? jn j0.3m bessel function ??? |