ProtectedInternalExecutes the calculation for the provided mathematical expression
The action parameters containing:
A promise resolving to an ActionResultSimple with:
Executes the action with the provided parameters.
The action execution parameters including context
Promise resolving to the action result
Action that evaluates mathematical expressions safely using JavaScript's built-in math functions. Supports basic arithmetic operations, parentheses, and common math functions.
Example