Ceil Node

ceil node

Calculates the ceiling(smallest integer greater than) a number.

Inputs:

  • x: The number to ceil.

Outputs:

  • out: The ceil of x.