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