asin: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
(Added input limits)
 
(61 intermediate revisions by 11 users not shown)
Line 1: Line 1:
[[Category:Scripting Commands|A]]
{{RV|type=command
[[Category:Scripting Commands OFP 1.97|A]]
[[Category:Scripting Commands OFP 1.46|A]]
[[Category:Scripting Commands ArmA|A]]


|game1= ofp
|version1= 1.00


<h2 style="color:#000066">'''asin ''x'''''</h2>
|game2= ofpe
|version2= 1.00


|game3= arma1
|version3= 1.00


'''Operand types:'''
|game4= arma2
|version4= 1.00


'''x:''' [[Number]]
|game5= arma2oa
|version5= 1.50


'''Type of returned value:'''
|game6= tkoh
|version6= 1.00


[[Number]]
|game7= arma3
|version7= 0.50


'''Description:'''
|gr1= Math - Geometry


Arcsine of '''x''', result in degrees.
|descr= Arcsine of a number, result in [[Number#Degrees|Degrees]].


|s1= [[asin]] x - in range -1..+1 (both included); any other value returns [[NaN]]


'''Example:'''
|p1= x: [[Number]]


_angle = '''asin''' 0.5 ..........Result is 30
|r1= [[Number]]
 
|x1= <sqf>_degrees = asin 0.5; // Returns 30</sqf>
 
|seealso= [[Math Commands]]
}}

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