LIB
>
ejs
>
engine
>
func-1
> solveToms
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.