; Demo of ability to find multiple roots. ; Mercury finds all 6 roots. SIN(x) = .01 x^2 ; To see the roots graphically, uncomment the PLOT. f(x) := SIN(x) g(x) := .01 x^2 ;PLOT f, g