mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
Update math/n_bonacci.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
parent
8657a16140
commit
f30cb37742
@ -30,7 +30,7 @@ namespace math {
|
||||
*/
|
||||
namespace n_bonacci {
|
||||
/**
|
||||
* @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
|
||||
* @param n is in the N-Bonacci series
|
||||
* @param m is the number of terms in the N-Bonacci sequence
|
||||
* @returns the n-bonacci sequence as vector array
|
||||
|
Loading…
Reference in New Issue
Block a user