[Edu-sig] How to Think Like A Computer Scientist

Arthur ajsiegel at optonline.net
Tue Mar 28 16:12:22 CEST 2006


> >From: kirby urner [mailto:kirby.urner at gmail.com] 
> >
> >    Complex x = new Complex ();
> >    x.real = 1.0;
> >    x.imag = 2.0;
> >    Complex y = new Complex (3.0, 4.0);
> >
> >Yes, that's a change-in-place ability, true.
> >
> >Kirby

And exactly what I need to have my Complexes do the PyGeo dance.

Art




More information about the Edu-sig mailing list