scipp.ceil

scipp.ceil(x, *, out=None)

Round up to the nearest integer of all values passed in x.

Parameters
  • x (VariableLike) – Input data.

  • out (Optional[VariableLike]) – Optional output buffer.

Returns

Rounded up version of the data passed.

Return type

VariableLike