ReactOS
0.4.16-dev-736-g28b802b
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
12
float
logf
(
float
x
)
13
{
14
return
((
float
)
log
((
double
)
x
));
15
}
x
GLint GLint GLint GLint GLint x
Definition:
gl.h:1548
logf
float logf(float x)
Definition:
logf.c:12
log
#define log(outFile, fmt,...)
Definition:
util.h:15
sdk
lib
crt
math
logf.c
Generated on Tue Feb 11 2025 06:14:00 for ReactOS by
1.9.6