ExpansionPrepare Method

First preparing of the expression before simplification.

Definition

Namespace: SMath.Math.Symbolic
Assembly: SMath.Math.Symbolic (in SMath.Math.Symbolic.dll) Version: 1.35.9018.0
C#
public static MItem Prepare(
	MItem value
)

Parameters

value  MItem
Expression to proceed.

Return Value

MItem
Prepared expression.

See Also