cacosh
、 、 cacoshf
cacoshl
擷取複數的反雙曲餘弦值,而且實際軸中有值小於 1 的分支部分。
語法
_Dcomplex cacosh(
_Dcomplex z
);
_Fcomplex cacosh(
_Fcomplex z
); // C++ only
_Lcomplex cacosh(
_Lcomplex z
); // C++ only
_Fcomplex cacoshf(
_Fcomplex z
);
_Lcomplex cacoshl(
_Lcomplex z
);
參數
z
代表角度的複數 (弧度)。
傳回值
z
的反雙曲餘弦值 (弧度)。 結果是沿著實際座標軸不系結和非負數,在虛數軸的間隔 [-iπ, +iπ] 中。
備註
因為 C++ 允許多載,所以您可以呼叫採用並傳回 cacosh
和 _Fcomplex
值的 _Lcomplex
的多載。 在 C 程式中, cacosh
會一律採用及傳回 _Dcomplex
。
需求
常式 | C 標頭 | C++ 標頭 |
---|---|---|
cacosh 、 、 cacoshf cacoshl |
<complex.h> | <ccomplex> |
如需相容性詳細資訊,請參閱相容性。
另請參閱
依字母順序排列的函式參考
catanh
、 、 catanhf
catanhl
ctanh
、 、 ctanhf
ctanhl
catan
、 、 catanf
catanl
csinh
、 、 csinhf
csinhl
casinh
、 、 casinhf
casinhl
ccosh
、 、 ccoshf
ccoshl
cacos
、 、 cacosf
cacosl
ctan
、 、 ctanf
ctanl
csin
、 、 csinf
csinl
casin
、 、 casinf
casinl
ccos
、 、 ccosf
ccosl
csqrt
、 、 csqrtf
csqrtl