aboutsummaryrefslogtreecommitdiff
path: root/newlib/libm/mathfp/s_atan2.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libm/mathfp/s_atan2.c')
-rw-r--r--newlib/libm/mathfp/s_atan2.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/newlib/libm/mathfp/s_atan2.c b/newlib/libm/mathfp/s_atan2.c
index 395253905..d8ba3a2b1 100644
--- a/newlib/libm/mathfp/s_atan2.c
+++ b/newlib/libm/mathfp/s_atan2.c
@@ -41,8 +41,6 @@ $-\pi$ to $\pi$.
If both <[x]> and <[y]> are 0.0, <<atan2>> causes a <<DOMAIN>> error.
-You can modify error handling for these functions using <<matherr>>.
-
PORTABILITY
<<atan2>> is ANSI C. <<atan2f>> is an extension.