aboutsummaryrefslogtreecommitdiff
path: root/newlib/libm/math/w_atan2.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libm/math/w_atan2.c')
-rw-r--r--newlib/libm/math/w_atan2.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/newlib/libm/math/w_atan2.c b/newlib/libm/math/w_atan2.c
index bcf9506bf..4b2bb6a94 100644
--- a/newlib/libm/math/w_atan2.c
+++ b/newlib/libm/math/w_atan2.c
@@ -50,8 +50,6 @@ RETURNS
$-\pi$ to $\pi$.
@end tex
-You can modify error handling for these functions using <<matherr>>.
-
PORTABILITY
<<atan2>> is ANSI C. <<atan2f>> is an extension.