Re: Generating Garbage
From: Brad Lucier (lucier_at_math.purdue.edu)
Date: 04/09/04
- Next message: Lars Brinkhoff: "Re: Implementing Lisp in C?"
- Previous message: Bradd W. Szonye: "Re: "The Little Lisper""
- Next in thread: David Steuber: "Re: Generating Garbage"
- Reply: David Steuber: "Re: Generating Garbage"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 9 Apr 2004 01:21:03 -0700
David Steuber <david.steuber@verizon.net> wrote in message news:<m2r7vt3bn4.fsf@david-steuber.com>...
>
> What's important is that Z^2 looks like this:
>
> (a+bi)(a+bi) = (aa - bb) + (2ab)i
For high-precision calculations, it may be useful to organize this as
(a+bi)(a+b1)= (a+b)(a-b) + (2ab)i
and trade off one multiplication for one addition.
Brad
- Next message: Lars Brinkhoff: "Re: Implementing Lisp in C?"
- Previous message: Bradd W. Szonye: "Re: "The Little Lisper""
- Next in thread: David Steuber: "Re: Generating Garbage"
- Reply: David Steuber: "Re: Generating Garbage"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]