std::tanh
Aus cppreference.com
<metanoindex/>
<tbody> </tbody>| definiert in Header <cmath>
|
||
float tanh( float arg ); |
||
double tanh( double arg ); |
||
long double tanh( long double arg ); |
||
double tanh( Integral arg ); |
(seit C++11) | |
Berechnet hyperbolischen Tangens
argOriginal:
Computes hyperbolic tangent 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
hyperbolischen Tangens
argOriginal:
hyperbolic tangent 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.
