File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
src/algorithms/math/factorial Expand file tree Collapse file tree 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:_
5353
5454* ** 数学**
5555 * ` 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 )
5757 * ` B ` [ 斐波那契数] ( src/algorithms/math/fibonacci ) - ` 经典 ` 和 ` 闭式 ` 版本
5858 * ` B ` [ 素数检测] ( src/algorithms/math/primality-test ) (排除法)
5959 * ` B ` [ 欧几里得算法] ( src/algorithms/math/euclidean-algorithm ) - 计算最大公约数 (GCD)
Original file line number Diff line number Diff line change 11# Factorial
22
3+ _ Read this in other languages:_
4+ [ _ 简体中文_ ] ( README.zh-CN.md ) ,
5+
36In mathematics, the factorial of a non-negative integer ` n ` ,
47denoted by ` n! ` , is the product of all positive integers less
58than or equal to ` n ` . For example:
You can’t perform that action at this time.
0 commit comments