ExpansionExpand Method

Expanding of the symbolic expression.

Definition

Namespace: SMath.Math.Symbolic
Assembly: SMath.Math.Symbolic (in SMath.Math.Symbolic.dll) Version: 1.73.9126.0
C#
public static MItem Expand(
	ref MItem value
)

Parameters

value  MItem
Expression to proceed.

Return Value

MItem
Expanded expression.

See Also