Abs

This Flow Script tutorial explains how to use the Abs function with syntax and examples.

Description

The Abs function returns the absolute value of x.

Syntax

‌The syntax for the Abs function is: Abs(x)

‌Parameters

x - a numeric value

Returns

‌The Abs function returns a numeric value.

Example

Let's look at some Abs function examples and explore how to use the Abs function.

Abs(-273.15)
Returns: 273.15

Abs(30)
Returns: 30

Last updated