acos: Difference between revisions
Categories:
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
back to [[Scripting_Reference#A|COMREF]] | |||
== '''acos ''x''''' == | == '''acos ''x''''' == | ||
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
back to [[Scripting_Reference#A|COMREF]] | |||
== '''acos ''x''''' == | == '''acos ''x''''' == | ||
back to COMREF
Operand types:
x: Number
Type of returned value:
Description:
Arccosine of x, result in degrees.
Example:
_angle = acos 0.5 ..........Result is 60