Isolates a root within a given interval.
Namespace:
Meta.Numerics.FunctionsAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 1.5.0.0 (1.5.0.0)
Syntax
| C# | Visual Basic | Visual C++ |
Parameters
- bracket
- Interval
An interval bracketing the root.
Return Value
An ordinate within the bracket at which the function has a zero.
Exceptions
| Exception | Condition |
|---|---|
| System..::.InvalidOperationException | The function does not change sign across the given interval. |