test-calculate · git:20251129.8b16bea · 2025-11-29 · sha256 351cf618a37d95ec
test-calculate git:20251129.8b16beaA
Immutable. This exact content is served forever at /api/v1/blob/351cf618a37d95ec.
---
name: test-calculate
description: Tests calculate tool with arithmetic, trig, and variable substitution
manual_only: true
---
# 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