1. e33b2ae Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-numbers.git by Gary Gregory · 3 years, 4 months ago
  2. 63d0309 Use isEmpty(). by Gary Gregory · 3 years, 4 months ago
  3. dce2720 Update NOTICE to 2021 by Alex Herbert · 3 years, 4 months ago
  4. 134133b Remove redundant calls to super(). by Gary Gregory · 3 years, 5 months ago
  5. 361376e Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-numbers by Gilles Sadowski · 3 years, 6 months ago
  6. 0303969 NUMBERS-153: Iterative implementation of "trigamma" function. by Gilles Sadowski · 3 years, 6 months ago
  7. 43bd837 NUMBERS-149: Track changes by Alex Herbert · 3 years, 8 months ago
  8. 64272dd Merge branch 'port_commons_lang_Fraction' of https://github.com/XenoAmess/commons-numbers into XenoAmess-port_commons_lang_Fraction by Alex Herbert · 3 years, 8 months ago
  9. da53215 [NUMBERS-149] port tests in commons-lang for Fraction. by XenoAmess · 3 years, 8 months ago
  10. 674f6da NUMBER-151: Track changes by aherbert · 3 years, 8 months ago
  11. e510ad1 Merge branch 'refine_ArithmeticUtils_pow' of https://github.com/XenoAmess/commons-numbers into XenoAmess-refine_ArithmeticUtils_pow by aherbert · 3 years, 8 months ago
  12. 42ebc64 [NUMBERS-151] performance refine for ArithmeticUtils.pow by XenoAmess · 3 years, 8 months ago
  13. c3d173a NUMBERS-150: Track changes by Alex Herbert · 3 years, 8 months ago
  14. a8897d1 NUMBERS-150: Fix Fraction.pow and BigFraction.pow by Alex Herbert · 3 years, 8 months ago
  15. 3282fb8 Add "lgtm" badge. by Gilles Sadowski · 3 years, 9 months ago
  16. b6d445a Add "sonarcloud" badge. by Gilles Sadowski · 3 years, 9 months ago
  17. 329efa7 Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-numbers by Gilles Sadowski · 3 years, 10 months ago
  18. e7e3bfb Javadoc. by Gilles Sadowski · 3 years, 10 months ago
  19. b157f5b Fix checkstyle errors by aherbert · 3 years, 10 months ago
  20. 51241af Remove Assertions.equals using 0.0 or 0d by aherbert · 3 years, 10 months ago
  21. faaa4d5 Remove more public modifiers from tests by aherbert · 3 years, 10 months ago
  22. 7ae8abb Remove public modifiers from tests by aherbert · 3 years, 10 months ago
  23. 6b0e82a Remove extra if statement. by aherbert · 3 years, 10 months ago
  24. 2080a7b Remove commented out code. by aherbert · 3 years, 10 months ago
  25. e3712b4 Remove public modifiers for test fixtures. by aherbert · 3 years, 10 months ago
  26. ebbbf92 Use assertThrows by aherbert · 3 years, 10 months ago
  27. 7b57fc8 Use assertTrue/False when testing the equals method by aherbert · 3 years, 10 months ago
  28. eb5a13e Use assertThrows instead of catching an expected exception by aherbert · 3 years, 10 months ago
  29. d1b9542 Remove commented out code by aherbert · 3 years, 10 months ago
  30. 4077b9a Fix SonarCloud: Use assertNotEquals by aherbert · 3 years, 10 months ago
  31. 7ab58cc Fix SonarCloud: Remove nested ternary by aherbert · 3 years, 10 months ago
  32. 7983d34 Add assertions to test of useless cache by aherbert · 3 years, 10 months ago
  33. c83453e Fix SonarCloud: Test scope for JUnit5 can be package-private by aherbert · 3 years, 10 months ago
  34. 9bc3804 Update commons-parent 50 to 51 by aherbert · 3 years, 10 months ago
  35. 736d373 Remove redundant siteMods directory. by aherbert · 3 years, 11 months ago
  36. c837f7b Remove redundant groupId from pom. by aherbert · 3 years, 11 months ago
  37. 246f364 refine travis-ci scripts by XenoAmess · 4 years ago
  38. bef023d fix typo by XenoAmess · 4 years ago
  39. ae6a5e3 NUMBERS-147: Fix conversion from double to support 2^31 by Alex Herbert · 4 years, 1 month ago
  40. 5daca57 BigFraction: Mantissa cannot be zero in subnormal number by Alex Herbert · 4 years, 1 month ago
  41. aa243b3 Use correct FractionException constant in Fraction constructor by Alex Herbert · 4 years, 1 month ago
  42. 649eaaa FractionException constructor with a plain string message by Alex Herbert · 4 years, 1 month ago
  43. d6bda86 Change FractionException to use String.format by Alex Herbert · 4 years, 1 month ago
  44. 69f7ddc Fraction: double constructor to avoid iterations <= epsilon. by Alex Herbert · 4 years, 1 month ago
  45. 466d33e Add integer case to double constructor test cases. by Alex Herbert · 4 years, 1 month ago
  46. ccd5e31 Fraction: Add tests for Integer.MIN_VALUE in intValue() by Alex Herbert · 4 years, 1 month ago
  47. c8d9fb7 Use final by Alex Herbert · 4 years, 1 month ago
  48. 86e3b5f Fraction: test for zero in add/subtract int by Alex Herbert · 4 years, 1 month ago
  49. 1e789e0 FractionTest: Create test cases for arithmetic overflow by Alex Herbert · 4 years, 1 month ago
  50. b0164fb Fraction: rename f to num (for numerator) in add/subtract int by Alex Herbert · 4 years, 1 month ago
  51. 83098b7 FractionTest: overflow check in multiply/divide by int by Alex Herbert · 4 years, 1 month ago
  52. e3f69b7 Fraction: fix overflow detection in add/subtract int by Alex Herbert · 4 years, 1 month ago
  53. 5192e10 Fraction: use factory constructor in add/subtract by Alex Herbert · 4 years, 1 month ago
  54. 7d64af5 Remove unused import by Alex Herbert · 4 years, 1 month ago
  55. b47f05e Clean-up numbers core TestUtilities. by Alex Herbert · 4 years, 1 month ago
  56. e55c35b FractionTest: use assertFraction in testMath1261 by Alex Herbert · 4 years, 1 month ago
  57. 6794743 Fraction: Optimise divide by fraction by Alex Herbert · 4 years, 1 month ago
  58. 368187d Fraction: efficient divide by integer by Alex Herbert · 4 years, 1 month ago
  59. 4002f40 Fraction: efficient multiply by integer by Alex Herbert · 4 years, 1 month ago
  60. 4356bd9 Fraction: update toString() by Alex Herbert · 4 years, 1 month ago
  61. fa5b3ee Fraction: Use canonical zero as 0 / 1 by Alex Herbert · 4 years, 1 month ago
  62. 854d141 Fraction: fix compareTo for positive numbers with two negative parts by Alex Herbert · 4 years, 1 month ago
  63. bcdbb3f Fraction: common test cases for arithmetic with an integer by Alex Herbert · 4 years, 1 month ago
  64. 51419db BigFraction: Remove pow(long/BigInteger) by Alex Herbert · 4 years, 1 month ago
  65. bb645f6 Fraction: Increase similarity between BigFraction tests by Alex Herbert · 4 years, 1 month ago
  66. 7fa4f4b Rename powFractionTestCases to powTestCases by Alex Herbert · 4 years, 1 month ago
  67. 36154bb Fixed Fraction.compareTo by Alex Herbert · 4 years, 1 month ago
  68. 7ad0f91 Use consistent order and tests in FractionTest and BigFractionTest. by Alex Herbert · 4 years, 1 month ago
  69. 828f6a7 Fraction: Add tests for two representations of zero. by Alex Herbert · 4 years, 1 month ago
  70. c876c0c FractionTest: zero divide should be equal to Fraction.ZERO by aherbert · 4 years, 1 month ago
  71. 6cabdbc Fraction: Fix divide to return this if it is zero. by aherbert · 4 years, 1 month ago
  72. eea818d Fraction: Add alternative zero to common test cases. by aherbert · 4 years, 1 month ago
  73. 99c627e Document and test for overflow in BigFraction.pow(int) by aherbert · 4 years, 1 month ago
  74. e0582a9 Remove BigFraction.pow(double). by aherbert · 4 years, 1 month ago
  75. 699897d Added fraction power test cases by aherbert · 4 years, 1 month ago
  76. c572758 Add -0.0 to fraction constructor test cases. by aherbert · 4 years, 1 month ago
  77. 424c6c3 Fraction: Add thrown exception to pow javadoc. by aherbert · 4 years, 1 month ago
  78. 58aafe1 BigFraction: Correct javadoc for pow(double) method. by aherbert · 4 years, 1 month ago
  79. ded2840 Fraction: Add zero test to equals and hashCode by aherbert · 4 years, 1 month ago
  80. c8e4fe2 BigFraction: Document exception thrown by reciprocal when zero. by aherbert · 4 years, 1 month ago
  81. f3bab83 FractionException: Removed unused exception constant. by Alex Herbert · 4 years, 1 month ago
  82. 5768299 Fraction: Use of(numerator) to construct the public constants. by Alex Herbert · 4 years, 1 month ago
  83. 01cb55a Fraction constructor cannot throw an arithmetic exception by Alex Herbert · 4 years, 1 month ago
  84. 8089d08 Fraction: test multiply by integer with zero cases. by Alex Herbert · 4 years, 1 month ago
  85. 25ce3fa Use assertThrows to detect exceptions by Alex Herbert · 4 years, 1 month ago
  86. d293dd0 Explicit test for divide by zero in fraction constructor by Alex Herbert · 4 years, 1 month ago
  87. 40dae8c Fraction.of(numerator) to directly invoke special fraction constructor. by Alex Herbert · 4 years, 1 month ago
  88. ddc1ee7 Fraction: Document possible exception thrown by reciprocal() by Alex Herbert · 4 years, 1 month ago
  89. c7a2734 Clean-up Fraction hashcode. by Alex Herbert · 4 years, 1 month ago
  90. 51973c3 Fix fraction hashCode by aherbert · 4 years, 1 month ago
  91. fbcde79 Updated Fraction/BigFraction signum() by aherbert · 4 years, 1 month ago
  92. 1dad4a1 Add test for signum to fraction constructor tests by aherbert · 4 years, 1 month ago
  93. d392058 Test hashCode is equal when the fractions are equal. by aherbert · 4 years, 1 month ago
  94. 2332235 PMD: Allow certain violations in Fraction/BigFraction by aherbert · 4 years, 1 month ago
  95. 071aa58 Avoid reassigning parameters. by aherbert · 4 years, 1 month ago
  96. 0963555 Fraction/BigFraction: Increase consistency using isZero(). by aherbert · 4 years, 1 month ago
  97. d7b2895 ContinuedFraction: reverse names of coefficients a and b by aherbert · 4 years, 1 month ago
  98. 8b6ba20 Fraction/BigFraction to use consistent javadoc. by aherbert · 4 years, 1 month ago
  99. 4e596fc Fraction/BigFraction to validate input double in factory constructors by aherbert · 4 years, 1 month ago
  100. 7a94e4a Fraction/BigFraction to use same method order: by aherbert · 4 years, 1 month ago