Perform mathematical calculations from the command line. Arithmetic, trig, and unit conversion.
--- name: calc-tool description: Perform mathematical calculations from the command line. Arithmetic, trig, and unit conversion. --- # Calc Tool - CLI Calculator Command-line calculator supporting arithmetic, trig, and unit conversion. ## Quick Start ```bash calc-tool '2 + 2' ``` ## Features - Basic arithmetic - Trig functions (sin, cos, tan) - Unit conversion - Expression grouping ## Examples ```bash calc-tool '2 + 2' calc-tool 'sin(45) * 10' calc-tool '100 cm to inches' ``` ## See Also - Related documentation: `man bc` (if available)
don't have the plugin yet? install it then click "run inline in claude" again.