_alpha trouble

I got a movie named “myMovie” with a property _alpha = 100… next step is decrease 10% of alpha:

myMovie._alpha -= 10;

then why when I put trace(myMovie._alpha), I get “89.84375”???

why???

thanx.