ReactOS
0.4.16-dev-2110-ge3521eb
tanhf.c
Go to the documentation of this file.
1
2
#include <math.h>
3
4
#ifdef _MSC_VER
5
#pragma function(tanhf)
6
#endif
7
8
_Check_return_
9
float
10
__cdecl
11
tanhf
(
12
_In_
float
x
)
13
{
14
return
(
float
)
tanh
((
double
)
x
);
15
}
__cdecl
#define __cdecl
Definition:
corecrt.h:121
tanh
_ACRTIMP double __cdecl tanh(double)
Definition:
tanh.c:46
x
GLint GLint GLint GLint GLint x
Definition:
gl.h:1548
tanhf
float tanhf(float x)
Definition:
tanhf.c:49
_Check_return_
#define _Check_return_
Definition:
no_sal2.h:60
_In_
#define _In_
Definition:
no_sal2.h:158
sdk
lib
crt
math
tanhf.c
Generated on Thu Jan 8 2026 06:15:23 for ReactOS by
1.9.6