#include "f2c.h" #undef abs #include double r_atan (real * x) { return (atan (*x)); }