acos | ||||||||||
Type | function | |||||||||
Dictionary | LCS | |||||||||
Library | LiveCode Script | |||||||||
Syntax |
| |||||||||
Summary | Returns the arc cosine of a number, in radians. | |||||||||
Introduced | 1.0 | |||||||||
OS | mac, windows, linux, ios, android | |||||||||
Platforms | desktop, server, mobile | |||||||||
Parameters |
| |||||||||
Example |
| |||||||||
Values |
| |||||||||
Related | Keyword: inverse Constant: pi Function: cos Control Structure: function Glossary: return, degree, math operation | |||||||||
Description | Use the acos function to find the arc cosine of a number. The arc cosine of number is an angle whose cosine is equal to number. In other words, acos is an inverse of the cos 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 |