exp()

種  類
メソッド
バージョン
2.0

書  式
Math.exp(式)

解  説
Math.expはeの累乗を返します。

コード
Console.clear();
Console.write(Math.
exp(1),"\n");
Console.write(Math.
exp(2),"\n");


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