# simple-math **Repository Path**: lm_is_dc/simple-math ## Basic Information - **Project Name**: simple-math - **Description**: 数学运算,python打包whl - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-10-22 - **Last Updated**: 2025-10-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 数学计算包 (simple-math) 一个简单的Python包,提供基本的数学运算。 ## 功能 - **加法**: 将两个数字相加 - **减法**: 从第一个数字中减去第二个数字 - **乘法**: 将两个数字相乘 - **除法**: 将第一个数字除以第二个数字(含错误处理) ## 安装 ``` pip install simple-math ```