mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-09 13:37:25 +08:00
docs: add documentation for parameter n
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user