Everything

cosh


Hyperbolic cosine

[Classification]

Mathematical library

[Syntax]

#include <math.h>

double __far cosh(double x);

[Return value]

Returns the hyperbolic cosine of x.

cosh returns ∞ and sets macro ERANGE to global variable errno if an overflow occurs.

[Description]

This function calculates the hyperbolic cosine of x. Specify the angle in radian. The definition expression is as follows.

 

(e x + e -x) / 2