diff options
Diffstat (limited to 'lib/libm/man/hypot.3')
-rw-r--r-- | lib/libm/man/hypot.3 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libm/man/hypot.3 b/lib/libm/man/hypot.3 index 86d557b1e0c..4cc24f93b3b 100644 --- a/lib/libm/man/hypot.3 +++ b/lib/libm/man/hypot.3 @@ -30,14 +30,16 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)hypot.3 6.7 (Berkeley) 5/6/91 -.\" $Id: hypot.3,v 1.4 1999/02/24 08:33:45 deraadt Exp $ +.\" $Id: hypot.3,v 1.5 1999/07/01 00:06:40 deraadt Exp $ .\" .Dd May 6, 1991 .Dt HYPOT 3 .Os .Sh NAME .Nm hypot , -.Nm cabs +.Nm hypotf , +.Nm cabs , +.Nm cabsf .Nd euclidean distance and complex absolute value functions .Sh SYNOPSIS .Fd #include <math.h> |