Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f3e4417

Browse files
authored
Update README.md
1 parent 5ab42b3 commit f3e4417

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/algorithms/math/factorial/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
In mathematics, the factorial of a non-negative integer `n`,
44
denoted by `n!`, is the product of all positive integers less
55
than or equal to `n`. For example:
6-
6+
在数学中,由n!表示的非负整数n的阶乘是小于或等于n的所有正整数的乘积。例如
77
```
88
5! = 5 * 4 * 3 * 2 * 1 = 120
99
```

0 commit comments

Comments
 (0)