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