ReactOS 0.4.15-dev-7842-g558ab78
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()

Definition at line 11 of file log10f.c.

13{
14 return (float)log10((double)x);
15}
double log10(double x)
Definition: freeldr.c:124
GLint GLint GLint GLint GLint x
Definition: gl.h:1548