Regula Falsi Solver<T> Methods
Methods
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Get | Serves as the default hash function. (Inherited from Object) |
Get | Gets the Type of the current instance. (Inherited from Object) |
Solve() |
Attempts to find a root or zero of the target function.
(Inherited from EquationSolver<T>) |
Solve( |
Attempts to find the point where the target function equals the specified value.
(Inherited from EquationSolver<T>) |
ToString | Returns a string that represents the current object. (Inherited from Object) |