Warning

You're browsing the old v2.x documentation. This version is no longer maintained. Click here to go the v3.x documentation.

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
abs [2019/05/04 21:38] neilsabs [2019/05/06 10:24] neils
Line 1: Line 1:
-====== ABS() function ======+====== ABS() ======
  
 Syntax: Syntax:
  
-  abs(<integer expression>) | abs%(<float expression>)+  abs(<int expression>) | abs%(<float expression>)
      
 The ''ABS()'' function returns the absolute value (value without the sign) of the given numeric expression. The ''ABS()'' function returns the absolute value (value without the sign) of the given numeric expression.