Menu

CEILING.PRECISE

Description

Returns a number that is rounded up to the nearest integer or to the nearest multiple of significance. Regardless of the sign of the number, the number is rounded up. However, if the number or the significance is zero, zero is returned.

Examples

CEILING.PRECISE(M_PI, 1) = 4

CEILING.PRECISE(M_PI, 0.1) = 3.2

CEILING.PRECISE(NAN) = NAN

CEILING.PRECISE(INF) = NAN

CEILING.PRECISE(-INF) = NAN

On this page