solveToms(f, y0, a, b, max_steps, tol_x, tol_y)

TOMS748 algorithm to solve equations.

Takes the exact same parameters as solveBrent. See there.