Menu

ROUNDDOWN

Description

Rounds a number down towards zero.

Examples

ROUNDDOWN(180.6669, 3) = 180.666

ROUNDDOWN(180, NAN) = NAN

ROUNDDOWN(NAN) = NAN

ROUNDDOWN(INF) = NAN

ROUNDDOWN(-INF) = NAN

On this page