You are viewing a single comment's thread. Return to all comments →
-------:my code is:--------- import numpy as np A=np.array(list(map(float, input(). split()))) np.set_printoptions(legacy='1.13') print(np.floor(A)) print(np.ceil(A)) print(np.rint(A))
Seems like cookies are disabled on this browser, please enable them to open this website
Floor, Ceil and Rint
You are viewing a single comment's thread. Return to all comments →
-------:my code is:--------- import numpy as np A=np.array(list(map(float, input(). split()))) np.set_printoptions(legacy='1.13') print(np.floor(A)) print(np.ceil(A)) print(np.rint(A))