ReactOS
0.4.16-dev-205-g7b2bb7e
Functions
coshf.c File Reference
#include <math.h>
Include dependency graph for coshf.c:
Go to the source code of this file.
Functions
_Check_return_
float
__cdecl
coshf
(
_In_
float
x
)
Function Documentation
◆
coshf()
_Check_return_
float
__cdecl
coshf
(
_In_
float
x
)
Definition at line
11
of file
coshf.c
.
13
{
14
return
(
float
)
cosh
((
double
)
x
);
15
}
cosh
_STLP_DECLSPEC complex< float > _STLP_CALL cosh(const complex< float > &)
Definition:
complex_trig.cpp:156
x
GLint GLint GLint GLint GLint x
Definition:
gl.h:1548
sdk
lib
crt
math
coshf.c
Generated on Sat Nov 2 2024 06:21:44 for ReactOS by
1.9.6