Update math/fibonacci_sum.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
Sarthak Sahu
2020-10-21 02:43:40 +05:30
committed by GitHub
parent c0dbbb2a6e
commit f8c24ea651

View File

@@ -16,7 +16,12 @@
* @namespace math
* @brief Mathematical algorithms
*/
namespace math{
namespace math {
/**
* @namespace fibonacci_sum
* @brief Functions for the sum of the Fibonacci Sequence: \f$\mathrm{F}(n) + \mathrm{F}(n+1) + .. + \mathrm{F}(m)\f$
*/
namespace fibonacci_sum {
/**
* Function to multiply two matrices