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/mathfp/s_atan2.c')
-rw-r--r--newlib/libm/mathfp/s_atan2.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/newlib/libm/mathfp/s_atan2.c b/newlib/libm/mathfp/s_atan2.c
index 60034b3ad..d73a6efc0 100644
--- a/newlib/libm/mathfp/s_atan2.c
+++ b/newlib/libm/mathfp/s_atan2.c
@@ -29,9 +29,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
@@ -42,9 +42,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