org.apache.commons.math3.dfp
Class DfpTest

java.lang.Object
  extended by org.apache.commons.math3.ExtendedFieldElementAbstractTest<Dfp>
      extended by org.apache.commons.math3.dfp.DfpTest

public class DfpTest
extends ExtendedFieldElementAbstractTest<Dfp>


Constructor Summary
DfpTest()
           
 
Method Summary
protected  Dfp build(double x)
           
 void setUp()
           
 void tearDown()
           
 void testAdd()
           
 void testByteConstructor()
           
 void testCeil()
           
 void testCompare()
           
 void testCopySign()
           
 void testDivide()
           
 void testDivideInt()
           
 void testFloor()
           
 void testIntConstructor()
           
 void testIntValue()
           
 void testIssue567()
           
 void testIsZero()
           
 void testLog10()
           
 void testLog10K()
           
 void testLongConstructor()
           
 void testMultiply()
           
 void testNextAfter()
           
 void testPower10()
           
 void testPower10K()
           
 void testReciprocal()
           
 void testRemainder()
           
 void testRint()
           
 void testRound()
           
 void testSignPredicates()
           
 void testSpecialConstructors()
           
 void testSqrt()
           
 void testToString()
           
 
Methods inherited from class org.apache.commons.math3.ExtendedFieldElementAbstractTest
testAbs, testAcos, testAcosh, testAddDouble, testAddField, testAsin, testAsinh, testAtan, testAtan2, testAtanh, testCbrt, testCopySignDouble, testCopySignField, testCos, testCosh, testDivideDouble, testDivideField, testEquals, testExp, testExpm1, testGetField, testHash, testHypot, testLinearCombinationDaFa, testLinearCombinationDF2, testLinearCombinationDF3, testLinearCombinationDF4, testLinearCombinationFaFa, testLinearCombinationFF2, testLinearCombinationFF3, testLinearCombinationFF4, testLog, testLog1p, testMultiplyDouble, testMultiplyField, testMultiplyInt, testPowDouble, testPowField, testPowInt, testRemainderDouble, testRemainderField, testRootN, testScalb, testSignum, testSin, testSinh, testSubtractDouble, testSubtractField, testTan, testTanh
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DfpTest

public DfpTest()
Method Detail

build

protected Dfp build(double x)
Specified by:
build in class ExtendedFieldElementAbstractTest<Dfp>

setUp

public void setUp()

tearDown

public void tearDown()

testByteConstructor

public void testByteConstructor()

testIntConstructor

public void testIntConstructor()

testLongConstructor

public void testLongConstructor()

testAdd

public void testAdd()

testCompare

public void testCompare()

testMultiply

public void testMultiply()

testDivide

public void testDivide()

testReciprocal

public void testReciprocal()

testDivideInt

public void testDivideInt()

testNextAfter

public void testNextAfter()

testToString

public void testToString()

testRound

public void testRound()
Overrides:
testRound in class ExtendedFieldElementAbstractTest<Dfp>

testCeil

public void testCeil()
Overrides:
testCeil in class ExtendedFieldElementAbstractTest<Dfp>

testFloor

public void testFloor()
Overrides:
testFloor in class ExtendedFieldElementAbstractTest<Dfp>

testRint

public void testRint()
Overrides:
testRint in class ExtendedFieldElementAbstractTest<Dfp>

testCopySign

public void testCopySign()

testIntValue

public void testIntValue()

testLog10K

public void testLog10K()

testPower10K

public void testPower10K()

testLog10

public void testLog10()

testPower10

public void testPower10()

testRemainder

public void testRemainder()

testSqrt

public void testSqrt()
Overrides:
testSqrt in class ExtendedFieldElementAbstractTest<Dfp>

testIssue567

public void testIssue567()

testIsZero

public void testIsZero()

testSignPredicates

public void testSignPredicates()

testSpecialConstructors

public void testSpecialConstructors()


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