acos: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 1: Line 1:
[[Category:Scripting Commands|A]]
[[Category:Scripting Commands|ACOS]]
[[Category:Scripting Commands OFP 1.97|A]]
[[Category:Scripting Commands OFP 1.97|ACOS]]
[[Category:Scripting Commands OFP 1.46|A]]
[[Category:Scripting Commands OFP 1.46|ACOS]]
[[Category:Scripting Commands ArmA|A]]
[[Category:Scripting Commands ArmA|ACOS]]





Revision as of 13:55, 4 May 2006


acos x


Operand types:

x: Number

Type of returned value:

Number

Description:

Arccosine of x, result in degrees.


Example:

_angle = acos 0.5 ..........Result is 60