ReactOS 0.4.15-dev-7906-g1b85a5f
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()

Definition at line 11 of file expf.c.

13{
14 return (float)exp((double)x);
15}
GLint GLint GLint GLint GLint x
Definition: gl.h:1548
DWORD exp
Definition: msg.c:16058