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