ReactOS 0.4.15-dev-7953-g1f49173
logf.c File Reference
#include <math.h>
Include dependency graph for logf.c:

Go to the source code of this file.

Functions

float logf (float x)
 

Function Documentation

◆ logf()

float logf ( float  x)

This file has no copyright assigned and is placed in the Public Domain. This file is part of the w64 mingw-runtime package. No warranty is given; refer to the file DISCLAIMER.PD within this package.

Definition at line 12 of file logf.c.

13{
14 return ((float)log((double)x));
15}
GLint GLint GLint GLint GLint x
Definition: gl.h:1548
#define log(outFile, fmt,...)
Definition: util.h:15