FractionsSolver.ToTerms(Double, Double) Method
Converts a fraction to terms.
Namespace: SMath.ManagerAssembly: SMath.Math.Symbolic (in SMath.Math.Symbolic.dll) Version: 1.73.9126.0
public static Term[] ToTerms(
double num,
double den
)
Public Shared Function ToTerms (
num As Double,
den As Double
) As Term()
public:
static array<Term^>^ ToTerms(
double num,
double den
)
static member ToTerms :
num : float *
den : float -> Term[]
- num Double
- Numerator of the fraction.
- den Double
- Denominator of the fraction.
Term[]Array of terms which represent the fraction
num/
den.