ReactOS
0.4.16-dev-725-g22577ae
Functions
expf.c File Reference
#include <math.h>
Include dependency graph for expf.c:
Go to the source code of this file.
Functions
_Check_return_
float
__cdecl
expf
(
_In_
float
x
)
Function Documentation
◆
expf()
_Check_return_
float
__cdecl
expf
(
_In_
float
x
)
Definition at line
11
of file
expf.c
.
13
{
14
return
(
float
)
exp
((
double
)
x
);
15
}
x
GLint GLint GLint GLint GLint x
Definition:
gl.h:1548
exp
DWORD exp
Definition:
msg.c:16058
sdk
lib
crt
math
expf.c
Generated on Fri Feb 7 2025 06:23:52 for ReactOS by
1.9.6