Struct RootBracket

A set of points that bracket a root of some function.

struct RootBracket(X, Y) ;

Fields

NameTypeDescription
x1 XTwo points that bracket a root.
x2 XTwo points that bracket a root.
y1 YThe function value at x1 and x2, respectively
y2 YThe function value at x1 and x2, respectively