Skip to content

Commit 9b6cb4a

Browse files
committed
edit
1 parent cc456cd commit 9b6cb4a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cards/Mathematics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ $$\fact{n} = \ldots$$
2525
A: $$\fact{n} = n \times \fact{n-1}$$
2626

2727
Q: Express $n!$ using product notation.
28-
A: $$\prod\limits_{i=1}^n i$$
28+
A: $$n! = \prod\limits_{i=1}^n i$$
2929

3030
Q: Evaluate: $0!$
3131
A: $1$

0 commit comments

Comments
 (0)