Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 814d407

Browse files
floor added
1 parent 1bfd4da commit 814d407

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

‎Numpy/Floor, Ceil and Rint/Solution.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import numpy as np
2+
3+
np.set_printoptions(sign=' ')
4+
5+
a = np.array(input().split(), float)
6+
print(*(f(a) for f in [np.floor, np.ceil, np.rint]), sep='\n')

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /