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

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