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