org.netlib.math.complex
Class TestComplex

java.lang.Object
  extended by org.netlib.math.complex.TestComplex

public class TestComplex
extends java.lang.Object

Tester for class Complex.

 Last change:  ALM  23 Mar 2001    9:13 pm
 


Constructor Summary
TestComplex()
           
 
Method Summary
static void main(java.lang.String[] args)
          Used for testing class Complex.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestComplex

public TestComplex()
Method Detail

main

public static void main(java.lang.String[] args)
Used for testing class Complex.

Usage:
java Complex method  [a] [bi]  [c] [di]


Help us BETA test class Complex...

But first, enable your browser's Java Console. On Netscape, it's the Options menu, then the Show Java Console item.

Make yours a Java enabled browser and OS!

Feel free to test out any method in the Complex documentation. For instance, to test out sqrt(-1) you'd type

     sqrt -1 0
 

and hit the Test! button. You'll see the results appearing on the Java Console. Please mail me, Sandy Anderson in England, and give me your observations.




Fraid (system and language). (C) 2003-2007 Ivaylo Iliev
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.