yeah, move all terms on one side so the right side equals zero... then press F2, scroll down to #4 function ZEROS() and punch in your equation
for example, if you have the equation x^3 +2x^2-3x -2,
you'd put in your command line:
zeros(x^3 +2x^2 -3x -2, x)
and it'll pop out the answer.