Difference between revisions of "ABS()"
From Recital Documentation Wiki
Helengeorge (Talk | contribs) (→Class) |
Helengeorge (Talk | contribs) |
||
Line 1: | Line 1: | ||
− | |||
− | |||
==Purpose== | ==Purpose== | ||
Function to return absolute value | Function to return absolute value | ||
Line 29: | Line 27: | ||
==Products== | ==Products== | ||
− | Recital | + | Recital Server, Recital |
[[Category:Documentation]] | [[Category:Documentation]] | ||
[[Category:Functions]] | [[Category:Functions]] | ||
[[Category:Numeric Data]] | [[Category:Numeric Data]] | ||
[[Category:Numeric Data Functions]] | [[Category:Numeric Data Functions]] |
Latest revision as of 16:35, 25 November 2009
Purpose
Function to return absolute value
Syntax
ABS(<expN>)
See Also
FIXED(), 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 Server, Recital