ABS()
<< MIN() | FB 2.5 Language Reference | ACOS() >>
<< Internal functions | FB 2.1 Language Reference | ACOS() >>
ABS()
Added in: 2.1
Description
Returns the absolute value of the argument.
Result type: Numerical
Syntax
ABS (number)
Important: If the external function ABS
is declared in your database, it will override the internal function. To make the internal function available, DROP
or ALTER
the external function (UDF).
back to top of page
<< MIN() | FB 2.5 Language Reference | ACOS() >>
<< Internal functions | FB 2.1 Language Reference | ACOS() >>