1
0
mirror of https://github.com/duke-git/lancet.git synced 2026-02-07 06:02:27 +08:00

doc: update doc for v2.3.4

This commit is contained in:
dudaodong
2024-12-04 11:24:53 +08:00
parent 995ffb799f
commit 8ebb8a028e
7 changed files with 142 additions and 44 deletions

View File

@@ -1236,7 +1236,7 @@ func main() {
### <span id="Permutation">Permutation</span>
<p>计算排列数P(n, k)。</p>
<p>计算排列数P(n, k)。</p>
<b>函数签名:</b>
@@ -1269,7 +1269,7 @@ func main() {
### <span id="Combination">Combination</span>
<p>计算组合数C(n, k)。</p>
<p>计算组合数C(n, k)。</p>
<b>函数签名:</b>

View File

@@ -526,7 +526,7 @@ func main() {
```
### <span id="RandNumberOfLength">RandNumberOfLength</span>
<p>生成指定长度的随机数</p>
<p>生成指定长度的随机数</p>
<b>函数签名:</b>