程序包 org.hipparchus.util

类 ArithmeticUtilsTest

java.lang.Object
org.hipparchus.util.ArithmeticUtilsTest

public class ArithmeticUtilsTest extends Object
ArithmeticUtils类的测试用例。
  • 构造器详细资料

    • ArithmeticUtilsTest

      public ArithmeticUtilsTest()
  • 方法详细资料

    • testAddAndCheck

      public void testAddAndCheck()
    • testAddAndCheckLong

      public void testAddAndCheckLong()
    • testGcd

      public void testGcd()
    • testGcdConsistency

      public void testGcdConsistency()
    • testGcdLong

      public void testGcdLong()
    • testLcm

      public void testLcm()
    • testLcmLong

      public void testLcmLong()
    • testMulAndCheck

      public void testMulAndCheck()
    • testMulAndCheckLong

      public void testMulAndCheckLong()
    • testSubAndCheck

      public void testSubAndCheck()
    • testSubAndCheckErrorMessage

      public void testSubAndCheckErrorMessage()
    • testSubAndCheckLong

      public void testSubAndCheckLong()
    • testPow

      public void testPow()
    • testPowIntOverflow

      public void testPowIntOverflow()
    • testPowInt

      public void testPowInt()
    • testPowNegativeIntOverflow

      public void testPowNegativeIntOverflow()
    • testPowNegativeInt

      public void testPowNegativeInt()
    • testPowMinusOneInt

      public void testPowMinusOneInt()
    • testPowOneInt

      public void testPowOneInt()
    • testPowLongOverflow

      public void testPowLongOverflow()
    • testPowLong

      public void testPowLong()
    • testPowNegativeLongOverflow

      public void testPowNegativeLongOverflow()
    • testPowNegativeLong

      public void testPowNegativeLong()
    • testPowMinusOneLong

      public void testPowMinusOneLong()
    • testPowOneLong

      public void testPowOneLong()
    • testIsPowerOfTwo

      public void testIsPowerOfTwo()
    • testRemainderUnsignedInt

      public void testRemainderUnsignedInt()
    • testRemainderUnsignedIntSpecialCases

      public void testRemainderUnsignedIntSpecialCases()
    • testRemainderUnsignedLong

      public void testRemainderUnsignedLong()
    • testRemainderUnsignedLongSpecialCases

      public void testRemainderUnsignedLongSpecialCases()
    • testDivideUnsignedInt

      public void testDivideUnsignedInt()
    • testDivideUnsignedIntSpecialCases

      public void testDivideUnsignedIntSpecialCases()
    • testDivideUnsignedLong

      public void testDivideUnsignedLong()
    • testDivideUnsignedLongSpecialCases

      public void testDivideUnsignedLongSpecialCases()