Run ❯
Result Size:
625 x 664
×
Change Orientation
Change Theme, Dark/Light
Go to Spaces
import numpy as np arr = np.ceil([-3.1666, 3.6667]) print(arr)
x
import
numpy
as
np
arr
=
np
.
ceil
([
-
3.1666
,
3.6667
])
print
(
arr
)
[-3. 4.]