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