acos: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " {2,}\}\}" to " }}")
(Added input limits)
 
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command
{{RV|type=command


| ofp
|game1= ofp
|version1= 1.00


|1.00
|game2= ofpe
|version2= 1.00
 
|game3= arma1
|version3= 1.00
 
|game4= arma2
|version4= 1.00
 
|game5= arma2oa
|version5= 1.50
 
|game6= tkoh
|version6= 1.00
 
|game7= arma3
|version7= 0.50


|gr1= Math - Geometry
|gr1= Math - Geometry


| ArcCosine of a number, result in [[Number#Degrees|Degrees]]
|descr= ArcCosine of a number, result in [[Number#Degrees|Degrees]]


| [[Number]] <nowiki>=</nowiki> '''acos''' x
|s1= [[acos]] x


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


| [[Number]]
|r1= [[Number]]
 
|x1= <code>_degrees = [[acos]] 0.5</code>


returns 60
|x1= <sqf>_degrees = acos 0.5; // Returns 60</sqf>


| [[Math Commands]]
|seealso= [[atan]] [[asin]] [[sin]] [[cos]] [[tan]]
}}
}}
[[Category:Scripting Commands|ACOS]]
[[Category:Scripting Commands OFP 1.99|ACOS]]
[[Category:Scripting Commands OFP 1.96|ACOS]]
[[Category:Scripting Commands OFP 1.46|ACOS]]
{{GameCategory|arma1|Scripting Commands}}
{{GameCategory|arma2|Scripting Commands}}
{{GameCategory|arma3|Scripting Commands}}
{{GameCategory|tkoh|Scripting Commands}}

Latest revision as of 13:21, 11 April 2024

Hover & click on the images for description

Description

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

Syntax

Syntax:
acos x
Parameters:
x: Number - in range -1..+1 (both included); any other value returns NaN
Return Value:
Number

Examples

Example 1:
_degrees = acos 0.5; // Returns 60

Additional Information

See also:
atan asin sin cos tan

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