LIB
>
almafa
>
engine
>
func-1
> solveToms
solveToms(
f
,
y0
,
a
,
b
,
max_steps
,
tol_x
,
tol_y
)
import
almafa.engine.func-1
TOMS748 algorithm to solve equations.
Takes the exact same parameters as solveBrent. See there.