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