added see also reference to fibonacci

This commit is contained in:
Krishna Vedala 2020-05-28 16:37:03 -04:00
parent b9b930213f
commit 9ef8100a52
No known key found for this signature in database
GPG Key ID: BA19ACF8FC8792F7

View File

@ -11,7 +11,7 @@
* found if we have already found n/2th or (n+1)/2th fibonacci It is a property
* of fibonacci similar to matrix exponentiation.
*
* @see fibonacci_large.cpp, fibonacci.cpp
* @see fibonacci_large.cpp, fibonacci.cpp, string_fibonacci.cpp
*/
#include <cinttypes>