Complex Numbers in Java

December 21st, 2002 by Hen

Over time there has been a bit of discussion on having some additional maths utilities in Commons Lang. My first thought is of a Complex number class, at work I use the VNI Complex number class which does the job.

I did a bit of googling around and found an interesting paper on the Sun employee page for Joe Darcy. Joe created Borneo, a floating point enhanced version I remember reading about ages ago in Doctor Dobbs and has since worked his way into the Core Java team at Sun. He’s in charge of floating points it seems.

Comments are closed.