cosh

Returns the hyperbolic cosine of its argument.

Format

#include  <math.h>

double cosh  (double x);

Argument

x
A real value.

Return Values
The hyperbolic cosine 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