cosh
From C/C++ Reference
cosh
Syntax:
#include <cmath> double cosh( double arg );
The function cosh() returns the hyperbolic cosine of arg.
Related topics:
From C/C++ Reference
#include <cmath> double cosh( double arg );
The function cosh() returns the hyperbolic cosine of arg.