FractionsSolver Class

Handles fractions in scope of symbolic evaluation.

Definition

Namespace: SMath.Manager
Assembly: SMath.Math.Symbolic (in SMath.Math.Symbolic.dll) Version: 1.73.9126.0
C#
public static class FractionsSolver
Inheritance
Object    FractionsSolver

Methods

Calculate Calculates the specified numeric expression and represents the result as a single fraction.
ToTerms(Double, Boolean) Converts a Double value to a fraction and then to terms.
ToTerms(Double, Double) Converts a fraction to terms.

See Also