[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2025-02-08 09:56:30 +00:00
parent 456e4fbf3e
commit fe3d3d8593

View File

@ -29,7 +29,7 @@ def actual_power(a: int, b: int):
return a * half * half
def power(a: int, b: int) -> float:
"""
"""
:param a: The base (integer).
:param b: The exponent (integer).
:return: The result of a^b, as a float for negative exponents.