Return the ceiling of the data array.
New in version 1.0.
See also
floor, rint, trunc
If True then update the data array in place. By default a new data array is created.
out : cf.Data
>>> print d.array [-1.9 -1.5 -1.1 -1. 0. 1. 1.1 1.5 1.9] >>> print d.ceil().array [-1. -1. -1. -1. 0. 1. 2. 2. 2.]
cf.Data.chunk
cf.Data.clip
Enter search terms or a module, class or function name.