exp
種 類
メソッド
書 式
Math.
exp(値)
解 説
eの累乗を返します。
コード
n = eval(prompt("Input Number",2));
alert("eの"+n+"乗は"+Math.exp(n)+"です");
■サンプルをダウンロードする
>>.zip