From 4718ba1c3bd22f573747bd7a0e3482a970f3367c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Fran=E7ois?= Date: Mon, 29 Sep 2008 13:01:44 +0200 Subject: [PATCH] atan2.3: Fix error in description of range or return value Signed-off-by: Michael Kerrisk In recent changes to the man page, mtk accidentally cganged the description of the return value range to -pi/2..pi/2; the corect range is -pi..pi. --- man3/atan.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man3/atan.3 b/man3/atan.3 index 1e3da5fbe..aab00e009 100644 --- a/man3/atan.3 +++ b/man3/atan.3 @@ -30,7 +30,7 @@ .\" Modified 2002-07-27 by Walter Harms .\" (walter.harms@informatik.uni-oldenburg.de) .\" -.TH ATAN 3 2008-08-05 "" "Linux Programmer's Manual" +.TH ATAN 3 2008-09-29 "" "Linux Programmer's Manual" .SH NAME atan, atanf, atanl \- arc tangent function .SH SYNOPSIS @@ -65,7 +65,7 @@ that is the value whose tangent is \fIx\fP. .SH "RETURN VALUE" On success, these functions return the principal value of the arc tangent of .IR x -in radians; the return value is in the range [\-pi/2,\ pi/2]. +in radians; the return value is in the range [\-pi,\ pi]. If .I x