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

AVEVA™ InTouch HMI

ArcTan() 函数

  • Last UpdatedFeb 05, 2018
  • 1 minute read

返回某个数字的反正切。它是 Tan() 函数的反函数。使用 ArcTan() 函数计算其正切等于该数字的角度。

语法

result = ArcTan (number)

参数

number

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

示例

ArcTan(1) 返回 45。

ArcTan(0) 返回 0。

In This Topic
Related Links