Skip to content

Commit 91e9a3a

Browse files
solves floor ciel rint
1 parent 76d7efc commit 91e9a3a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

numpy-python/floor-ciel-and-rint.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
import numpy
44

5+
numpy.set_printoptions(sign=' ')
6+
57
array = numpy.array(list(map(float, input().split())), dtype=float)
68
print(numpy.floor(array))
79
print(numpy.ceil(array))

0 commit comments

Comments
 (0)