asin: 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|ASIN]]
[[Category:Scripting Commands OFP 1.97|A]]
[[Category:Scripting Commands OFP 1.97|ASIN]]
[[Category:Scripting Commands OFP 1.46|A]]
[[Category:Scripting Commands OFP 1.46|ASIN]]
[[Category:Scripting Commands ArmA|A]]
[[Category:Scripting Commands ArmA|ASIN]]





Revision as of 14:03, 4 May 2006


asin x


Operand types:

x: Number

Type of returned value:

Number

Description:

Arcsine of x, result in degrees.


Example:

_angle = asin 0.5 ..........Result is 30