TRUNC

Syntax:

TRUNC(N value, N decimal_places)

Return Value:

N truncated_number

Description:

TRUNC truncates a number to the specified number of decimal places
TRUNC returns a number with the same scale factor as the precision

Example:

TRUNC(21.66,1) = 21.6