exp

種類メソッド
書式 Math.exp(値)
解説
eの累乗を返します。
サンプルコード
function sampleCode()
{
txtField.data = Math.exp(2);
}
sampleCode();
実際のスクリプトをダウンロード