cpp/numeric/complex/atanh: Unterschied zwischen den Versionen
Aus cppreference.com
P12bot (Diskussion | Beiträge) K (r2.7.3) (Bot: Ergänze: en, es, fr, it, ja, pt, ru, zh) |
P12bot (Diskussion | Beiträge) K (Use {{lc}}. Update links. Various fixes.) |
||
Zeile 10: | Zeile 10: | ||
===Parameter=== | ===Parameter=== | ||
− | {{ | + | {{begin}} |
− | {{ | + | {{| z |{{tr| komplexen Wert| complex value}}}} |
− | {{ | + | {{end}} |
===Rückgabewert=== | ===Rückgabewert=== | ||
Zeile 18: | Zeile 18: | ||
===Siehe auch=== | ===Siehe auch=== | ||
− | {{ | + | {{begin}} |
− | {{ | + | {{| cpp/numeric/complex/tan}} |
− | {{ | + | {{| cpp/numeric/complex/tanh}} |
− | {{ | + | {{| cpp/numeric/complex/atan}} |
− | {{ | + | {{end}} |
[[en:cpp/numeric/complex/atanh]] | [[en:cpp/numeric/complex/atanh]] |
Aktuelle Version vom 1. Juli 2013, 20:30 Uhr
![]() |
This page has been machine-translated from the English version of the wiki using Google Translate.
The translation may contain errors and awkward wording. Hover over text to see the original version. You can help to fix errors and improve the translation. For instructions click here. |
definiert in Header <complex>
|
||
template< class T > complex<T> atanh( const complex<T>& z ); |
(seit C++11) | |
Berechnet komplexen arc hyperbolischen Tangens einer komplexen Wert
z
. Original:
Computes complex arc hyperbolic tangent of a complex value
z
. The 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.
[Bearbeiten] Parameter
z | - | komplexen Wert
Original: complex value The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
[Bearbeiten] Rückgabewert
Complex arc hyperbolischen Tangens
z
Original:
Complex arc hyperbolic tangent of
z
The 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.
[Bearbeiten] Siehe auch
berechnet Tangens einer komplexen Zahl (tan(z)) Original: computes tangent of a complex number (tan(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) | |
berechnet Hyperbeltangens einer komplexen Zahl Original: computes hyperbolic tangent of a complex number The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (Funktions-Template) | |
(C++11) |
computes arc tangent of a complex number (arctan(z)) (Funktions-Template) |