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