この関数の目的
定義
#include <math.h> double atan(double x);
働き
xのアークタンジェント(tan-1)を[-π/2,π/2]の範囲で返す。
ヘッダファイル一覧に戻る <math.h>に戻る