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

AVEVA™ InTouch HMI

ArcSin()

  • Last UpdatedSep 24, 2024
  • 1 minute read

返回一个 -90 到 90 度之间的角度,其正弦等于指定的数字。

类别

数学

语法

Result = ArcSin( Number );

参数

编号

值在 -1 到 1 之间(含 -1 和 1)的任何数字或数值属性。

示例

ArcSin(1); ' 返回 90

ArcSin(1); ' 返回 -90

另请参阅

ArcCos()

ArcTan()

Cos()

Sin()

Tan()

In This Topic
Related Links