atan()

種  類
メソッド
バージョン
2.0

書  式
Math.atan(式)

解  説
Math.atanはアークタンジェントを返します。

コード
Console.clear();
Console.write(Math.
atan(0.5),"\n");
Console.write(Math.
atan(-0.5),"\n");
Console.write(Math.
atan(0),"\n");


■サンプルスクリプトをダウンロードする >>.zip