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.

Definition

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

Parameters

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

Return Value

MItem
Result of expression transformation.

See Also