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