std::cosh
Aus cppreference.com
<metanoindex/>
<tbody> </tbody>| definiert in Header <cmath>
|
||
float cosh( float arg ); |
||
double cosh( double arg ); |
||
long double cosh( long double arg ); |
||
double cosh( Integral arg ); |
(seit C++11) | |
Berechnet Hyperbelkosinus
argOriginal:
Computes hyperbolic cosine of
argThe text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
Parameter
| arg | - | Floating-Point-Wert
Original: floating point value The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
Rückgabewert
Hyperbelkosinus
argOriginal:
hyperbolic cosine of
argThe text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
