Rounding CEIL

Rounds variables up toward positive infinity.

Use Ceil (as in ceiling) to obtain the lowest integer greater than or equal to X.

The absolute value of X must be less than MaxInt.

  • Ceil(-2.8) = -2
  • Ceil(2.8) = 3
  • Ceil(-1.0) = -1

    Settings

in

Input value.

out

Output value.

See also

version 6.0.240115

Edit All Pages