We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8657a16 commit f30cb37Copy full SHA for f30cb37
math/n_bonacci.cpp
@@ -30,7 +30,7 @@ namespace math {
30
*/
31
namespace n_bonacci {
32
/**
33
- * @brief Finds the N-Bonacci series for the `n` parameter value and `m` parameter terms.
+ * @brief Finds the N-Bonacci series for the `n` parameter value and `m` parameter terms
34
* @param n is in the N-Bonacci series
35
* @param m is the number of terms in the N-Bonacci sequence
36
* @returns the n-bonacci sequence as vector array
0 commit comments