asin
種 類
メソッド
書 式
Math.
asin(値)
解 説
値のアークサインを求めます。
コード
n = eval(prompt("Input Number",0));
alert("アークサインは"+Math.asin(n)+"です");
■サンプルをダウンロードする
>>.zip