Companion
object Companion
Properties
Functions
Link copied to clipboard
fun findInterval(func: FunctionIfc, interval: Interval, numIter: Int = numIterations, searchFact: Double = searchFactor): Boolean
Using the supplied function and the initial interval provided, try to find a bracketing interval by expanding the interval outward
Given a function and a starting interval, subdivide the interval into n subintervals and attempt to find nmax bracketing intervals that contain roots
Link copied to clipboard
Returns true if the supplied interval contains a root