Performs a trigonometric function on one (or two) double values.
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). |
3 |
Double |
Double Result |
The result of the trigonometric function. |
SUCCESS |
This command always succeeds. |
None.