ExpressionDifferentiateEx Method

Differentiation of the mathematical expression. Before differentiation, the expression is fully prepared for this operation.

Definition

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

Parameters

value  MItem
 
variable  MItem
 
store  ActionContext
 

Return Value

MItem

See Also