Math Library Functions


sinh, sinhf


Syntax

#include <math.h>
double sinh(double t);
float  sinhf(float t);

Arguments

t      radian angle

Return Value

The hyperbolic sine of t 

Description

Returns the hyperbolic sine of t.