B
Bernard Liengme
While experimenting with someone else's data I came across an odd effect.
In A1
1 I have the numbers:
27 70 591 14
In E1:G1 I have the formulas
=(C1/3.1416)^0.5 =(C1*D1/3.1416)^0.5 =D1*E1^2-F1^2
Giving the values
13.71571 51.31949 and 0 (or 0.00000000000000E00)
Don't worry about the convoluted math or the fact that one can use PI() for
3.1416.
Now copy row 1 to row 2 and modify G2 to read =(D2*E2^2-F2^2). In place of
zero I gets 4.5474735E-13 in G2.
Why does the redundant set of parentheses change the result. IF I use
Evaluate Formula I get 2633.68983957219 - 2633.68983957219 as the
penultimate result in both cases. But one results in zero the other does
not.
Using XL2003 under WIN XP Home
Grateful for any comments
In A1

27 70 591 14
In E1:G1 I have the formulas
=(C1/3.1416)^0.5 =(C1*D1/3.1416)^0.5 =D1*E1^2-F1^2
Giving the values
13.71571 51.31949 and 0 (or 0.00000000000000E00)
Don't worry about the convoluted math or the fact that one can use PI() for
3.1416.
Now copy row 1 to row 2 and modify G2 to read =(D2*E2^2-F2^2). In place of
zero I gets 4.5474735E-13 in G2.
Why does the redundant set of parentheses change the result. IF I use
Evaluate Formula I get 2633.68983957219 - 2633.68983957219 as the
penultimate result in both cases. But one results in zero the other does
not.
Using XL2003 under WIN XP Home
Grateful for any comments