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