ReactOS
0.4.16-dev-755-g88f105e
Functions
exp2.c File Reference
#include <math.h>
Include dependency graph for exp2.c:
Go to the source code of this file.
Functions
_Check_return_
double
__cdecl
exp2
(
_In_
double
x
)
Function Documentation
◆
exp2()
_Check_return_
double
__cdecl
exp2
(
_In_
double
x
)
Definition at line
7
of file
exp2.c
.
9
{
10
/* This below avoids clang to optimize our pow call to exp2 */
11
static
const
double
TWO = 2.0;
12
return
pow
(TWO,
x
);
13
}
pow
double pow(double x, double y)
Definition:
freeldr.c:178
x
GLint GLint GLint GLint GLint x
Definition:
gl.h:1548
sdk
lib
crt
math
exp2.c
Generated on Wed Feb 19 2025 06:24:56 for ReactOS by
1.9.6