Description

Returns the absolute value of a number

Example

Find the absolute value for -3

abs(-3)

Syntax

abs(number)

Parameters

Type Description
Number The number to find the absolute value for