#ifdef HAVE_STDLIB_H #include #endif #include #include "yagi.h" double Cin(double x) { double cix,temp,ans; cisi(x,&cix,&temp); ans=EULER+log(x)-cix; return(ans); }