We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpOther Libraries › Complex number library
Page Index Toggle Pages: 1
Complex number library? (Read 1453 times)
Complex number library?
Jan 19th, 2009, 9:44pm
 
Has anybody out there written a class/library for storing and manipulating complex numbers? I'm a big fan of fractals, and complex numbers are an important part of them.
Re: Complex number library?
Reply #1 - Sep 14th, 2009, 5:03am
 
A complex number library might not be complex to write. http://en.literateprograms.org/Complex_numbers_(Java)

Is it what you are looking for?
Re: Complex number library?
Reply #2 - Sep 14th, 2009, 7:52am
 
suggest http://commons.apache.org/math/
Re: Complex number library?
Reply #3 - Sep 17th, 2009, 10:20am
 
The second one looks better. Thanks Dav!
http://commons.apache.org/math/api-2.0/org/apache/commons/math/complex/Complex.html
Page Index Toggle Pages: 1