MathSinh

Returns the hyperbolic sine of the number.

double  MathSinh(
   double  value      // number
   );

Parameters

value

[in]  Value.

Return Value

The hyperbolic sine of the number.

Note

Instead of the MathSinh() function you can use the sinh() function.