ExpressionSimplifyEx(MItem, ActionContext) Method

Complete simplification of the mathematical expression with its preparation, preliminary transformations, simplification and subsequent inverse transformations for the most convenient answer output.

Definition

Namespace: SMath.Math.Symbolic
Assembly: SMath.Math.Symbolic (in SMath.Math.Symbolic.dll) Version: 1.35.9018.0
C#
public static MItem SimplifyEx(
	MItem value,
	ActionContext store
)

Parameters

value  MItem
Expression to process.
store  ActionContext
Storage of information about the action being performed.

Return Value

MItem
Expression transformation result.

See Also