summaryrefslogtreecommitdiff
path: root/lib/libm/man/hypot.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libm/man/hypot.3')
-rw-r--r--lib/libm/man/hypot.311
1 files changed, 10 insertions, 1 deletions
diff --git a/lib/libm/man/hypot.3 b/lib/libm/man/hypot.3
index ce4b44118fd..237ef74fe32 100644
--- a/lib/libm/man/hypot.3
+++ b/lib/libm/man/hypot.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: hypot.3,v 1.7 2000/03/02 00:29:49 todd Exp $
+.\" $OpenBSD: hypot.3,v 1.8 2003/02/27 01:45:03 jason Exp $
.\" Copyright (c) 1985, 1991 Regents of the University of California.
.\" All rights reserved.
.\"
@@ -61,6 +61,15 @@ computes the
sqrt(x*x+y*y)
in such a way that underflow will not happen, and overflow
occurs only if the final result deserves it.
+The
+.Fn hypotf
+and
+.Fn cabsf
+functions are single precision versions of
+.Fn hypot
+and
+.Fn cabs ,
+respectively.
.Pp
.Fn hypot "\*(If" "v"
=