Skip to content

Commit 6cc39c0

Browse files
committed
Merge branch 'branch1' of https://github.com/Acuspeedster/Python into branch1
2 parents 1909143 + 70dd92d commit 6cc39c0

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)