Trig Function

Performs a trigonometric function on one (or two) double values.

 

Input Arguments

 

 

0

 

Trig Function

 

Function

The trigonometric function to perform. Choose from sin(x), cos(x), tan(x), acos(x), asin(x), atan(x), atan2(y, x).

1

Double

X Double In

The X value for the function.

2

Double

Y Double In

The Y value for the function (if applicable).

 

Return Arguments

 

3

Double

Double Result

The result of the trigonometric function.

 

Returned Status

 

SUCCESS

This command always succeeds.

Remarks

None.