|
@@ -48,7 +48,7 @@ func main() {
|
|
|
- `index/suffixarray`: 子字符串快速查询。
|
|
- `index/suffixarray`: 子字符串快速查询。
|
|
|
- `math`-`math/cmath`-`math/big`-`math/rand`-`sort`:
|
|
- `math`-`math/cmath`-`math/big`-`math/rand`-`sort`:
|
|
|
- `math`: 基本的数学函数。
|
|
- `math`: 基本的数学函数。
|
|
|
- - `math/cmath`: 对负责数字的操作。
|
|
|
|
|
|
|
+ - `math/cmath`: 对复数的操作。
|
|
|
- `math/rand`: 伪随机数生成。
|
|
- `math/rand`: 伪随机数生成。
|
|
|
- `sort`: 为数组排序和自定义集合。
|
|
- `sort`: 为数组排序和自定义集合。
|
|
|
- `math/big`: 大数的实现和计算。
|
|
- `math/big`: 大数的实现和计算。
|