FractionsSolver.ToTerms(Double, Double) Method

Converts a fraction to terms.

Definition

Namespace: SMath.Manager
Assembly: SMath.Math.Symbolic (in SMath.Math.Symbolic.dll) Version: 1.73.9126.0
C#
public static Term[] ToTerms(
	double num,
	double den
)

Parameters

num  Double
Numerator of the fraction.
den  Double
Denominator of the fraction.

Return Value

Term[]
Array of terms which represent the fraction num/den.

See Also