| WebCab Functions for .NET v2.0 | |
WebCab.Libraries.Math.EquationSolver Namespace
Classes
| Class | Description |
|---|
| 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
| Interface | Description |
|---|
| Derivative | Implement this interface for Newton-Raphson approximations.
|
| Function | Implement this interface for Newton-Raphson approximations.
|