FractionsSolver.Calculate Method

Calculates the specified numeric expression and represents the result as a single fraction.

Definition

Namespace: SMath.Manager
Assembly: SMath.Math.Symbolic (in SMath.Math.Symbolic.dll) Version: 1.73.9126.0
C#
public static FractionsSolver.Fraction Calculate(
	params Term[][] value
)

Parameters

value  Term[][]
Numeric expression to calculate.

Return Value

FractionsSolver.Fraction
Result of calulculation as a single fraction.

See Also