Abs

Description

Returns the absolute value of a number.

Syntax

Abs(<input>)

Arguments

Argument Type Description Optional
input Numeric Value The value to convert to absolute No

Returns

Decimal

Examples

Expression: ABS(10.5)
Returns: 10.5
Expression: ABS(-10.5)
Returns: 10.5

Download

Download Example