csin, csinf, csinl

检索复数的正弦值。

语法

_Dcomplex csin(
   _Dcomplex z
);
_Fcomplex csin(
   _Fcomplex z
);  // C++ only
_Lcomplex csin(
   _Lcomplex z
);  // C++ only
_Fcomplex csinf(
   _Fcomplex z
);
_Lcomplex csinl(
   _Lcomplex z
);

参数

z
表示角度的复数(以弧度为单位)。

返回值

z 的正弦值(以弧度为单位)。

备注

由于 C++ 允许重载,因此你可以调用采用并返回 csin_Fcomplex 值的 _Lcomplex 重载。 在 C 程序中, csin 始终采用并返回 _Dcomplex 值。

要求

例程 C 标头 C++ 标头
csin, csinf, csinl <complex.h> <ccomplex>

有关兼容性的详细信息,请参阅 兼容性

另请参阅

按字母顺序显示的函数参考
catanhcatanhfcatanhl
ctanhctanhfctanhl
catancatanfcatanl
csinhcsinhfcsinhl
casinhcasinhfcasinhl
ccoshccoshfccoshl
cacoshcacoshfcacoshl
cacoscacosfcacosl
ctanctanfctanl
casincasinfcasinl
ccosccosfccosl
csqrtcsqrtfcsqrtl