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/w_atan2.c')
-rw-r--r--newlib/libm/math/w_atan2.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/newlib/libm/math/w_atan2.c b/newlib/libm/math/w_atan2.c
index 25eb1617e..91742c72b 100644
--- a/newlib/libm/math/w_atan2.c
+++ b/newlib/libm/math/w_atan2.c
@@ -40,9 +40,9 @@ DESCRIPTION
<<atan2>> computes the inverse tangent (arc tangent) of <[y]>/<[x]>.
<<atan2>> produces the correct result even for angles near
-@ifnottex
+@ifinfo
pi/2 or -pi/2
-@end ifnottex
+@end ifinfo
@tex
$\pi/2$ or $-\pi/2$
@end tex
@@ -53,9 +53,9 @@ $\pi/2$ or $-\pi/2$
RETURNS
<<atan2>> and <<atan2f>> return a value in radians, in the range of
-@ifnottex
+@ifinfo
-pi to pi.
-@end ifnottex
+@end ifinfo
@tex
$-\pi$ to $\pi$.
@end tex