ReactOS
0.4.16-dev-2104-gb84fa49
Functions
sinhf.c File Reference
#include <math.h>
Include dependency graph for sinhf.c:
Go to the source code of this file.
Functions
_Check_return_
float
__cdecl
sinhf
(
_In_
float
x
)
Function Documentation
◆
sinhf()
_Check_return_
float
__cdecl
sinhf
(
_In_
float
x
)
Definition at line
11
of file
sinhf.c
.
13
{
14
return
(
float
)
sinh
((
double
)
x
);
15
}
sinh
_ACRTIMP double __cdecl sinh(double)
Definition:
sinh.c:50
x
GLint GLint GLint GLint GLint x
Definition:
gl.h:1548
sdk
lib
crt
math
sinhf.c
Generated on Wed Jan 7 2026 06:26:02 for ReactOS by
1.9.6