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