acos: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "<code>([^ ]*)\{\{cc\|([^ ]*)\}\}([^ ]*)<\/code>" to "<code>$1// $2$3</code>")
(Added input limits)
 
(One intermediate revision by the same user not shown)
Line 28: Line 28:
|s1= [[acos]] x
|s1= [[acos]] x


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


|r1= [[Number]]
|r1= [[Number]]


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


|seealso= [[atan]] [[asin]] [[sin]] [[cos]] [[tan]]
|seealso= [[atan]] [[asin]] [[sin]] [[cos]] [[tan]]
}}
}}

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