I am trying to subtract 1 number from another. The first number is passed in a parameter and the other is the sum of a running total. When I display the numbers I get a them, even when displayed as cDbl(x) and cDbl. The problem is when I subtract x from y I get 9.99999999999091E-03 even when the difference is 0.01! I cannot get this corrected. Does anyone have an idea?
x=1526.6
y=1526.59
z=9.99999999999091E-03
Any help is greatly appreciated! Thanks in advance!
K
x=1526.6
y=1526.59
z=9.99999999999091E-03
Any help is greatly appreciated! Thanks in advance!
K