MathTools
Wisej.AI.Tools.MathTools
Last updated
Wisej.AI.Tools.MathTools
Last updated
Namespace: Wisej.AI.Tools
Assembly: Wisej.AI (3.5.0.0)
Provides mathematical tools and utilities for evaluating expressions.
This class is part of the ToolsContainer and offers methods to perform mathematical operations.
Initializes a new instance of the class.
Evaluates a mathematical expression asynchronously.
expression
The mathematical expression to evaluate.
This method uses the browser's evaluation engine to compute the result of the given expression.
Represents a container for tools, providing access to a hub, adapter, and a collection of parameters.
Returns: . A task that represents the asynchronous operation. The task result contains the evaluated result of the expression.