We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc456cd commit 9b6cb4aCopy full SHA for 9b6cb4a
1 file changed
Cards/Mathematics.md
@@ -25,7 +25,7 @@ $$\fact{n} = \ldots$$
25
A: $$\fact{n} = n \times \fact{n-1}$$
26
27
Q: Express $n!$ using product notation.
28
-A: $$\prod\limits_{i=1}^n i$$
+A: $$n! = \prod\limits_{i=1}^n i$$
29
30
Q: Evaluate: $0!$
31
A: $1$
0 commit comments