SimpleNonlinearSolve.jl
SimpleNonlinearSolve.jl copied to clipboard
implement the 12 modifications to regula falsi methods by Gardino
https://www.semanticscholar.org/paper/A-family-of-regula-falsi-root-finding-methods-Galdino/aa7a91e09f82684f200390eb1684a1ffccc0c4f2
the api could be implemented by calling Falsi(n::Int) and defining Falsi() = Falsi(default_n)