类 FractionTest

java.lang.Object
org.hipparchus.fraction.FractionTest

public class FractionTest extends Object
  • 构造器详细资料

    • FractionTest

      public FractionTest()
  • 方法详细资料

    • testConstructor

      public void testConstructor()
    • testIsInteger

      public void testIsInteger()
    • testGoldenRatio

      public void testGoldenRatio()
    • testDoubleConstructor

      public void testDoubleConstructor()
    • testDigitLimitConstructor

      public void testDigitLimitConstructor()
    • testIntegerOverflow

      public void testIntegerOverflow()
    • testSignum

      public void testSignum()
    • testEpsilonLimitConstructor

      public void testEpsilonLimitConstructor()
    • testCompareTo

      public void testCompareTo()
    • testDoubleValue

      public void testDoubleValue()
    • testFloatValue

      public void testFloatValue()
    • testIntValue

      public void testIntValue()
    • testLongValue

      public void testLongValue()
    • testConstructorDouble

      public void testConstructorDouble()
    • testAbs

      public void testAbs()
    • testPercentage

      public void testPercentage()
    • testMath835

      public void testMath835()
    • testMath1261

      public void testMath1261()
    • testReciprocal

      public void testReciprocal()
    • testNegate

      public void testNegate()
    • testAdd

      public void testAdd()
    • testDivide

      public void testDivide()
    • testMultiply

      public void testMultiply()
    • testSubtract

      public void testSubtract()
    • testEqualsAndHashCode

      public void testEqualsAndHashCode()
    • testGetReducedFraction

      public void testGetReducedFraction()
    • testNormalizedEquals

      public void testNormalizedEquals()
    • testToString

      public void testToString()
    • testSerial

      public void testSerial()
    • testConvergents

      public void testConvergents()
    • testLimitedConvergents

      public void testLimitedConvergents()
    • testTruncatedConvergents

      public void testTruncatedConvergents()