abs: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\|game([0-9]) ?= (.+) \|version([0-9]) ?= (.+) " to "|game$1= $2 |version$3= $4 ")
m (Text replacement - "<code>([^ ]*)<\/code>" to "<sqf>$1</sqf>")
 
(3 intermediate revisions by the same user not shown)
Line 31: Line 31:


|r1= [[Number]]
|r1= [[Number]]
 
 
|x1= <code>_n = [[abs]] -3; {{cc|Returns 3}}</code>
|x1= <sqf>_n = abs -3; // Returns 3</sqf>


|seealso= [[+]] [[-]]
|seealso= [[+]] [[-]]
}}
}}

Latest revision as of 11:59, 12 May 2022

Hover & click on the images for description

Description

Description:
Returns absolute (positive) value of a real number.
Groups:
Math

Syntax

Syntax:
abs x
Parameters:
x: Number
Return Value:
Number

Examples

Example 1:
_n = abs -3; // Returns 3

Additional Information

See also:
+ -

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