| Safe Haskell | Safe-Inferred |
|---|
Math.Root.Finder.Bisection
Documentation
Bisect an interval in search of a root. At all times, f (estimateRoot _)
is less than or equal to 0 and f (estimateRoot _ + estimateError _) is
greater than or equal to 0.
roots-0.1.1.2: Root-finding algorithms (1-dimensional)
| Safe Haskell | Safe-Inferred |
|---|
Math.Root.Finder.Bisection
Bisect an interval in search of a root. At all times, f (estimateRoot _)
is less than or equal to 0 and f (estimateRoot _ + estimateError _) is
greater than or equal to 0.