分享方式:


casinh、 、 casinhfcasinhl

擷取複數的反雙曲正弦值,並在虛數軸的間隔 [-i, +i] 外切分支。

語法

_Dcomplex casinh(
   _Dcomplex z
);
_Fcomplex casinh(
   _Fcomplex z
);  // C++ only
_Lcomplex casinh(
   _Lcomplex z
);  // C++ only
_Fcomplex casinhf(
   _Fcomplex z
);
_Lcomplex casinhl(
   _Lcomplex z
);

參數

z
代表角度的複數 (弧度)。

傳回值

z 的反雙曲正弦值 (弧度)。 結果會沿著實際座標軸取消系結,並在虛數軸的間隔 [-iπ/2, +iπ/2] 中。

備註

因為 C++ 允許多載,所以您可以呼叫採用並傳回 casinh_Fcomplex 值的 _Lcomplex 的多載。 在 C 程式中, casinh 會一律採用及傳回 _Dcomplex

需求

常式 C 標頭 C++ 標頭
casinh、 、 casinhfcasinhl <complex.h> <ccomplex>

如需相容性詳細資訊,請參閱相容性

另請參閱

依字母順序排列的函式參考
catanh、 、 catanhfcatanhl
ctanh、 、 ctanhfctanhl
catan、 、 catanfcatanl
csinh、 、 csinhfcsinhl
ccosh、 、 ccoshfccoshl
cacosh、 、 cacoshfcacoshl
cacos、 、 cacosfcacosl
ctan、 、 ctanfctanl
csin、 、 csinfcsinl
casin、 、 casinfcasinl
ccos、 、 ccosfccosl
csqrt、 、 csqrtfcsqrtl