Skip to main content

Abs (Absolute Value)

An expression editor function that returns the absolute value of a number.

Updated over 3 weeks ago

Overview

This function returns the number's absolute value, which means its distance from zero. It always returns a positive number.


Parameters

abs(number)

Number

The number to get the absolute value of.


For example...

abs(-15)

Returns 15.

Did this answer your question?