Skip to content

Commit 70dd92d

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 955c792 commit 70dd92d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

maths/fibonacci.py

-2
Original file line numberDiff line numberDiff line change
@@ -235,8 +235,6 @@ def fib_binet(n: int) -> list[int]:
235235
return [round(phi**i / sqrt_5) for i in range(n + 1)]
236236

237237

238-
239-
240238
def matrix_pow_np(m: ndarray, power: int) -> ndarray:
241239
"""
242240
Raises a matrix to the power of 'power' using binary exponentiation.

0 commit comments

Comments
 (0)