From - Tue Jul 30 13:54:37 1996 Received: from VMS.DC.LSOFT.COM (vms.dc.lsoft.com [206.241.12.2]) by locke.ccil.org (8.6.9/8.6.10) with ESMTP id NAA17120 for ; Tue, 30 Jul 1996 13:14:43 -0400 Message-Id: <199607301714.NAA17120@locke.ccil.org> Received: from PEACH.EASE.LSOFT.COM (206.241.12.4) by VMS.DC.LSOFT.COM (LSMTP for OpenVMS v1.1a) with SMTP id <11.B6ED0E6B@VMS.DC.LSOFT.COM>; Tue, 30 Jul 1996 11:50:06 -0500 Date: Tue, 30 Jul 1996 09:37:28 -0700 Reply-To: David A Johnston Sender: Lojban list X-UIDL: 838749504.042 From: David A Johnston Subject: Re: may the wind be always at your back To: Lojban Mailing list In-Reply-To: <199607270029.RAA06419@sun.lclark.edu> Status: U X-Mozilla-Status: 0011 Content-Length: 711 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');}}