mirror of
https://github.com/reactos/reactos.git
synced 2025-03-10 10:14:44 +00:00
11 lines
107 B
C
11 lines
107 B
C
![]() |
#include <precomp.h>
|
||
|
|
||
|
/*
|
||
|
* @implemented
|
||
|
*/
|
||
|
double CDECL _CIcos(void)
|
||
|
{
|
||
|
FPU_DOUBLE(x);
|
||
|
return cos(x);
|
||
|
}
|