diff options
author | wosch <wosch@FreeBSD.org> | 1996-12-23 23:09:55 +0000 |
---|---|---|
committer | wosch <wosch@FreeBSD.org> | 1996-12-23 23:09:55 +0000 |
commit | 0426c0af88896ae0e7b7809d8729d78595b55e26 (patch) | |
tree | ec33788a78a02be9ab81ee911d537fd2e291e5f4 /lib/libm | |
parent | dfe5d3d364470874b0343a6ed0e31afd01de04b7 (diff) | |
download | FreeBSD-src-0426c0af88896ae0e7b7809d8729d78595b55e26.zip FreeBSD-src-0426c0af88896ae0e7b7809d8729d78595b55e26.tar.gz |
comma typos
Diffstat (limited to 'lib/libm')
-rw-r--r-- | lib/libm/common_source/atan2.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libm/common_source/atan2.3 b/lib/libm/common_source/atan2.3 index a5eb7ac..3323e01 100644 --- a/lib/libm/common_source/atan2.3 +++ b/lib/libm/common_source/atan2.3 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)atan2.3 8.1 (Berkeley) 6/4/93 +.\" $Id$ .\" .Dd June 4, 1993 .Dt ATAN2 3 @@ -176,11 +177,11 @@ r := \(sr(x\(**x+y\(**y);\0\0if r = 0 then x := copysign(1,x); .Xr atan 3 , .Xr cos 3 , .Xr cosh 3 , +.Xr math 3 , .Xr sin 3 , .Xr sinh 3 , .Xr tan 3 , -.Xr tanh 3 , -.Xr math 3 , +.Xr tanh 3 .Sh STANDARDS The .Fn atan2 |