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/cos.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/cos.3')
-rw-r--r-- | lib/libm/man/cos.3 | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/lib/libm/man/cos.3 b/lib/libm/man/cos.3 index 74431c4a700..acfaed33787 100644 --- a/lib/libm/man/cos.3 +++ b/lib/libm/man/cos.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cos.3,v 1.12 2008/12/12 00:10:26 martynas Exp $ +.\" $OpenBSD: cos.3,v 1.14 2011/07/07 01:35:27 martynas Exp $ .\" Copyright (c) 1991 The Regents of the University of California. .\" All rights reserved. .\" @@ -28,7 +28,7 @@ .\" .\" from: @(#)cos.3 5.1 (Berkeley) 5/2/91 .\" -.Dd $Mdocdate: December 12 2008 $ +.Dd $Mdocdate: July 7 2011 $ .Dt COS 3 .Os .Sh NAME @@ -60,8 +60,6 @@ function is an extended precision version of .Fn cos . 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 cos , @@ -75,7 +73,6 @@ functions return the cosine value. .Xr atan 3 , .Xr atan2 3 , .Xr cosh 3 , -.Xr math 3 , .Xr sin 3 , .Xr sinh 3 , .Xr tan 3 , |