Whole document tree
    

Whole document tree

TRUNC

TRUNC

Name

TRUNC -- 

Description

TRUNC function returns the value of @number truncated to the number of digits specified. If @digits is omitted then @digits defaults to zero.

This function is Excel compatible.

Examples

TRUNC(3.12) equals 3.

TRUNC(4.15,1) equals 4.1.

See also

INT.