Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3064a79

Browse files
committed
Add links to zh-CN version of Factorial.
1 parentaf77d1a commit3064a79

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

‎README.zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)

‎src/algorithms/math/factorial/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#Factorial
22

3+
_Read this in other languages:_
4+
[_简体中文_](README.zh-CN.md),
5+
36
In mathematics, the factorial of a non-negative integer`n`,
47
denoted by`n!`, is the product of all positive integers less
58
than or equal to`n`. For example:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp