acos: Difference between revisions

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

Revision as of 20:40, 1 June 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