Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.firebolt.io/llms.txt

Use this file to discover all available pages before exploring further.

Calculates the absolute value of a number <value>, displaying the number’s distance from 0.

Syntax

ABS(<value>)

Parameters

ParameterDescriptionSupported input types
<numeric_type>The number that the absolute value function is applied to.Any NUMERIC type

Return Type

NUMERIC

Example

The following example returns the absolute value of -200.5: