@nhtio/adk/batteries/tools/math
Pre-constructed tools for safe arithmetic, expression evaluation, and numeric operations.
Remarks
Pre-constructed bundled tools for the math category. Import individually, the whole category, or import every tool via @nhtio/adk/batteries.
Variables
| Variable | Description |
|---|---|
| calculateTool | Evaluates a mathjs-syntax expression and returns the numeric result alongside the KaTeX representation of the parsed expression. |
| evaluateKatexTool | Translates a LaTeX/KaTeX expression into mathjs syntax, evaluates it, and returns the result. |