Skip to content
This repository was archived by the owner on Apr 21, 2018. It is now read-only.

Commit b557100

Browse files
committed
Fix typo in factorial definition
1 parent 5172f69 commit b557100

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wise1617/slides-10.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
n! = \prod\limits_{i=1}^{n} =
9999
\begin{cases}
100100
n \cdot (n-1)! & \text{if\qquad} x > 0 \\
101-
0 & \text{if\qquad} x = 0
101+
1 & \text{if\qquad} x = 0
102102
\end{cases}
103103
$
104104
\end{itemize}

0 commit comments

Comments
 (0)