Numerical Root-Finders for Non-Analytic Functions
Most of the routines from Roots.st, only now instead of having to have an analytic function f(x), f can be a one-variable user-defined script.
The scripts use the Call function, which allows the evaluation of a function numerically rather than dealing with any algebra.