# go-mathutil **Repository Path**: xlive6654/go-mathutil ## Basic Information - **Project Name**: go-mathutil - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-03-25 - **Last Updated**: 2025-03-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # MathUtil 一个Go语言数学工具库,包含基础运算和统计功能。 ## 功能 - **arithmetic包**:加减乘除 - **stats包**:平均值、中位数 ## 安装 ```bash go get github.com/yourusername/mathutil@v1.0.0 ``` ## 示例 ```go avg := stats.Average([]float64{1, 2, 3}) ```