Result Size: 625 x 664
x
 
import numpy as np
arr = np.ceil([-3.1666, 3.6667])
print(arr)
[-3.  4.]