Re:Re: seq bug? LAST equals 1,000,000

2009-08-21 Thread db_23
Hi Bob, Eric Thank you for your replies. db_23?wrote: ?When?LAST?is?equal?to?1,000,000?(seq?1000).?I?got?the?outcome?as This is my fault. It should be 10,000,000. ?the?following.?Numbers?after?999,999?appears?more?than?once,?but?not ?at?fixed?times.

seq bug? LAST equals 1,000,000

2009-08-20 Thread db_23
Hi When LAST is equal to 1,000,000 (seq 1000). I got the outcome as the following. Numbers after 999,999 appears more than once, but not at fixed times. - 97 98 99 1e+06 1e+06 1e+06 1e+06 1e+06 1e+06 1.1e+06 1.1e+06 1.1e+06 1.1e+06 1.1e+06

Re: seq bug? LAST equals 1,000,000

2009-08-20 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to db_23 on 8/20/2009 9:06 AM: Hi When LAST is equal to 1,000,000 (seq 1000). I got the outcome as the following. Numbers after 999,999 appears more than once, but not at fixed times. 1,000,000 is not the same as 1000. What

Re: seq bug? LAST equals 1,000,000

2009-08-20 Thread Bob Proulx
db_23 wrote: When LAST is equal to 1,000,000 (seq 1000). I got the outcome as the following. Numbers after 999,999 appears more than once, but not at fixed times. Thank you for the report. Unfortunately seq uses floating point numbers internally. This has caused some problems in the