ctanh
, ctanhf
ctanhl
Berechnet den komplexen Tangens Hyperbolicus einer komplexen Zahl
Syntax
_Dcomplex ctanh(
_Dcomplex z
);
_Fcomplex ctanh(
_Fcomplex z
); // C++ only
_Lcomplex ctanh(
_Lcomplex z
); // C++ only
_Fcomplex ctanhf(
_Fcomplex z
);
_Lcomplex ctanhl(
_Lcomplex z
);
Parameter
z
Eine komplexe Zahl, die einen Winkel als Bogenmaß darstellt
Rückgabewert
Der komplexe Tangens Hyperbolicus von z
Eingabe | SEH-Ausnahme | _matherr -Ausnahme |
---|---|---|
± INF, QNaN, IND | none | _DOMAIN |
± INF (Tan, Tan) | INVALID | _DOMAIN |
Hinweise
Da C++ das Überladen zulässt, können Sie Überladungen von ctanh
aufrufen, die _Fcomplex
- und _Lcomplex
-Werte verwenden und zurückgeben. In einem C-Programm nimmt ctanh
immer einen _Dcomplex
-Wert an, und gibt auch einen solchen zurück.
Anforderungen
Routine | C-Header | C++-Header |
---|---|---|
ctanh , ctanhf ctanhl |
<complex.h> | <ccomplex> |
Informationen zur Kompatibilität finden Sie unter Kompatibilität.
Siehe auch
Alphabetische Funktionsreferenz
catanh
, catanhf
catanhl
catan
, catanf
catanl
csinh
, csinhf
csinhl
casinh
, casinhf
casinhl
ccosh
, ccoshf
ccoshl
cacosh
, cacoshf
cacoshl
cacos
, cacosf
cacosl
ctan
, ctanf
ctanl
csin
, csinf
csinl
casin
, casinf
casinl
ccos
, ccosf
ccosl
csqrt
, csqrtf
csqrtl