| Linklist |
ABS( Formula )
ABS retuns the absolute value fo the argument : if X<0 then (-1)*X else X.
| DB2 |
CEIL( Formula )
Rounds the argument to the next bigger integer value.
HEX( Formula )
Returns the HEX-value of the argument.
| DB2 |
FLOOR( Formula )
Rounds the argument to the next lower interger value.
Rounds the argument to the next floating point number with specifyed number of decimals. If the oprional number of decimals in not given, then the result would be an integer.
SQRT( Formula )
Returns the square root of the argument.
TAN( Formula )
| Informix |
TRUNC( Formel )