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

AVEVA™ InTouch HMI

Tan()

  • Last UpdatedSep 24, 2024
  • 1 minute read

返回某个角度(以度为单位)的正切。

类别

数学

语法

Result = Tan( Number );

参数

编号

角度(以度为单位)。任何数字或数值属性。

示例

Tan(45); ' 返回 1;

Tan(0); ' 返回 0;

此示例显示如何在数学表达式中使用函数:

Wave = 10 + 50 * Tan(6 * Now().Second);

另请参阅

ArcCos()

ArcSin()

ArcTan()

Cos()

Sin()

In This Topic
Related Links