org.apache.commons.math.complex
Class ComplexUtilsTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.commons.math.complex.ComplexUtilsTest
All Implemented Interfaces:
junit.framework.Test

public class ComplexUtilsTest
extends junit.framework.TestCase

Version:
$Revision: 610786 $ $Date: 2008-01-10 06:37:17 -0700 (Thu, 10 Jan 2008) $

Constructor Summary
ComplexUtilsTest()
           
 
Method Summary
protected  org.apache.commons.math.complex.Complex altPolar(double r, double theta)
          Deprecated. to be removed in 2.0
 void testAcos()
          Deprecated. to be removed in 2.0
 void testAcosInf()
          Deprecated. to be removed in 2.0
 void testAcosNaN()
          Deprecated. to be removed in 2.0
 void testAcosNull()
          Deprecated. to be removed in 2.0
 void testAsin()
          Deprecated. to be removed in 2.0
 void testAsinInf()
          Deprecated. to be removed in 2.0
 void testAsinNaN()
          Deprecated. to be removed in 2.0
 void testAsinNull()
          Deprecated. to be removed in 2.0
 void testAtan()
          Deprecated. to be removed in 2.0
 void testAtanInf()
          Deprecated. to be removed in 2.0
 void testAtanNaN()
          Deprecated. to be removed in 2.0
 void testAtanNull()
          Deprecated. to be removed in 2.0
 void testCos()
          Deprecated. to be removed in 2.0
 void testCosh()
          Deprecated. to be removed in 2.0
 void testCoshInf()
          Deprecated. to be removed in 2.0
 void testCoshNaN()
          Deprecated. to be removed in 2.0
 void testCoshNull()
          Deprecated. to be removed in 2.0
 void testCosInf()
          Deprecated. to be removed in 2.0
 void testCosNaN()
          Deprecated. to be removed in 2.0
 void testCosNull()
          Deprecated. to be removed in 2.0
 void testExp()
          Deprecated. to be removed in 2.0
 void testExpInf()
          Deprecated. to be removed in 2.0
 void testExpNaN()
          Deprecated. to be removed in 2.0
 void testExpNull()
          Deprecated. to be removed in 2.0
 void testLog()
          Deprecated. to be removed in 2.0
 void testLogInf()
          Deprecated. to be removed in 2.0
 void testLogNaN()
          Deprecated. to be removed in 2.0
 void testlogNull()
          Deprecated. to be removed in 2.0
 void testLogZero()
          Deprecated. to be removed in 2.0
 void testPolar2Complex()
           
 void testPolar2ComplexIllegalModulus()
           
 void testPolar2ComplexInf()
           
 void testPolar2ComplexNaN()
           
 void testPow()
          Deprecated. to be removed in 2.0
 void testPowInf()
          Deprecated. to be removed in 2.0
 void testPowNaNBase()
          Deprecated. to be removed in 2.0
 void testPowNaNExponent()
          Deprecated. to be removed in 2.0
 void testpowNull()
          Deprecated. to be removed in 2.0
 void testPowZero()
          Deprecated. to be removed in 2.0
 void testSin()
          Deprecated. to be removed in 2.0
 void testSinh()
          Deprecated. to be removed in 2.0
 void testSinhInf()
          Deprecated. to be removed in 2.0
 void testSinhNaN()
          Deprecated. to be removed in 2.0
 void testsinhNull()
          Deprecated. to be removed in 2.0
 void testSinInf()
          Deprecated. to be removed in 2.0
 void testSinNaN()
          Deprecated. to be removed in 2.0
 void testSinNull()
          Deprecated. to be removed in 2.0
 void testSqrt1z()
          Deprecated. to be removed in 2.0
 void testSqrt1zNaN()
          Deprecated. to be removed in 2.0
 void testSqrt1zNull()
          Deprecated. to be removed in 2.0
 void testSqrtImaginaryNegative()
          Deprecated. to be removed in 2.0
 void testSqrtImaginaryZero()
          Deprecated. to be removed in 2.0
 void testSqrtInf()
          Deprecated. to be removed in 2.0
 void testSqrtNaN()
          Deprecated. to be removed in 2.0
 void testSqrtNull()
          Deprecated. to be removed in 2.0
 void testSqrtPolar()
          Deprecated. to be removed in 2.0
 void testSqrtRealNegative()
          Deprecated. to be removed in 2.0
 void testSqrtRealPositive()
          Deprecated. to be removed in 2.0
 void testSqrtRealZero()
          Deprecated. to be removed in 2.0
 void testTan()
          Deprecated. to be removed in 2.0
 void testTanCritical()
          Deprecated. to be removed in 2.0
 void testTanh()
          Deprecated. to be removed in 2.0
 void testTanhCritical()
          Deprecated. to be removed in 2.0
 void testTanhInf()
          Deprecated. to be removed in 2.0
 void testTanhNaN()
          Deprecated. to be removed in 2.0
 void testTanhNull()
          Deprecated. to be removed in 2.0
 void testTanInf()
          Deprecated. to be removed in 2.0
 void testTanNaN()
          Deprecated. to be removed in 2.0
 void testTanNull()
          Deprecated. to be removed in 2.0
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ComplexUtilsTest

public ComplexUtilsTest()
Method Detail

testAcos

public void testAcos()
Deprecated. to be removed in 2.0


testAcosInf

public void testAcosInf()
Deprecated. to be removed in 2.0


testAcosNaN

public void testAcosNaN()
Deprecated. to be removed in 2.0


testAcosNull

public void testAcosNull()
Deprecated. to be removed in 2.0


testAsin

public void testAsin()
Deprecated. to be removed in 2.0


testAsinNaN

public void testAsinNaN()
Deprecated. to be removed in 2.0


testAsinInf

public void testAsinInf()
Deprecated. to be removed in 2.0


testAsinNull

public void testAsinNull()
Deprecated. to be removed in 2.0


testAtan

public void testAtan()
Deprecated. to be removed in 2.0


testAtanInf

public void testAtanInf()
Deprecated. to be removed in 2.0


testAtanNaN

public void testAtanNaN()
Deprecated. to be removed in 2.0


testAtanNull

public void testAtanNull()
Deprecated. to be removed in 2.0


testCos

public void testCos()
Deprecated. to be removed in 2.0


testCosNaN

public void testCosNaN()
Deprecated. to be removed in 2.0


testCosInf

public void testCosInf()
Deprecated. to be removed in 2.0


testCosNull

public void testCosNull()
Deprecated. to be removed in 2.0


testCosh

public void testCosh()
Deprecated. to be removed in 2.0


testCoshNaN

public void testCoshNaN()
Deprecated. to be removed in 2.0


testCoshInf

public void testCoshInf()
Deprecated. to be removed in 2.0


testCoshNull

public void testCoshNull()
Deprecated. to be removed in 2.0


testExp

public void testExp()
Deprecated. to be removed in 2.0


testExpNaN

public void testExpNaN()
Deprecated. to be removed in 2.0


testExpInf

public void testExpInf()
Deprecated. to be removed in 2.0


testExpNull

public void testExpNull()
Deprecated. to be removed in 2.0


testLog

public void testLog()
Deprecated. to be removed in 2.0


testLogNaN

public void testLogNaN()
Deprecated. to be removed in 2.0


testLogInf

public void testLogInf()
Deprecated. to be removed in 2.0


testLogZero

public void testLogZero()
Deprecated. to be removed in 2.0


testlogNull

public void testlogNull()
Deprecated. to be removed in 2.0


testPolar2Complex

public void testPolar2Complex()

altPolar

protected org.apache.commons.math.complex.Complex altPolar(double r,
                                                           double theta)
Deprecated. to be removed in 2.0


testPolar2ComplexIllegalModulus

public void testPolar2ComplexIllegalModulus()

testPolar2ComplexNaN

public void testPolar2ComplexNaN()

testPolar2ComplexInf

public void testPolar2ComplexInf()

testPow

public void testPow()
Deprecated. to be removed in 2.0


testPowNaNBase

public void testPowNaNBase()
Deprecated. to be removed in 2.0


testPowNaNExponent

public void testPowNaNExponent()
Deprecated. to be removed in 2.0


testPowInf

public void testPowInf()
Deprecated. to be removed in 2.0


testPowZero

public void testPowZero()
Deprecated. to be removed in 2.0


testpowNull

public void testpowNull()
Deprecated. to be removed in 2.0


testSin

public void testSin()
Deprecated. to be removed in 2.0


testSinInf

public void testSinInf()
Deprecated. to be removed in 2.0


testSinNaN

public void testSinNaN()
Deprecated. to be removed in 2.0


testSinNull

public void testSinNull()
Deprecated. to be removed in 2.0


testSinh

public void testSinh()
Deprecated. to be removed in 2.0


testSinhNaN

public void testSinhNaN()
Deprecated. to be removed in 2.0


testSinhInf

public void testSinhInf()
Deprecated. to be removed in 2.0


testsinhNull

public void testsinhNull()
Deprecated. to be removed in 2.0


testSqrtRealPositive

public void testSqrtRealPositive()
Deprecated. to be removed in 2.0


testSqrtRealZero

public void testSqrtRealZero()
Deprecated. to be removed in 2.0


testSqrtRealNegative

public void testSqrtRealNegative()
Deprecated. to be removed in 2.0


testSqrtImaginaryZero

public void testSqrtImaginaryZero()
Deprecated. to be removed in 2.0


testSqrtImaginaryNegative

public void testSqrtImaginaryNegative()
Deprecated. to be removed in 2.0


testSqrtPolar

public void testSqrtPolar()
Deprecated. to be removed in 2.0


testSqrtNaN

public void testSqrtNaN()
Deprecated. to be removed in 2.0


testSqrtInf

public void testSqrtInf()
Deprecated. to be removed in 2.0


testSqrtNull

public void testSqrtNull()
Deprecated. to be removed in 2.0


testSqrt1z

public void testSqrt1z()
Deprecated. to be removed in 2.0


testSqrt1zNaN

public void testSqrt1zNaN()
Deprecated. to be removed in 2.0


testSqrt1zNull

public void testSqrt1zNull()
Deprecated. to be removed in 2.0


testTan

public void testTan()
Deprecated. to be removed in 2.0


testTanNaN

public void testTanNaN()
Deprecated. to be removed in 2.0


testTanInf

public void testTanInf()
Deprecated. to be removed in 2.0


testTanCritical

public void testTanCritical()
Deprecated. to be removed in 2.0


testTanNull

public void testTanNull()
Deprecated. to be removed in 2.0


testTanh

public void testTanh()
Deprecated. to be removed in 2.0


testTanhNaN

public void testTanhNaN()
Deprecated. to be removed in 2.0


testTanhInf

public void testTanhInf()
Deprecated. to be removed in 2.0


testTanhCritical

public void testTanhCritical()
Deprecated. to be removed in 2.0


testTanhNull

public void testTanhNull()
Deprecated. to be removed in 2.0



Copyright © 2003-2008 The Apache Software Foundation. All Rights Reserved.