Trigonometric Functions
- Last UpdatedJul 18, 2023
- 1 minute read
Plant SCADA uses the following trigonometric functions:
|
returns the Arctangent value of a number (Num ). |
|
|
returns the Cosine value of angle (Rad ). |
|
|
returns the Sine value of angle (Rad ). |
|
|
returns the Tangent value of angle (Rad ). |
Trigonometry uses angles and ratios, axes, degrees, Pi, radians and angular conversions. VBA supports the use of Decimal numbers by default, as well as Hexadecimal and Octal numbers. See Numbers.
When using numbers in VBA, you must consider the data type of the variables that hold and store the numbers, as well as the behaviour of VBA when dealing with numbers. See .