ABS function

From Planfix
Revision as of 12:20, 8 February 2024 by Dmitri (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The ABS() function — returns the absolute value (modulus) of a number. The absolute value of a number is the number without a sign.

Format

ABS(number)

Examples

Formula Description Result
ABS(2) Absolute value of the number 2 2
ABS(-2) Absolute value of the number -2 2

Go To