Category:

Mathematical

Returns an absolute value of a number.

Syntax

abs(
  x Numeric
): Numeric

Parameters

x is a source number.

Return value

Type: Numeric.

Examples of using

abs(-325.11)