Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libm/math/s_atan.c')
-rw-r--r--newlib/libm/math/s_atan.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/newlib/libm/math/s_atan.c b/newlib/libm/math/s_atan.c
index c52a09dd0..b1410ecca 100644
--- a/newlib/libm/math/s_atan.c
+++ b/newlib/libm/math/s_atan.c
@@ -41,9 +41,9 @@ DESCRIPTION
<<atanf>> is identical to <<atan>>, save that it operates on <<floats>>.
RETURNS
-@ifnottex
+@ifinfo
<<atan>> returns a value in radians, in the range of -pi/2 to pi/2.
-@end ifnottex
+@end ifinfo
@tex
<<atan>> returns a value in radians, in the range of $-\pi/2$ to $\pi/2$.
@end tex