この関数の目的
sin()は、サインを実装する。
定義
#include <math.h> double sin(double x);
働き
xのサインを返す。
ヘッダファイル一覧に戻る <math.h>に戻る