Calculates the absolute value of input.
1 – Input
A signed decimal number.
2 – Output
An unsigned decimal number of type G-floating.
3 – Example
DTR> PRINT FN$ABS (-128) FN$ABS 1.2800E+02 DTR>