Sign in
third-party-mirror
/
mingw-w64
/
7cdb53961187ee6d1a487af1d45951247c6ef66a
/
.
/
mingw-w64-crt
/
math
/
sinhf.c
blob: e770cb7b80fd385b16b15c3fd15490384d7b2afe [
file
] [
log
] [
blame
]
#include
<math.h>
float
sinhf
(
float
x
)
{
return
(
float
)
sinh
(
x
);}