diff options
Diffstat (limited to 'newlib/libm/mathfp/s_atan2.c')
-rw-r--r-- | newlib/libm/mathfp/s_atan2.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/newlib/libm/mathfp/s_atan2.c b/newlib/libm/mathfp/s_atan2.c index d73a6efc0..60034b3ad 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 -@ifinfo +@ifnottex pi/2 or -pi/2 -@end ifinfo +@end ifnottex @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 -@ifinfo +@ifnottex -pi to pi. -@end ifinfo +@end ifnottex @tex $-\pi$ to $\pi$. @end tex |