Skip to content
1 min read · 82 words

@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

VariableDescription
calculateToolEvaluates a mathjs-syntax expression and returns the numeric result alongside the KaTeX representation of the parsed expression.
evaluateKatexToolTranslates a LaTeX/KaTeX expression into mathjs syntax, evaluates it, and returns the result.