Skip to content

Commit 1755fb2

Browse files
authored
Update fibonacci_fast.cpp
1 parent 44b82da commit 1755fb2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

math/fibonacci_fast.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
*/
3131
constexpr uint64_t MAX = 93;
3232

33-
3433
/**
3534
* @brief Function to compute the nth Fibonacci number
3635
* @param n The index of the Fibonacci number to compute

0 commit comments

Comments
 (0)