blob: 33a6589fda9d82c3931477a56ee3cdbd1f05d6c1 [file] [log] [blame]
#include "f2c.h"
#undef abs
#include <math.h>
double
r_atan (real * x)
{
return (atan (*x));
}