View Source Train.Tools.Calculator (train v0.0.1-dev)

Link to this section Summary

Functions

Basic implementation of a calculator tool. Used for testing purposes.

Link to this section Functions

@spec query(String.t()) :: {:error, any()} | {:ok, number()}

Basic implementation of a calculator tool. Used for testing purposes.