scipp.ceil# scipp.ceil(x, *, out=None)# Round up to the nearest integer of all values passed in x. Parameters: x (TypeVar(_T)) – Input data. out (Optional[Variable], default: None) – Optional output buffer. Returns: TypeVar(_T) – Rounded up version of the data passed.