[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: trouble with the textbook.
On Tue, 23 Jul 1996, John Cowan wrote:
> The example is in error (and will be corrected in the next
> release): it should read "... le plise ku le stedu ku".
>
> Thanks for calling this to our attention, and please continue
> to note any errors or infelicities you find.
Thanks for the help. If you're looking for errors, that whole section
(1.4) made the same mistake with all its darxi example phrases.
-marvin
/*-------------------------------------------------------*/
a(m,W)float m,W;{int e=1;float p,Q,n;p=m;Q=W;while(e++<126)
{n=p;p=p*p-Q*Q+m;Q=2*n*Q+W;if((p*p+Q*Q)>=4)return e;}return
0;}main(){float _,E=1.5;while((E-=0.130434783)>-1.5){for(_=
(-2);_<1;_+=0.037974684)putchar(a(_,E)+32);putchar('\n');}}