◐ Shell
clean mode source ↗

std::sinh – cppreference.com

Aus cppreference.com

<metanoindex/>

<tbody> </tbody>

definiert in Header

<cmath>

float sinh( float arg );

double sinh( double arg );

long double sinh( long double arg );

double sinh( Integral arg );

(seit C++11)

Berechnet Hyperbelsinus arg

Original:

Computes hyperbolic sine of arg

The text has been machine-translated via Google Translate.
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

hyperbolic sine of arg

Siehe auch

berechnet Hyperbelkosinus (ch(x))

Original:

computes hyperbolic cosine (ch(x))

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(Funktion) [edit]

Hyperbeltangens

Original:

hyperbolic tangent

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(Funktion) [edit]

(C++11)

hyperbolischen Arkussinus

Original:

hyperbolic arc sine

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(Funktion) [edit]

berechnet hyperbolischen Sinus einer komplexen Zahl (sh(z))

Original:

computes hyperbolic sine of a complex number (sh(z))

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(Funktions-Template) [edit]

wendet die Funktion std::sinh auf jedes Element valarray

Original:

applies the function std::sinh to each element of valarray

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(Funktions-Template) [edit]