Everything

csinf / csin / csinl


複素数正弦を計算します。

[指定形式]

#include <complex.h>

float complex csinf(float complex z);

double complex csin(double complex z);

long double complex csinl(long double complex z);

[引数]

z 複素数正弦を求める複素数

[戻り値]

zの複素数正弦値