Skip to content

Commit 44b82da

Browse files
authored
Update fibonacci_fast.cpp
1 parent 17de801 commit 44b82da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

math/fibonacci_fast.cpp

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

33+
3334
/**
3435
* @brief Function to compute the nth Fibonacci number
3536
* @param n The index of the Fibonacci number to compute

0 commit comments

Comments
 (0)