Re: weird math

2004-05-28 Thread Andrew Gaffney
Kevin Old wrote: On Thu, 2004-05-27 at 23:31, Andrew Gaffney wrote: I am writing a program to parse a CSV file downloaded from my bank. I have it keep a running balance, but I'm getting a weird total. Apparently, -457.16 + 460.93 = 3.769998. But when 20 is subtracted from that, I get -16.

Re: weird math

2004-05-28 Thread Peter Scott
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] (Andrew Gaffney) writes: >I am writing a program to parse a CSV file downloaded from my bank. I have it >keep a running balance, but I'm getting a weird total. Apparently, -457.16 + >460.93 = 3.769998. But when 20 is subtracted from that,

Re: weird math

2004-05-28 Thread Rob Dixon
Hi Andrew. Andrew Gaffney wrote: > > I am writing a program to parse a CSV file downloaded from my bank. I have it > keep a running balance, but I'm getting a weird total. Apparently, -457.16 + > 460.93 = 3.769998. But when 20 is subtracted from that, I get -16.23. > There are no weird

Re: weird math

2004-05-28 Thread Paul Johnson
On Thu, May 27, 2004 at 10:31:08PM -0500, Andrew Gaffney wrote: > I am writing a program to parse a CSV file downloaded from my bank. I have > it keep a running balance, but I'm getting a weird total. Apparently, > -457.16 + 460.93 = 3.769998. But when 20 is subtracted from that, I > ge

Re: weird math

2004-05-28 Thread Kevin Old
On Thu, 2004-05-27 at 23:31, Andrew Gaffney wrote: > I am writing a program to parse a CSV file downloaded from my bank. I have it > keep a running balance, but I'm getting a weird total. Apparently, -457.16 + > 460.93 = 3.769998. But when 20 is subtracted from that, I get -16.23. > Ther

Re: weird math

2004-05-28 Thread John W. Krahn
Andrew Gaffney wrote: > > I am writing a program to parse a CSV file downloaded from my bank. I have it > keep a running balance, but I'm getting a weird total. Apparently, -457.16 + > 460.93 = 3.769998. But when 20 is subtracted from that, I get -16.23. > There are no weird numbers like t

Re: weird math

2004-05-28 Thread Wiggins d Anconia
> I am writing a program to parse a CSV file downloaded from my bank. I have it > keep a running balance, but I'm getting a weird total. Apparently, -457.16 + > 460.93 = 3.769998. But when 20 is subtracted from that, I get -16.23. > There are no weird numbers like that in my input data.

Re: weird math

2004-05-28 Thread Jeff 'japhy' Pinyan
On May 27, Andrew Gaffney said: >I am writing a program to parse a CSV file downloaded from my bank. I have it >keep a running balance, but I'm getting a weird total. Apparently, -457.16 + >460.93 = 3.769998. But when 20 is subtracted from that, I get -16.23. >There are no weird numbers li

Re: weird math

2004-05-28 Thread Angie Ahl
On 28 May 2004, at 04:31, Andrew Gaffney wrote: I am writing a program to parse a CSV file downloaded from my bank. I have it keep a running balance, but I'm getting a weird total. Apparently, -457.16 + 460.93 = 3.769998. But when 20 is subtracted from that, I get -16.23. There are no we

weird math

2004-05-27 Thread Andrew Gaffney
I am writing a program to parse a CSV file downloaded from my bank. I have it keep a running balance, but I'm getting a weird total. Apparently, -457.16 + 460.93 = 3.769998. But when 20 is subtracted from that, I get -16.23. There are no weird numbers like that in my input data. All numb