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