sinh

Returns the hyperbolic sine of its argument.

Format

#include  <math.h>

double sinh  (double x);

Argument

x
A real number.

Return Values
The hyperbolic sine of the argument. 
HUGE_VAL  Indicates that the argument is too large; errno is set to ERANGE. 


Previous Page | Next Page | Table of Contents | Index