1. 96fe378 Updated cosh/acosh using an overflow/underflow safe method. by aherbert · 4 years, 5 months ago
  2. 4dd3fc8 Updated sinh/asinh using an overflow/underflow safe method. by aherbert · 4 years, 5 months ago
  3. 9c0cb71 Use multiplyImaginary instead of multiply by Complex.I by Alex Herbert · 4 years, 5 months ago
  4. 42a2f65 Check all indices and the running cumulative are strictly positive. by Alex Herbert · 4 years, 5 months ago
  5. bb48af0 Add tests that fails to be detected as a negative index. by Alex Herbert · 4 years, 5 months ago
  6. f6a35da Use integer division in MultiDimensionalCounter.toMulti by Alex Herbert · 4 years, 5 months ago
  7. cf5ec33 Changed tests to use assertThrows. by Alex Herbert · 4 years, 5 months ago
  8. 18cb0db Fixed checkstyle issues. by Alex Herbert · 4 years, 5 months ago
  9. 15c7706 Use final. by Alex Herbert · 4 years, 5 months ago
  10. a4b33d4 Improve documentation of sign differences in +/-0.0 for arithmetic. by Alex Herbert · 4 years, 5 months ago
  11. 9a2c290 Use charAt(int) to test for the start and end characters. by Alex Herbert · 4 years, 5 months ago
  12. 0d66b94 NUMBERS-140: Multidimensional counter. by Gilles Sadowski · 4 years, 5 months ago
  13. 145391b Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-numbers by Gilles Sadowski · 4 years, 5 months ago
  14. c642c8f Merge pull request #73 from grimreaper/eax/long-compare-mode by Alex Herbert · 4 years, 5 months ago
  15. 0c5cd6d Merge pull request #72 from grimreaper/eax/update-documentation-for-numbers by Alex Herbert · 4 years, 5 months ago
  16. ec8f3f1 Simplify. by Gilles Sadowski · 4 years, 5 months ago
  17. 3b3743f [commons-number] replace some compares with their function by Eitan Adler · 4 years, 5 months ago
  18. 2b57125 [commons-number] replace some compares with their function by Eitan Adler · 4 years, 5 months ago
  19. d2c8760 [commons-numbers-core] use non-deprecated ref in docs by Eitan Adler · 4 years, 5 months ago
  20. 007cc20 [NUMBERS-139] Implement multiply and divide for imaginary only. by Alex Herbert · 4 years, 5 months ago
  21. ebf1e3c Remove reference to ofReal in ComplexUtils. by aherbert · 4 years, 5 months ago
  22. 1c7611e Removed redundant assertion. by aherbert · 4 years, 5 months ago
  23. a66db2d Optimise toString() and parse(). by aherbert · 4 years, 5 months ago
  24. 05da007 Remove square() by aherbert · 4 years, 5 months ago
  25. 3e63001 Remove ofReal(double) and ofImaginary(double) by aherbert · 4 years, 5 months ago
  26. c0ddd1f Refactor uses of getExponent to internal getMaxExponent(a, b) method. by aherbert · 4 years, 5 months ago
  27. 9011b7d Tweak Javadoc for NAN constant. by aherbert · 4 years, 5 months ago
  28. 20a5c8f Improved javadoc for public constants. by aherbert · 4 years, 5 months ago
  29. 276028d Added Complex.ofImaginary(double) by aherbert · 4 years, 5 months ago
  30. 69636da Correct assertions in ComplexEdgeCaseTest. by aherbert · 4 years, 5 months ago
  31. ac893bf Optimise scaling during overflow of log() by aherbert · 4 years, 5 months ago
  32. b699628 Implement scaling using Math.scalb not divide by largest absolute value. by aherbert · 4 years, 5 months ago
  33. fbf308b Use getExponent(double) in place of Math.log(double) / Math.log(2) by aherbert · 4 years, 5 months ago
  34. d96bc97 [NUMBERS-139] Implement add and subtract for imaginary only. by Alex Herbert · 4 years, 5 months ago
  35. 32318c6 Removed unused field and clarified multiply() comment regarding NaN. by Alex Herbert · 4 years, 5 months ago
  36. 4429840 Added a ComplexEdgeCaseTest. by Alex Herbert · 4 years, 5 months ago
  37. ff1b7d1 Ensure log() and log10() avoid overflow. by Alex Herbert · 4 years, 5 months ago
  38. 9b3c706 Use identities for tanh() with real / imaginary parts of zero. by aherbert · 4 years, 5 months ago
  39. e135bae Improve CReferenceTest equality assertions and debug reporting. by aherbert · 4 years, 5 months ago
  40. 931348b Updated reference data using GNU gcc. by aherbert · 4 years, 5 months ago
  41. 4255a0d Reinstate ignored test data. These cases have been fixed. by aherbert · 4 years, 5 months ago
  42. 778f94b Improved CReferenceTest to allow processing of flagged reference data. by aherbert · 4 years, 5 months ago
  43. 2ed318c Added special cases of trigonomic functions: by aherbert · 4 years, 5 months ago
  44. 7cbee90 Move the data from the CReferenceTest to test resources. by Alex Herbert · 4 years, 5 months ago
  45. 6a7ce94 PMD: Ignore field real and method real() match in Complex. by aherbert · 4 years, 5 months ago
  46. 1d63ae2 Ensure sqrt() always functions on finite input. by aherbert · 4 years, 5 months ago
  47. 087d40a Clean up sqrt(). by aherbert · 4 years, 5 months ago
  48. 0887c25 sqrt(): Drop copySign(0, imaginary) when imaginary is already zero. by aherbert · 4 years, 5 months ago
  49. 563d896 Removed conjugate() method. by aherbert · 4 years, 5 months ago
  50. 69499d3 sqrt() handling of zero extends to all real numbers (imaginary == 0) by aherbert · 4 years, 5 months ago
  51. e804844 Exclude check for equality with positive infinity in Complex sqrt. by Alex Herbert · 4 years, 5 months ago
  52. 32dbe34 Remove overflow protection to compute average. by Alex Herbert · 4 years, 5 months ago
  53. 04bed94 Replace getArgument() with arg() in test class. by Alex Herbert · 4 years, 5 months ago
  54. dc0f87b Replace getArgument() with arg() by Alex Herbert · 4 years, 5 months ago
  55. 9b1b887 Added TODO notes on special case for imaginary only numbers. by Alex Herbert · 4 years, 5 months ago
  56. 5db7d73 Remove unused private methods by Alex Herbert · 4 years, 5 months ago
  57. f3c6b06 Avoid reassigning params by Alex Herbert · 4 years, 5 months ago
  58. c897177 Use final by Alex Herbert · 4 years, 5 months ago
  59. 0cfc94d Compute extreme values of sqrt() in polar coordinates. by Alex Herbert · 4 years, 5 months ago
  60. c4648b9 Remove the edge cases for overflow. by Alex Herbert · 4 years, 5 months ago
  61. 08465eb Removed mirrored cases for odd/even functions. by Alex Herbert · 4 years, 5 months ago
  62. 2753fa0 Document odd and even functions. by Alex Herbert · 4 years, 5 months ago
  63. 8edcaec Remove getArgument and getAbsolute. by Alex Herbert · 4 years, 5 months ago
  64. f621118 Remove unnecessary deltas from assertions. by Alex Herbert · 4 years, 5 months ago
  65. 65f6083 Added getAbsolute() to complement getArgument(). by Alex Herbert · 4 years, 5 months ago
  66. bc38781 Correct proj() function to preserve the sign of the imaginary part. by Alex Herbert · 4 years, 5 months ago
  67. ae70ab2 Ignore pom.properties by Alex Herbert · 4 years, 5 months ago
  68. 84e3b21 Fix trailing spaces by Alex Herbert · 4 years, 5 months ago
  69. 69a69af Update tanh() to perform edge checks on twice the imaginary value. by Alex Herbert · 4 years, 5 months ago
  70. cc24bfc Fix overflow in sqrt() by Alex Herbert · 4 years, 5 months ago
  71. 9eedfec Update CReferenceTest with many more cases. by Alex Herbert · 4 years, 5 months ago
  72. 73743d3 Fix acosh() to preserve the conjugate equality. by Alex Herbert · 4 years, 5 months ago
  73. 9eb3e77 Use static acos() function for acosh(). by aherbert · 4 years, 5 months ago
  74. 43b7d31 Added real/imaginary only data to the CReferenceTest. by aherbert · 4 years, 5 months ago
  75. 8dd939b Trailing whitespace. by aherbert · 4 years, 5 months ago
  76. 61dfc18 Remove multiply(int). by aherbert · 4 years, 5 months ago
  77. 4d7d8e0 Add special cases for asinh/atanh with imaginary only numbers. by aherbert · 4 years, 5 months ago
  78. 89c907f Add a test for square() by aherbert · 4 years, 5 months ago
  79. 52a8992 Use changeSign() rather than copySign(). by aherbert · 4 years, 5 months ago
  80. b44700c Remove Complex object creation from asinh. by aherbert · 4 years, 5 months ago
  81. 78fe8d8 Optimise identity acosh() to avoid Complex object creation. by aherbert · 4 years, 5 months ago
  82. 62bebd7 Removed unused mapping functions by aherbert · 4 years, 5 months ago
  83. 85d3ba3 Allow Complex to exceed 2000 lines. by aherbert · 4 years, 5 months ago
  84. 3441694 Optimise identity atan() to avoid Complex object creation. by aherbert · 4 years, 5 months ago
  85. df9328d Correct helper computeBCminusAD used in divide() function. by aherbert · 4 years, 5 months ago
  86. 92cb49b Optimise identity asin() to avoid Complex object creation. by aherbert · 4 years, 5 months ago
  87. 4f61050 Remove redundant disabled test. by aherbert · 4 years, 5 months ago
  88. 4874158 Remove unused private method by aherbert · 4 years, 5 months ago
  89. 9181f7d Update javadoc formulas to be consistent with their Wolfram reference. by aherbert · 4 years, 5 months ago
  90. f808985 Implement acosh using acos. by aherbert · 4 years, 5 months ago
  91. 6d2869f Fix acosh (-0,0) specification. by aherbert · 4 years, 5 months ago
  92. e7c32ad Removed redundant null checks in parsingException(). by Alex Herbert · 4 years, 5 months ago
  93. d9b44bc Added a CReferenceTest for Complex. by aherbert · 4 years, 5 months ago
  94. fd26d1f Update C standard tests to match ISO C99. by aherbert · 4 years, 5 months ago
  95. 5af4d3c Fix sinh conjugate and odd equality for infinite real, finite imaginary. by aherbert · 4 years, 5 months ago
  96. f3a7bc9 Javadoc for trigonomic identities. by aherbert · 4 years, 5 months ago
  97. 94201f9 Improve C99 test compliance by aherbert · 4 years, 5 months ago
  98. 202214e Update function type assertions. by aherbert · 4 years, 5 months ago
  99. cfb2719 Optimise mapping function to the positive domain by aherbert · 4 years, 5 months ago
  100. 87729db Javadoc fix. by aherbert · 4 years, 5 months ago