Returns the nearest integer if the argument is within 1E-12 of that integer.
Category: | Truncation |
Returned data type: | DOUBLE |
specifies any valid expression that evaluates to a numeric value.
Data type | DOUBLE |
See | <sql-expression> |
FedSQL Expressions |
Statements
|
Results
|
---|---|
select fuzz(5.99999999); |
5.99999999 |