ATan2 (RSDKv3)¶
Description¶
Performs an arctan operation using X
and Y
, storing the result in Store
.
Parameters¶
Store
-
The variable to store the result.
X
,Y
-
The values used in the arctan operation.
Return Value¶
Sets Store
to the result.