diff options
author | 2011-07-07 01:34:52 +0000 | |
---|---|---|
committer | 2011-07-07 01:34:52 +0000 | |
commit | 0714f1f8ae9df2568b8c9b3030c1bf24ba7e2c0c (patch) | |
tree | 78963fe4aa20f59b279d30b676b838ffc64e0979 /lib/libm/man/tan.3 | |
parent | remove old files (diff) | |
download | wireguard-openbsd-0714f1f8ae9df2568b8c9b3030c1bf24ba7e2c0c.tar.xz wireguard-openbsd-0714f1f8ae9df2568b8c9b3030c1bf24ba7e2c0c.zip |
Remove references to math(3).
Diffstat (limited to 'lib/libm/man/tan.3')
-rw-r--r-- | lib/libm/man/tan.3 | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/lib/libm/man/tan.3 b/lib/libm/man/tan.3 index 11b097fc5bb..b300d21fcce 100644 --- a/lib/libm/man/tan.3 +++ b/lib/libm/man/tan.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tan.3,v 1.10 2008/12/12 00:10:26 martynas Exp $ +.\" $OpenBSD: tan.3,v 1.11 2011/07/07 01:34:52 martynas Exp $ .\" Copyright (c) 1991 The Regents of the University of California. .\" All rights reserved. .\" @@ -28,7 +28,7 @@ .\" .\" from: @(#)tan.3 5.1 (Berkeley) 5/2/91 .\" -.Dd $Mdocdate: December 12 2008 $ +.Dd $Mdocdate: July 7 2011 $ .Dt TAN 3 .Os .Sh NAME @@ -60,8 +60,6 @@ function is an extended precision version of .Fn tan . A large magnitude argument may yield a result with little or no significance. -For a discussion of error due to roundoff, see -.Xr math 3 . .Sh RETURN VALUES The .Fn tan , @@ -76,7 +74,6 @@ functions return the tangent value. .Xr atan2 3 , .Xr cos 3 , .Xr cosh 3 , -.Xr math 3 , .Xr sin 3 , .Xr sinh 3 , .Xr tanh 3 |