find_all_zeros

ssapy.utils.find_all_zeros(f, low, high, n=100)[source][source]

Attempt to find all zeros of a function between given bounds. Uses n initial samples to characterize the zero-landscape of the interval.