Isolates a root within a given interval.
Namespace: Meta.Numerics.FunctionsAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax
| C# | Visual Basic | Visual C++ | F# |
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. |