>>> from equacions import solucions >>> llista = [(0.1,0.3),(0.1,2),(0.15,0.45),(1.1,3.3),(1.0,3.0)] >>> solucions(llista,0.001) 4