TRUNC

TRUNC x truncated to d digits

Synopsis

TRUNC(x,d)

Arguments

x: number

d: non-negative integer, defaults to 0

Note

If d is omitted or negative then it defaults to zero. If it is not an integer then it is truncated to an integer.

Microsoft Excel Compatibility

This function is Excel compatible.

See also

INT.