ABS function

From Planfix
Revision as of 12:20, 8 February 2024 by Dmitri (talk | contribs) (Created page with "{{#seo: |title=ABS |titlemode=append |keywords=planfix, function, abs number, abs, numbers |description=Absolute value of a number function }} '''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 == {| class="wikitable" |- ! style="weight:bold;" | Formula ! style="weight:bold;" | Description ! style="weight:bold;" | Result...")
(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 ==