Acos (arc cosine), Asin (arc sine), Atan (arc tangent) – MTS Multipurpose Elite User Manual
Page 247: Atan2
Advertising

Important:
This function is only used for integer numbers.
Syntax
abs(number)
acos (Arc Cosine)
Syntax
acos(number)
This function is used to calculate the arc cosine of the number specified.
Returns
Angle with a cosine equal to the specified number.
asin (Arc Sine)
Syntax
asin(number)
This function is used to calculate the arc sine of the number specified.
Returns
Angle with a sine equal to the specified number.
atan (Arc Tangent)
Syntax
atan(number)
This function is used to calculate the arc tangent of the number specified.
Returns
Angle with a tangent equal to the specified number.
Atan2
Syntax:
atan2(y,x)
The angle with a tangent that is the quotient of the two specified numbers.
MTS TestSuite | 247
Working with Variables
Advertising