Re: [DQSD-Users] Odd Math Error

2007-05-20 Thread Shawn K. Hall
Hi Richard, > Is there no way to set DQSD to preform normal arithmetic > functions? You can use the VBSX function as a wrapper to force VB-style mathematic operations. Here's an example: vbsx =cdbl(2156737.51 - 16123.85) You can add an alias for this to localaliases.txt as so: m|vbsx =cdbl(%

Re: [DQSD-Users] Odd Math Error

2007-05-18 Thread Kim Gräsman
Hi Richard, [EMAIL PROTECTED] wrote: > I tried it again cutting and pasting it verify that I was not > corrupting the > data. I also tried; > 2156737.51 - 16123.85 > > Which netted the same result. > > So from the other emails on this subject I can see that I definitely > misunderstood about DQSD

Re: [DQSD-Users] Odd Math Error

2007-05-18 Thread rahlquist
I tried it again cutting and pasting it verify that I was not corrupting the data. I also tried; 2156737.51 - 16123.85 Which netted the same result. So from the other emails on this subject I can see that I definitely misunderstood about DQSD's ability to perform calculations in a normal manner.

Re: [DQSD-Users] Odd Math Error

2007-05-17 Thread Fredric Laurentine
f-8&q=2156737.51+-+16123.81 which will display: 2 156 737.51 - 16 123.81 = 2 140 613.7 Fredric From: [EMAIL PROTECTED] on behalf of Charlie Russel Sent: Thu 5/17/2007 10:53 PM To: DQSD users mailing list Subject: Re: [DQSD-Users] Odd Math Error I

Re: [DQSD-Users] Odd Math Error

2007-05-17 Thread Charlie Russel
your precision. > -Original Message- > From: [EMAIL PROTECTED] [mailto:dqsd-users- > [EMAIL PROTECTED] On Behalf Of Kim Gräsman > Sent: May-17-07 10:09 PM > To: DQSD users mailing list > Subject: Re: [DQSD-Users] Odd Math Error > > Hi Richard, > > > Uh

Re: [DQSD-Users] Odd Math Error

2007-05-17 Thread Kim Gräsman
Hi Richard, > Uhhh that doesnt sound right to me. I subtracted 3 different values > from another value and got the same result twice. Oops, I didn't see your results were identical for the first two cases. I tried it here; 2156737.51 - 16123.81 => 2140613.67 2156737.51 - 16123.83 => 214

Re: [DQSD-Users] Odd Math Error

2007-05-17 Thread rahlquist
Kim, Uhhh that doesnt sound right to me. I subtracted 3 different values from another value and got the same result twice. Also two of the results are flat out wrong. I could understand if I had used some kind of hokey notation but its a straight up math problem X-Y. When performed in a calculat

Re: [DQSD-Users] Odd Math Error

2007-05-17 Thread Kim Gräsman
Hi Richard, [EMAIL PROTECTED] wrote: > Had something really screwy happen today, had to do some math so I dropped > into my DQSD bar and typed; > > 2156737.51 - 16123.81 > > and it gives me the result; > > 2140613.67 > WOW! That's how floating-point arithmetic works on most PCs. I can