# Test Calculate

> Tests calculate tool with arithmetic, trig, and variable substitution

- Skill: `bdambrosio/test-calculate` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add bdambrosio/test-calculate`
- Raw SKILL.md: https://api.skillmd.com/api/skills/bdambrosio/test-calculate/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: bdambrosio (https://skillmd.com/u/bdambrosio)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/bdambrosio/test-calculate

---


# Test Calculate Tool

Tests the calculate tool with:
- Basic arithmetic: 2 + 3 * 4 = 14
- Trig with degrees: projectile flight time formula
- Variable substitution: formula with {"v": 20, "theta": 30, "g": 9.8}
- Other functions: sqrt(16) + factorial(5) = 124


