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