numpy.floor(x[, out]) = <ufunc 'floor'>¶. Return the floor of the input, element-wise. The floor of the scalar x is the largest integer i, such that i <= x.
確定! 回上一頁