cos

種  類 メソッド
書  式
Math.
cos(値)

解  説
値のコサインを求めます。

コード
n = eval(prompt("Input Number",0));
alert("コサインは"+Math.cos(n)+"です");


■サンプルをダウンロードする >>.zip