org.apache.commons.math3.dfp
Class DfpTest
java.lang.Object
org.apache.commons.math3.ExtendedFieldElementAbstractTest<Dfp>
org.apache.commons.math3.dfp.DfpTest
public class DfpTest
- extends ExtendedFieldElementAbstractTest<Dfp>
| 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 |
DfpTest
public DfpTest()
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.