ROUND(a,n)
ROUND(a,n)
is an arithmetic
function with the following result (for the expressions a
and n
that
are numbers):
ROUND(a)
: rounds decimal places
up and down
ROUND(a,n)
: rounds up and down to
the n
th place on the right of the decimal point
ROUND(a,-n)
: rounds up and down
to the n
th place on the left of the decimal
point
a, n |
Result of the ROUND(a,n) function |
|---|---|
|
TRUNC |
|
|
|
Result as for |
|
The integer component of |
|
Floating point number |
|
Fixed point number |
|
|
|
Special |