I have a following formula:

=((R32/M32)^(P32-1))-((K32^(2*P32))*(R32/M32)^(-P32-1))The result of this is '0' .

Then when I use same formula but with extra brackets on the outside =(((R32/M32)^(P32-1))-((K32^(2*P32))*((R32/M32)^(-P32-1)))) it gives me something other than 0 .

Where I s a problem ?

Thanks