mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
docs: add documentation for parameter n
This commit is contained in:
parent
e69045c446
commit
8eb3dcc490
@ -21,6 +21,7 @@ namespace math {
|
||||
|
||||
/**
|
||||
* @brief function to find factorial of given number
|
||||
* @param n is the number which is to be factorialized
|
||||
* @warning Maximum value for the parameter is 20 as 21!
|
||||
* cannot be represented in 64 bit unsigned int
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user