We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 456e4fb commit fe3d3d8Copy full SHA for fe3d3d8
divide_and_conquer/power.py
@@ -29,7 +29,7 @@ def actual_power(a: int, b: int):
29
return a * half * half
30
31
def power(a: int, b: int) -> float:
32
- """
+ """
33
:param a: The base (integer).
34
:param b: The exponent (integer).
35
:return: The result of a^b, as a float for negative exponents.
0 commit comments