Math.atan(数値) Math.atan(1);
n=Math.atan(1); document.write(n);
ここでは JavaScriptによって、数値1のアークタンジェントを算出し、ラジアン値を結果として表示しています。
Top / Home / Index / Next