Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs, Tests, Fix: Fit fibonacci_large.cpp to contributing guideline #2909

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
Open
Prev Previous commit
Next Next commit
Update fibonacci_fast.cpp
setbit123 authored Nov 24, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 44b82daf6966df561fa6ce5e12e7f99006d46f03
1 change: 1 addition & 0 deletions math/fibonacci_fast.cpp
Original file line number Diff line number Diff line change
@@ -30,6 +30,7 @@
*/
constexpr uint64_t MAX = 93;


/**
* @brief Function to compute the nth Fibonacci number
* @param n The index of the Fibonacci number to compute