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