ATAN2
Jump to navigation
Jump to search
Number of parameters: 2 | ||
---|---|---|
Parameter # | Type | Description |
1. | float | y |
2. | float | x |
Return value: | ||
Type | Description | |
float | The result of an arctangent conversion |
Performs an atan2 function on the y and x numbers provided.