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

Commit 73f6514

Browse files
committed
Another typo wtf
1 parent b557100 commit 73f6514

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

wise1617/slides-10.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@
9797
$
9898
n! = \prod\limits_{i=1}^{n} =
9999
\begin{cases}
100-
n \cdot (n-1)! & \text{if\qquad} x > 0 \\
101-
1 & \text{if\qquad} x = 0
100+
n \cdot (n-1)! & \text{if\qquad} n > 0 \\
101+
1 & \text{if\qquad} n = 0
102102
\end{cases}
103103
$
104104
\end{itemize}

0 commit comments

Comments
 (0)