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