The OpenD Programming Language

mir_find_root_result

Members

Properties

status
FindRootStatus status [@property getter]
validate
ref validate [@property getter]
x
T x [@property getter]

A bound that corresponds to the minimal absolute function value.

y
T y [@property getter]

The minimal of absolute function values.

Variables

ax
T ax;

Left bound

ay
T ay;

f(ax) or f(ax).fabs.fmin(T.max / 2).copysign(f(ax)).

bx
T bx;

Rifht bound

by
T by;

f(bx) or f(bx).fabs.fmin(T.max / 2).copysign(f(bx)).

iterations
uint iterations;

Amount of target function calls.

Meta