Skip to main content

Fabs - script and chart function

Fabs() returns the absolute value of x. The result is a positive number.

Syntax:  

fabs(x)

Return data type: numeric

Examples and results:  

Examples Results

fabs( 2.4 )

Returns 2.4
fabs( -3.8 ) Returns 3.8

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!