org.apache.commons.math3.fraction
Class BigFractionTest
java.lang.Object
org.apache.commons.math3.fraction.BigFractionTest
public class BigFractionTest
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BigFractionTest
public BigFractionTest()
testConstructor
public void testConstructor()
testGoldenRatio
public void testGoldenRatio()
testDoubleConstructor
public void testDoubleConstructor()
throws ConvergenceException
- Throws:
ConvergenceException
testDigitLimitConstructor
public void testDigitLimitConstructor()
throws ConvergenceException
- Throws:
ConvergenceException
testEpsilonLimitConstructor
public void testEpsilonLimitConstructor()
throws ConvergenceException
- Throws:
ConvergenceException
testCompareTo
public void testCompareTo()
testDoubleValue
public void testDoubleValue()
testDoubleValueForLargeNumeratorAndDenominator
public void testDoubleValueForLargeNumeratorAndDenominator()
testFloatValueForLargeNumeratorAndDenominator
public void testFloatValueForLargeNumeratorAndDenominator()
testFloatValue
public void testFloatValue()
testIntValue
public void testIntValue()
testLongValue
public void testLongValue()
testConstructorDouble
public void testConstructorDouble()
testAbs
public void testAbs()
testReciprocal
public void testReciprocal()
testNegate
public void testNegate()
testAdd
public void testAdd()
testDivide
public void testDivide()
testMultiply
public void testMultiply()
testSubtract
public void testSubtract()
testBigDecimalValue
public void testBigDecimalValue()
testEqualsAndHashCode
public void testEqualsAndHashCode()
testGetReducedFraction
public void testGetReducedFraction()
testPercentage
public void testPercentage()
testPow
public void testPow()
testMath340
public void testMath340()
testSerial
public void testSerial()
throws FractionConversionException
- Throws:
FractionConversionException
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.