BinaryArctanOperator | ||||||||||
Type | operator | |||||||||
Dictionary | LCB | |||||||||
Library | LiveCode Builder | |||||||||
Syntax |
| |||||||||
Associations | com.livecode.math | |||||||||
Summary | Binary arctan operator. | |||||||||
Parameters |
| |||||||||
Example |
| |||||||||
Description | The binary arctan operator returns the angle in radians between the x-axis and the line from the origin to the point (xCoord, yCoord). The angle returned has absolute value less than pi: ‰??ì? arctan2(y, x) ‰?? ì?. | |||||||||
Tags | math |