sin / sinf / sinl
浮動小数点値のラジアン値の正弦を計算します。
[指定形式]
#include <math.h>
double sin(double d);
float sinf(float d);
long double sinl(long double d);
[引数]
d 正弦を求めるラジアン値
[戻り値]
dの正弦値