ReactOS
0.4.16-dev-1025-gd3456f5
Functions
log10f.c File Reference
#include <math.h>
Include dependency graph for log10f.c:
Go to the source code of this file.
Functions
_Check_return_
float
__cdecl
log10f
(
_In_
float
x
)
Function Documentation
◆
log10f()
_Check_return_
float
__cdecl
log10f
(
_In_
float
x
)
Definition at line
11
of file
log10f.c
.
13
{
14
return
(
float
)
log10
((
double
)
x
);
15
}
log10
double log10(double x)
Definition:
freeldr.c:190
x
GLint GLint GLint GLint GLint x
Definition:
gl.h:1548
sdk
lib
crt
math
log10f.c
Generated on Wed Apr 23 2025 06:24:04 for ReactOS by
1.9.6