![]() | BisectionMethodF.FindRoot Method |
Name | Description | |
---|---|---|
![]() | FindRoot(Single, Single) |
Finds the root of the given function.
(Inherited from RootFinderF.) |
![]() | FindRoot(Func<Single, Single>, Single, Single) |
Finds the root of the given function.
(Overrides RootFinderF.FindRoot(Func<Single, Single>, Single, Single).) |
![]() | FindRoot(Single, Single, Single) |
Finds the x for the given function, such that f(x) = y.
(Inherited from RootFinderF.) |