WebCab Functions for .NET v2.0

WebCab.Libraries.Math.EquationSolver Namespace

Classes

ClassDescription
EquationSolver The Equation Solver class offers a range of procedures for finding the solutions of (continuous) equations on one real variable.
EquationSolverException This exception is thrown by WebCab Equation Solver to indicate a problem in the input values.

Interfaces

InterfaceDescription
DerivativeImplement this interface for Newton-Raphson approximations.
FunctionImplement this interface for Newton-Raphson approximations.