regula_falsi, a Julia code which applies the regula_falsi method to seek a root of f(x) over a change-of-sign interval a <= x <= b.
The information on this web page is distributed under the MIT license.
regula_falsi is available in a Julia version.
bisection, a Julia code which seeks an solution to the equation f(x)=0, using bisection within a user-supplied change of sign interval [a,b].
zero_illinois, a Julia code which seeks a solution to the equation f(x)=0 using the Illinois method.