diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2005-01-28 21:13:34 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2005-01-28 21:13:34 +0000 |
| commit | d7a604cc3333a28d6a74c0b9ae29f58b1e7ede95 (patch) | |
| tree | b6f81f5e0608523e0f1767d0ece23b7f9f1fd5e3 /lib | |
| parent | 8743b270c9b9b7078c69710a914c708a06f32e4f (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/msun/man/atan2.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/msun/man/atan2.3 b/lib/msun/man/atan2.3 index 3f564975cd3f..684124b5043b 100644 --- a/lib/msun/man/atan2.3 +++ b/lib/msun/man/atan2.3 @@ -131,9 +131,9 @@ r\(**sin\(*h. These equations are satisfied when (x=0,y=0) is mapped to .if n \ -(r=0,theta=0) +(r=0,theta=0). .if t \ -(r=0,\(*h=0) . +(r=0,\(*h=0). In general, conversions to polar coordinates should be computed thus: .Bd -unfilled -offset indent |
