We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ad6c64 commit 9b0909dCopy full SHA for 9b0909d
maths/decimal_isolate.py
@@ -4,7 +4,7 @@
4
"""
5
6
7
-def decimal_isolate(number, digit_amount):
+def decimal_isolate(number: float, digit_amount: int) -> float:
8
9
10
Isolates the decimal part of a number.
0 commit comments