We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 922887c commit 2423760Copy full SHA for 2423760
maths/abs.py
@@ -1,7 +1,7 @@
1
"""Absolute Value."""
2
3
4
-def abs_val(num):
+def abs_val(num: float) -> float:
5
"""
6
Find the absolute value of a number.
7
0 commit comments