Re: speed
[Prev][Next][Index][Thread]
Re: speed
Same program on my TI-82. 16 seconds
using this program (same calculator)
for(x,1,1000)
end
3 seconds
--
Eli Allen eallen@mail.bcpl.lib.md.us
Team Gates OSR2 beta test site
ICQ UIN # 669742
Reinier Zwitserloot <R.Zwitserloot@btinternet.com> wrote in article
<01bc7a77$c68604e0$682d63c3@dell-p133c>...
> Lessee, my TI85, with this program:
>
> 0->x
> Lbl A
> x+1->x
> if x<1000
> Goto A
>
> NB: when doing this, run it first, then time it the second time, since
the
> TI85 needs to tokenize it.
>
> result: 23 seconds.
References:
- Re: speed
- From: Oleg Shvartsman <oshvarts@GW.FORD.COM>
- Re: speed
- From: Reinier Zwitserloot <R.Zwitserloot@BTINTERNET.COM>