atan | ||||||||||
Type | function | |||||||||
Dictionary | LCS | |||||||||
Library | LiveCode Script | |||||||||
Syntax |
| |||||||||
Summary | ||||||||||
Introduced | 1.0 | |||||||||
OS | mac, windows, linux, ios, android | |||||||||
Platforms | desktop, server, mobile | |||||||||
Parameters |
| |||||||||
Example |
| |||||||||
Values |
| |||||||||
Related | Keyword: inverse Constant: pi Function: tan Control Structure: function Glossary: radian, custom function, return, degree, math operation | |||||||||
Description | Use the atan function to find the arc tangent of a number. The arc tangent of number is an angle whose tangent is equal to number. In other words, atan is an inverse of the tan function. If a math operation on finite inputs produces a non-finite output, an execution error is thrown. See math operations for more information. | |||||||||
Tags | math |