Skip to content

Commit 8eb3dcc

Browse files
docs: add documentation for parameter n
1 parent e69045c commit 8eb3dcc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

math/factorial.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ namespace math {
2121

2222
/**
2323
* @brief function to find factorial of given number
24+
* @param n is the number which is to be factorialized
2425
* @warning Maximum value for the parameter is 20 as 21!
2526
* cannot be represented in 64 bit unsigned int
2627
*/

0 commit comments

Comments
 (0)