Divides the interval [a,b] into the given number of equal-sized
subintervals,
checks whether any of the subintervals bracket a root, and returns
the ones that do, together with the function values at those points.
A buffer of length at least nIntervals+1, for storing the brackets, may
optionally be provided. If not, one will be allocated.
Divides the interval [a,b] into the given number of equal-sized subintervals, checks whether any of the subintervals bracket a root, and returns the ones that do, together with the function values at those points.
A buffer of length at least nIntervals+1, for storing the brackets, may optionally be provided. If not, one will be allocated.