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