summaryrefslogtreecommitdiffstats
path: root/libf2c/libF77/d_atn2.c
diff options
context:
space:
mode:
Diffstat (limited to 'libf2c/libF77/d_atn2.c')
-rw-r--r--libf2c/libF77/d_atn2.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/libf2c/libF77/d_atn2.c b/libf2c/libF77/d_atn2.c
new file mode 100644
index 0000000..e0b2178
--- /dev/null
+++ b/libf2c/libF77/d_atn2.c
@@ -0,0 +1,9 @@
+#include "f2c.h"
+
+#undef abs
+#include <math.h>
+double
+d_atn2 (doublereal * x, doublereal * y)
+{
+ return (atan2 (*x, *y));
+}
OpenPOWER on IntegriCloud