Math.exp()

可用性

Flash Player 5。在 Flash Player 4 中,Math 类的方法和属性是使用近似值模拟的,可能不如 Flash Player 5 支持的非模拟数学函数那样精确。

用法

Math.exp(x)

参数

x 指数;数字或表达式。

返回

一个数字。

说明

方法;返回 e 的 x 次方的值,其中 e 为自然对数的底 (e),x 为参数 x 中指定的指数。常数 Math.E 可以提供 e 的值。