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

AVEVA™ InTouch HMI

Log() 函数

  • Last UpdatedFeb 05, 2018
  • 1 minute read

返回指定正数的自然对数。这是 Exp() 函数的反函数。

备注:0 与负数的自然对数未定义。如果将 0 或负数传递给 Log() 函数,则返回 -99.0000000。

语法

result = Log (number)

参数

number

正数、模拟标记名或数值表达式。

示例

Log(100) 返回 4.6051702。

Log(1) 返回 0。

In This Topic
Related Links