ABS()

From Recital Documentation Wiki
Revision as of 11:57, 24 March 2009 by Yvonnemilne (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Class

Numeric Data


Purpose

Function to return absolute value


Syntax

ABS(<expN>)


See Also

INT(), ROUND(), SET DECIMALS


Description

The ABS() function returns the absolute value of the numeric expression <expN>.


Example

? abs(-1)
         1
? abs(-5.6)
       5.6
? abs(2.5)
       2.5


Products

Recital Database Server, Recital Mirage Server, Recital Terminal Developer