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 6dd0506 commit 3836735Copy full SHA for 3836735
math/factorial.cpp
@@ -1,7 +1,7 @@
1
/**
2
* @file
3
* @brief Find the [factorial](https://en.wikipedia.org/wiki/Factorial) of a given number
4
- * @description calculates factorial via recursion
+ * @details Calculate factorial via recursion
5
* \f[n! = n\times(n-1)\times(n-2)\times(n-3)\times\ldots\times3\times2\times1
6
* = n\times(n-1)!\f]
7
* for example:
0 commit comments