[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Have you all seen Wired?



  I'm in the Portland (Oregon) area, though I'll be going to Eugene in a
month and a half for school.

  The University of Oregon (in Eugene) has a little Lojban page with one
or two resource links, so I emailed the language department there to see
if they knew of anyone on campus...

-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');}}