C++ Programming/Code/Standard C Library/Functions/cosh

From Wikibooks, open books for an open world
Jump to navigation Jump to search

cosh[edit | edit source]

Syntax
#include <cmath>
float cosh( float arg );
double cosh( double arg );
long double cosh( long double arg );

The function cosh() returns the hyperbolic cosine of arg.

Related topics
acos - asin - atan - atan2 - cos - sin - sinh - tan - tanh