ExpressionSimplifyEx(Entry, ActionContext) Method
Performs complete simplification of the mathematical expression with its
preparation, preliminary transformations, simplification and
subsequent inverse transformations for the most convenient answer
output.
Namespace: SMath.Math.SymbolicAssembly: SMath.Math.Symbolic (in SMath.Math.Symbolic.dll) Version: 1.73.9126.0
public static MItem SimplifyEx(
Entry value,
ActionContext store
)
Public Shared Function SimplifyEx (
value As Entry,
store As ActionContext
) As MItem
public:
static MItem^ SimplifyEx(
Entry^ value,
ActionContext^ store
)
static member SimplifyEx :
value : Entry *
store : ActionContext -> MItem
- value Entry
-
Expression to process.
- store ActionContext
-
Storage of information about the action being performed.
MItem
Result of expression transformation.