Everything

tan / tanf / tanl


浮動小数点値のラジアン値の正接を計算します。

[指定形式]

#include <math.h>

double tan(double d);

float tanf(float d);

long double tanl(long double d);

[引数]

d 正接を求めるラジアン値

[戻り値]

dの正接値