kitpylib.PyMath.findroot

kitpylib.PyMath.findroot#

Functions

bisection(f, a, b, e[, showtimes])

BISECTION A function to find roots of f(x)=0 by bisection method. f(a) and f(b) cannot have the same signs.