We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74494d4 commit 32ff336Copy full SHA for 32ff336
maths/floor.py
@@ -3,7 +3,7 @@
3
"""
4
5
6
-def floor(x) -> int:
+def floor(x: float) -> int:
7
8
Return the floor of x as an Integral.
9
:param x: the number
0 commit comments