Math.asin(数値) Math.asin(1);
n=Math.asin(1); document.write(n);
ここでは JavaScriptによって、数値1のアークサインを算出し、表示しています。
Top / Home / Index / Next