2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / libf2c / libF77 / d_atn2.c
blobe0b217863a54c670d11ed54083ef52f67e9aa3f3
1 #include "f2c.h"
3 #undef abs
4 #include <math.h>
5 double
6 d_atn2 (doublereal * x, doublereal * y)
8 return (atan2 (*x, *y));