Skip to content

Commit b129302

Browse files
Update math/iterative_factorial.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
1 parent c8eec4a commit b129302

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

math/iterative_factorial.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
* @author [Renjian-buchai](https://github.com/Renjian-buchai)
66
*
77
* @description Calculates factorial iteratively.
8-
* https://en.wikipedia.org/wiki/Factorial
98
*
109
* \f[n! = n\times(n-1)\times(n-2)\times(n-3)\times\ldots\times3\times2\times1
1110
* = n\times(n-1)!\f]

0 commit comments

Comments
 (0)