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