specifies a numeric
constant, variable, or expression.
Details
The FUZZ function returns
the nearest integer value if the argument is within 1E−12 of
the integer (that is, if the absolute difference between the integer
and argument is less than 1E−12). Otherwise, the argument is
returned.
Example
The following SAS statements
produce these results.