]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/math/carg.c
[multiple changes]
[thirdparty/gcc.git] / libstdc++-v3 / math / carg.c
index 81da1c63fd283226a08e198238560d5287a17c1a..dff4a197836fc36a6b73f62e9518e7770e287cd0 100644 (file)
@@ -33,5 +33,5 @@
 double
 carg (__complex__ double x)
 {
-  return __atan2 (__imag__ x, __real__ x);
+  return atan2 (__imag__ x, __real__ x);
 }