ctanf / ctan / ctanl
複素数正接を計算します。
[指定形式]
#include <complex.h>
float complex ctanf(float complex z);
double complex ctan(double complex z);
long double complex ctanl(long double complex z);
[引数]
z 複素数正接を求める複素数
[戻り値]
zの複素数正接値