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