ReactOS 0.4.15-dev-7842-g558ab78
logf.c
Go to the documentation of this file.
1
6#include <math.h>
7
8#if defined(_MSC_VER) && (defined(_M_ARM) || defined(_M_AMD64))
9#pragma function(logf)
10#endif /* _MSC_VER */
11
12float logf(float x)
13{
14 return ((float)log((double)x));
15}
GLint GLint GLint GLint GLint x
Definition: gl.h:1548
float logf(float x)
Definition: logf.c:12
#define log(outFile, fmt,...)
Definition: util.h:15