From 7ac6816532defe8b7c20b02ee24a38e5796c1666 Mon Sep 17 00:00:00 2001 From: dudaodong Date: Fri, 4 Mar 2022 17:37:49 +0800 Subject: [PATCH] docs: add Factorial --- README.md | 1 + README_zh-CN.md | 1 + docs/mathutil.md | 1 + docs/mathutil_zh-CN.md | 2 ++ 4 files changed, 5 insertions(+) diff --git a/README.md b/README.md index 5ada3d2..b9ed128 100644 --- a/README.md +++ b/README.md @@ -204,6 +204,7 @@ import "github.com/duke-git/lancet/mathutil" #### Function list: - [Exponent](https://github.com/duke-git/lancet/blob/main/docs/mathutil.md#Exponent) - [Fibonacci](https://github.com/duke-git/lancet/blob/main/docs/mathutil.md#Fibonacci) +- [Factorial](https://github.com/duke-git/lancet/blob/main/docs/mathutil.md#Factorial) - [Percent](https://github.com/duke-git/lancet/blob/main/docs/mathutil.md#Percent) - [RoundToFloat](https://github.com/duke-git/lancet/blob/main/docs/mathutil.md#RoundToFloat) - [RoundToString](https://github.com/duke-git/lancet/blob/main/docs/mathutil.md#RoundToString) diff --git a/README_zh-CN.md b/README_zh-CN.md index 28b0396..d3b05a5 100644 --- a/README_zh-CN.md +++ b/README_zh-CN.md @@ -204,6 +204,7 @@ import "github.com/duke-git/lancet/mathutil" #### Function list: - [Exponent](https://github.com/duke-git/lancet/blob/main/docs/mathutil_zh-CN.md#Exponent) - [Fibonacci](https://github.com/duke-git/lancet/blob/main/docs/mathutil_zh-CN.md#Fibonacci) +- [Factorial](https://github.com/duke-git/lancet/blob/main/docs/mathutil_zh-CN.md#Factorial) - [Percent](https://github.com/duke-git/lancet/blob/main/docs/mathutil_zh-CN.md#Percent) - [RoundToFloat](https://github.com/duke-git/lancet/blob/main/docs/mathutil_zh-CN.md#RoundToFloat) - [RoundToString](https://github.com/duke-git/lancet/blob/main/docs/mathutil_zh-CN.md#RoundToString) diff --git a/docs/mathutil.md b/docs/mathutil.md index a10c7f4..b911f38 100644 --- a/docs/mathutil.md +++ b/docs/mathutil.md @@ -22,6 +22,7 @@ import ( ## Index - [Exponent](#Exponent) - [Fibonacci](#Fibonacci) +- [Factorial](#Factorial) - [Percent](#Percent) - [RoundToFloat](#RoundToFloat) - [RoundToString](#RoundToString) diff --git a/docs/mathutil_zh-CN.md b/docs/mathutil_zh-CN.md index 11b9f95..a0ceb6a 100644 --- a/docs/mathutil_zh-CN.md +++ b/docs/mathutil_zh-CN.md @@ -22,6 +22,8 @@ import ( ## 目录 - [Exponent](#Exponent) - [Fibonacci](#Fibonacci) +- [Factorial](#Factorial) + - [Percent](#Percent) - [RoundToFloat](#RoundToFloat) - [RoundToString](#RoundToString)