Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AVEVA™ InTouch HMI

Exp() 函数

  • Last UpdatedFeb 05, 2018
  • 1 minute read

返回指定数字的指数。这是 Log() 函数的反函数,它等于 e 的幂。

备注:如果将 -88.72 与 88.72 范围之外的值传递给 Exp() 函数,则返回 -99.0000000。

语法

result = Exp (number)

参数

number

-88.72 到 88.72 范围内的一个数字、模拟标记名或数值表达式。

示例

Exp(1) 返回 2.7182818。

Exp(0) 返回 1。

In This Topic
Related Links