1 #include <precomp.h> 2 3 /* 4 * @implemented 5 */ 6 double CDECL _CIlog(void) 7 { 8 FPU_DOUBLE(x); 9 return log(x); 10 } 11