Interface
src/solve/classes/FunctionSolver.ts:45Root
Metadata returned by a single numerical root-refinement attempt.
Members
converged: booleanPropertyWhether the algorithm converged
error: DecimalPropertyFinal error estimate
errorMsg: stringPropertyThe error message if any
iterations: numberPropertyNumber of iterations performed
root: DecimalPropertyThe root found
