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