Project Files
README
An LM Studio plugin that lets LLMs evaluate math expressions using +, -, *, /, ^, parentheses, and JavaScript Math functions and constants.
The plugin is available for download on the LM Studio Hub.

Enable the plugin, then ask the model to calculate something using the Calculator tool.
The tool returns { expression, result } for valid input, or an error message when the expression cannot be evaluated.
Forked from danielsig/calculator