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

Re: may the wind be always at your back



  Let me see if I get this straight... (sorry if I'm over-analizing
things, but I want to make sure I understand correctly).

> >        roroi brife le do trixe .a'o

  "I hope there's always wind from behind you"

> i ue oi doi kolin do da dapma le nu stodi gaxykafke i na clite

"Colin, you curse something with the constant fart. Not polite."

  Am I approximately correct?

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