[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Computing Pi on the Apple II and //e.
On Aug 19, 11:43 am, schmidtd <schmi...@my-deja.com> wrote:
> On Aug 19, 10:47 am, "bill.mart...@gmail.com" <bill.mart...@gmail.com>
> wrote:> For anyone interested, here is the Text of the Bob Bishop Pi Program
>
> > ----------------APPLEPI.TXT---------------------
> > --------------------End of APPLEPI.TXT------------------
>
> With the power of cut-n-paste, I'm interested! I fixed a few typos.
> After comparing to the original text a couple of times, I must still
> be missing something... I'm getting output in the 99.99x range.
Sorry all for the crosspost (and code), but I have one final typo that
fixed it for me:
<4040 IF PASS-1 THEN POKE RESULT+PLACE,0
>4040 IF PASS=1 THEN POKE RESULT+PLACE,0
Pesky OCR! :-)