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

AVEVA™ InTouch HMI

ArcSin() 函数

  • Last UpdatedFeb 05, 2018
  • 1 minute read

返回某个数字的反正弦。它是 Sin() 函数的反函数。使用 ArcSin() 函数计算介于 -90 和 90 度之间的角度,其正弦等于该数字。

语法

result = ArcSin (number)

参数

number

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

示例

ArcSin(1) 返回 90。

ArcSin(0) 返回 0。

ArcSin(0.5) 返回 30。

In This Topic
Related Links