Namensräume
Varianten
Aktionen

cpp/numeric/complex/atanh: Unterschied zwischen den Versionen

Aus cppreference.com
< cpp‎ | numeric‎ | complex
K (1 Version: Translate from the English version)
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

 
 
Numerik-Bibliothek
Gemeinsame mathematischen Funktionen
Floating-Point-Umgebung
Komplexe Zahlen
Numerische Arrays
Pseudo-Zufallszahlen
Compile-time rationale Arithmetik (C++11)
Generische numerische Operationen
Original:
Generic numeric operations
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
iota(C++11)
accumulate
inner_product
adjacent_difference
partial_sum
 
Komplexe Zahlen
Member-Funktionen
Original:
Member functions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
complex::complex
complex::operator=
complex::real
complex::imag
complex::operator+=
complex::operator-=
complex::operator*=
complex::operator/=
Non-Member-Funktionen
Original:
Non-member functions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
operator==
operator!=
operator<<
operator>>
real
imag
abs
arg
norm
conj
proj(C++11)
polar
Exponentialfunktionen
Original:
Exponential functions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
exp
log
log10
Power-Funktionen
Original:
Power functions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
pow
sqrt
Trigonometrische Funktionen
Original:
Trigonometric functions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
asin(C++11)
acos(C++11)
atan(C++11)
Hyperbolische Funktionen
Original:
Hyperbolic functions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
asinh(C++11)
acosh(C++11)
atanh(C++11)
 
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.

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.

Siehe auch

Vorlage:cpp/numeric/complex/dcl list tanVorlage:cpp/numeric/complex/dcl list tanhVorlage:cpp/numeric/complex/dcl list atan