cpp/numeric/complex/atanh: Unterschied zwischen den Versionen
Aus cppreference.com
P12 (Diskussion | Beiträge) K (1 Version: Translate from the English version) |
P12bot (Diskussion | Beiträge) K (r2.7.3) (Bot: Ergänze: en, es, fr, it, ja, pt, ru, zh) |
||
Zeile 23: | Zeile 23: | ||
{{dcl list template | cpp/numeric/complex/dcl list atan}} | {{dcl list template | cpp/numeric/complex/dcl list atan}} | ||
{{dcl list end}} | {{dcl list end}} | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ |
Version vom 2. November 2012, 23:56 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.
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. |
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.