ReactOS
0.4.16-dev-838-g27bb510
Functions
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()
_Check_return_
float
__cdecl
tanhf
(
_In_
float
x
)
Definition at line
11
of file
tanhf.c
.
13
{
14
return
(
float
)
tanh
((
double
)
x
);
15
}
tanh
_STLP_DECLSPEC complex< float > _STLP_CALL tanh(const complex< float > &)
Definition:
complex_trig.cpp:181
x
GLint GLint GLint GLint GLint x
Definition:
gl.h:1548
sdk
lib
crt
math
tanhf.c
Generated on Fri Mar 21 2025 06:24:11 for ReactOS by
1.9.6