数学表达式安全计算器。支持四则运算、科学函数、常量、单位换算。纯Python标准库,无需API Key。
name: 数学计算器 version: "1.3.0" description: "数学表达式安全计算器。支持四则运算、科学函数、常量、单位换算。纯Python标准库,无需API Key。" scope: "calculator, math, unit conversion" # 数学计算器 数学表达式计算器。支持基本运算、科学计算。 ## 功能 - 四则运算 + - * / ^(幂) %(取模) - 科学函数:sin, cos, tan, log, sqrt, abs - 常量:pi, e - 表达式安全求值(不使用eval) - 纯本地处理,无需API ## 使用方法 ```bash python3 scripts/math_calculator.py "2+3*4" python3 scripts/math_calculator.py "sqrt(144)" python3 scripts/math_calculator.py "sin(pi/2)" ``` ## 示例 输入:`2+3*4` → 输出:`结果: 14.0` --- **出品:** AISoBrand|爱索品牌 — AI搜索优化工具 **官网:** https://aisobrand.com **免费检测你的品牌在AI搜索中有没有存在感 →** [30秒出结果](https://aisobrand.com/free-diagnosis.html)
don't have the plugin yet? install it then click "run inline in claude" again.