Difference between revisions of "ABS()"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Yvonnemilne (Talk | contribs) |
||
Line 34: | Line 34: | ||
[[Category:Documentation]] | [[Category:Documentation]] | ||
[[Category:Functions]] | [[Category:Functions]] | ||
+ | [[Category:Numeric Data]] | ||
+ | [[Category:Numeric Data Functions]] |
Revision as of 08:56, 2 June 2009
Class
Numeric Data
Purpose
Function to return absolute value
Syntax
ABS(<expN>)
See Also
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