summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1999-08-16 23:26:02 +0000
committerderaadt <deraadt@openbsd.org>1999-08-16 23:26:02 +0000
commit11e91d9b45fa5c7a2d1da5e067912dfbabcfa384 (patch)
tree0d3006f907ddc9341be20bd20092fe5ad8043de6
parentdoc isinff() and isnanf() (diff)
downloadwireguard-openbsd-11e91d9b45fa5c7a2d1da5e067912dfbabcfa384.tar.xz
wireguard-openbsd-11e91d9b45fa5c7a2d1da5e067912dfbabcfa384.zip
point at isinff and isnanf
-rw-r--r--lib/libm/man/math.34
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 ???