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

< C++ Programming < Code < Standard C Library < Functions

sinh

Syntax
#include <cmath>
double sinh( double arg );

The function sinh() returns the hyperbolic sine of arg.

Related topics
acos - asin - atan - atan2 - cos - cosh - sin - tan - tanh
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.