Main Content

Rounding Mode: Ceiling

When you round toward ceiling, both positive and negative numbers are rounded toward positive infinity. As a result, a positive cumulative bias is introduced in the number.

You can round to ceiling using the ceil function.

Plot of output stored integer value vs input real-world value using round to ceiling.

See Also

|