asin: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (=)
(Added input limits)
 
(55 intermediate revisions by 9 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


| Arcsine of a number, result in degrees. |= Description
|game3= arma1
____________________________________________________________________________________________
|version3= 1.00


| [[Number]] <nowiki>=</nowiki> '''sin''' x |= Syntax
|game4= arma2
|version4= 1.00


|p1= x: [[Number]] |= Parameter 1
|game5= arma2oa
|version5= 1.50


| [[Number]] |= Return value
|game6= tkoh
____________________________________________________________________________________________
|version6= 1.00
 
|x1= <pre>asin 0.5</pre>


returns 30 |= Example 1
|game7= arma3
____________________________________________________________________________________________
|version7= 0.50


| [[sin]], [[cos]], [[acos]] |= See also
|gr1= Math - Geometry


}}
|descr= Arcsine of a number, result in [[Number#Degrees|Degrees]].
 
|s1= [[asin]] x - in range -1..+1 (both included); any other value returns [[NaN]]


<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= <sqf>_degrees = asin 0.5; // Returns 30</sqf>


[[Category:Scripting Commands|ASIN]]
|seealso= [[Math Commands]]
[[Category:Scripting Commands OFP 1.96|ASIN]]
}}
[[Category:Scripting Commands OFP 1.46|ASIN]]
[[Category:Scripting Commands ArmA|ASIN]]
[[Category:Command_Group:_Math|{{uc:{{PAGENAME}}}}]]

Latest revision as of 13:23, 11 April 2024

Hover & click on the images for description

Description

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

Syntax

Syntax:
asin x - in range -1..+1 (both included); any other value returns NaN
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