catanh
、 、 catanhf
catanhl
擷取複數的反雙曲正切值,並沿著實際座標軸在間隔 [-1; +1] 之外剪下分支。
語法
_Dcomplex catanh(
_Dcomplex z
);
_Fcomplex catanh(
_Fcomplex z
); // C++ only
_Lcomplex catanh(
_Lcomplex z
); // C++ only
_Fcomplex catanhf(
_Fcomplex z
);
_Lcomplex catanhl(
_Lcomplex z
);
參數
z
代表角度的複數 (弧度)。
傳回值
z
的反雙曲正切值 (弧度)。 結果會沿著實際軸取消系結,並在虛數軸的間隔 [-iπ/2; +iπ/2] 中。 如果 z
落在間隔 [-1, +1] 外部,則會發生網域錯誤。 如果 z
是 -1 或 +1,則會發生極錯誤。
備註
因為 C++ 允許多載,所以您可以呼叫採用並傳回 catanh
和 _Fcomplex
值的 _Lcomplex
的多載。 在 C 程式中, catanh
會一律採用及傳回 _Dcomplex
。
需求
常式 | C 標頭 | C++ 標頭 |
---|---|---|
catanh 、 、 catanhf catanhl |
<complex.h> | <ccomplex> |
如需相容性詳細資訊,請參閱相容性。
另請參閱
依字母順序排列的函式參考
ctanh
、 、 ctanhf
ctanhl
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