Home
Random
Log in
Settings
Donations
About Wikibooks
Disclaimers
Search
C++ Programming/Code/Standard C Library/Functions/sinh
Language
Watch
Edit
<
C++ Programming
|
Code/Standard C Library
|
Functions
sinh
edit
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