All published worksheets from http://sagenb.org
f=x^2-2*x+1
f.roots(ring=RealField())
f1=x^2-2*x+1+10^(-20)
f1.roots(ring=RealField())
f2=x^2-2*x+1+10^(-10)
f2.roots(ring=RealField())
f3=x^2-2*x+1-10^(-10)
f3.roots(ring=RealField())
f4=x^2-2*x+1-10^(-14)
f4.roots(ring=RealField())