iarray.IArray.ceil#
- IArray.ceil()#
Return the ceiling of the input, element-wise. It is often denoted as \(\lceil x \rceil\).
- Parameters
iarr¶(self) (IArray container) – Input array.
- Returns
out – A lazy expression that must be evaluated via out.eval(), which will compute the ceiling of each element in \(x\).
- Return type
References