ReactOS 0.4.16-dev-2110-ge3521eb
tanhf.c File Reference
#include <math.h>
Include dependency graph for tanhf.c:

Go to the source code of this file.

Functions

_Check_return_ float __cdecl tanhf (_In_ float x)
 

Function Documentation

◆ tanhf()

Definition at line 11 of file tanhf.c.

13{
14 return (float)tanh((double)x);
15}
_ACRTIMP double __cdecl tanh(double)
Definition: tanh.c:46
GLint GLint GLint GLint GLint x
Definition: gl.h:1548