numpy.ceil()
numpy.ceil
-
numpy.ceil(x[, out]) =
-
Return the ceiling of the input, element-wise.
The ceil of the scalar
x
is the smallest integeri
, such thati >= x
. It is often denoted as .Parameters: x : array_like
Input data.
Returns: y : ndarray or scalar
The ceiling of each element in
登录查看完整内容