Protected InternalExecutes 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
Private containsPrivate format
Action that evaluates mathematical expressions safely using JavaScript's built-in math functions. Supports basic arithmetic operations, parentheses, and common math functions.
Example