C++ Programming/Code/Standard C Library/Functions/cosh
< C++ Programming < Code < Standard C Library < Functionscosh
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.
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.