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