calculator
SolidPerforms arbitrary-precision arithmetic calculations including addition, subtraction, multiplication, division, and exponents. Use when the user asks to calculate, compute, or evaluate math expressions, or when precise decimal arithmetic is needed to avoid floating-point errors.
Install
Quality Score: 87/100
Skill Content
Details
- Author
- Code-and-Sorts
- Repository
- Code-and-Sorts/awesome-copilot-agents
- Created
- 1 years ago
- Last Updated
- 1 months ago
- Language
- TypeScript
- License
- CC0-1.0
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
calculator
执行数学计算,支持基本运算和复杂表达式
math-tools
Deterministic mathematical computation using SymPy. Use for ANY math operation requiring exact/verified results - basic arithmetic, algebra (simplify, expand, factor, solve equations), calculus (derivatives, integrals, limits, series), linear algebra (matrices, determinants, eigenvalues), trigonometry, number theory (primes, GCD/LCM, factorization), and statistics. Ensures mathematical accuracy by using symbolic computation rather than LLM estimation.
simple-math
Perform basic arithmetic operations safely using standard operators without eval or exec