asin: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Arma[ _]3(\|.*)]]" to "{{GameCategory|arma3|Scripting Commands}}")
m (Text replacement - " |r1=[[" to " |r1= [[")
(23 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command|Comments=
{{RV|type=command
____________________________________________________________________________________________


| ofp |Game name=
|game1= ofp
|version1= 1.00


|1.00|Game version=
|game2= ofpe
|version2= 1.00


|gr1= Math - Geometry |GROUP1=
|game3= arma1
____________________________________________________________________________________________
|version3= 1.00


| Arcsine of a number, result in [[Number#Degrees|Degrees]]. |DESCRIPTION=
|game4= arma2
____________________________________________________________________________________________
|version4= 1.00


| [[Number]] <nowiki>=</nowiki> '''asin''' x |SYNTAX=
|game5= arma2oa
|version5= 1.50


|p1= x: [[Number]] |PARAMETER1=
|game6= tkoh
|version6= 1.00


| [[Number]] |RETURNVALUE=
|game7= arma3
____________________________________________________________________________________________
|version7= 0.50
 
|x1= <code>_degrees = [[asin]] 0.5; {{cc|Returns 30}}</code>|EXAMPLE1=
____________________________________________________________________________________________


| [[Math Commands]]  |SEEALSO=
|gr1= Math - Geometry


}}
|descr= Arcsine of a number, result in [[Number#Degrees|Degrees]].
 
|s1= [[asin]] x


<h3 style="display:none">Notes</h3>
|p1= x: [[Number]]
<dl class="command_description">
<!-- Note Section BEGIN -->


<!-- Note Section END -->
|r1= [[Number]]
</dl>


<h3 style="display:none">Bottom Section</h3>
|x1= <code>_degrees = [[asin]] 0.5; {{cc|Returns 30}}</code>


[[Category:Scripting Commands|ASIN]]
|seealso= [[Math Commands]]
[[Category:Scripting Commands OFP 1.99|ASIN]]
}}
[[Category:Scripting Commands OFP 1.96|ASIN]]
[[Category:Scripting Commands OFP 1.46|ASIN]]
{{GameCategory|arma1|Scripting Commands}}
[[Category:Scripting Commands Arma 2|{{uc:{{PAGENAME}}}}]]
{{GameCategory|arma3|Scripting Commands}}
[[Category:Scripting Commands Take On Helicopters|{{uc:{{PAGENAME}}}}]]

Revision as of 23:37, 7 August 2021

Hover & click on the images for description

Description

Description:
Arcsine of a number, result in Degrees.
Groups:
Math - Geometry

Syntax

Syntax:
asin x
Parameters:
x: Number
Return Value:
Number

Examples

Example 1:
_degrees = asin 0.5; // Returns 30

Additional Information

See also:
Math Commands

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note