1
0
mirror of https://github.com/duke-git/lancet.git synced 2026-02-09 15:12:26 +08:00

docs: add Factorial

This commit is contained in:
dudaodong
2022-03-04 17:37:49 +08:00
parent 81c4216699
commit 7ac6816532
4 changed files with 5 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ import (
## Index
- [Exponent](#Exponent)
- [Fibonacci](#Fibonacci)
- [Factorial](#Factorial)
- [Percent](#Percent)
- [RoundToFloat](#RoundToFloat)
- [RoundToString](#RoundToString)

View File

@@ -22,6 +22,8 @@ import (
## 目录
- [Exponent](#Exponent)
- [Fibonacci](#Fibonacci)
- [Factorial](#Factorial)
- [Percent](#Percent)
- [RoundToFloat](#RoundToFloat)
- [RoundToString](#RoundToString)