ReactOS 0.4.15-dev-7942-gd23573b
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()

Definition at line 11 of file sinhf.c.

13{
14 return (float)sinh((double)x);
15}
_STLP_DECLSPEC complex< float > _STLP_CALL sinh(const complex< float > &)
GLint GLint GLint GLint GLint x
Definition: gl.h:1548