ReactOS 0.4.15-dev-7953-g1f49173
cipow.c
Go to the documentation of this file.
1#include <precomp.h>
2
3/*
4 * @implemented
5 */
6double CDECL _CIpow(void)
7{
8 FPU_DOUBLES(x, y);
9 return pow(x, y);
10}
double CDECL _CIpow(void)
Definition: cipow.c:6
#define CDECL
Definition: compat.h:29
double pow(double x, double y)
Definition: freeldr.c:112
GLint GLint GLint GLint GLint x
Definition: gl.h:1548
GLint GLint GLint GLint GLint GLint y
Definition: gl.h:1548