File tree 2 files changed +4
-1
lines changed
src/algorithms/math/factorial
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ _Read this in other languages:_
53
53
54
54
* ** 数学**
55
55
* ` B ` [ Bit 操控] ( src/algorithms/math/bits ) - set/get/update/clear 位、乘以/除以二进制位 、变负等
56
- * ` B ` [ 阶乘] ( src/algorithms/math/factorial )
56
+ * ` B ` [ 阶乘] ( src/algorithms/math/factorial/README.zh-CN.md )
57
57
* ` B ` [ 斐波那契数] ( src/algorithms/math/fibonacci ) - ` 经典 ` 和 ` 闭式 ` 版本
58
58
* ` B ` [ 素数检测] ( src/algorithms/math/primality-test ) (排除法)
59
59
* ` B ` [ 欧几里得算法] ( src/algorithms/math/euclidean-algorithm ) - 计算最大公约数 (GCD)
Original file line number Diff line number Diff line change 1
1
# Factorial
2
2
3
+ _ Read this in other languages:_
4
+ [ _ 简体中文_ ] ( README.zh-CN.md ) ,
5
+
3
6
In mathematics, the factorial of a non-negative integer ` n ` ,
4
7
denoted by ` n! ` , is the product of all positive integers less
5
8
than or equal to ` n ` . For example:
You can’t perform that action at this time.
0 commit comments