Share via


csinh, csinhf, csinhl

擷取複數的雙曲正弦值。

語法

_Dcomplex csinh(
   _Dcomplex z
);
_Fcomplex csinh(
   _Fcomplex z
);  // C++ only
_Lcomplex csinh(
   _Lcomplex z
);  // C++ only
_Fcomplex csinhf(
   _Fcomplex z
);
_Lcomplex csinhl(
   _Lcomplex z
);

參數

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

傳回值

z 的雙曲正弦值 (弧度)。

備註

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

需求

常式 C 標頭 C++ 標頭
csinh, csinhf, csinhl <complex.h> <ccomplex>

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

另請參閱

字母函數參考
catanh, catanhf, catanhl
ctanh, ctanhf, ctanhl
catan, catanf, catanl
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