1. f12e04e Remove dependency on numbers-core for the Precision EPSILON. by Alex Herbert · 4 years, 4 months ago
  2. f1b8cc3 Update C99 standard for acosh and tanh by Alex Herbert · 4 years, 4 months ago
  3. b215129 Added C99 special cases to javadoc. by Alex Herbert · 4 years, 4 months ago
  4. fd3e2f1 Pre-compute bit representation of -0.0. by Alex Herbert · 4 years, 4 months ago
  5. 23a4906 Remove the static equals(Complex,Complex) methods using Precision. by Alex Herbert · 4 years, 4 months ago
  6. 6bd37c9 Remove reciprocal(). by Alex Herbert · 4 years, 4 months ago
  7. 84fc5c6 fixup by Alex Herbert · 4 years, 4 months ago
  8. 158f6b8 [NUMBERS-141] Complex javadoc to use MathJax. by Alex Herbert · 4 years, 4 months ago
  9. 610e70c Reciprocal to use divide(Complex). by Alex Herbert · 4 years, 4 months ago
  10. 261b7e7 Consistent error handling between asin and acos. by Alex Herbert · 4 years, 4 months ago
  11. ba07e65 Do not duplicate Precision.EPSILON. by Alex Herbert · 4 years, 4 months ago
  12. d2f0388 Update log() to use the overflow/underflow safe method of Hull et al. by Alex Herbert · 4 years, 4 months ago
  13. 970512c Use final. by Alex Herbert · 4 years, 4 months ago
  14. c283420 Update log() to use method from Hull et al. by Alex Herbert · 4 years, 4 months ago
  15. c23541d Ensure the test for log10 hits the edge case where x>0.5 and x<root(2). by Alex Herbert · 4 years, 4 months ago
  16. c193ff7 Change unspecified sign exception message. by Alex Herbert · 4 years, 4 months ago
  17. 92c5db5 Update exp() control flow for edge cases. by Alex Herbert · 4 years, 4 months ago
  18. 9b18dc0 Change pow() overflow edge case test. by Alex Herbert · 4 years, 4 months ago
  19. e03cbc0 EPSILON should be private by Alex Herbert · 4 years, 4 months ago
  20. 34542f4 testutils: correct order of expected and actual results by Eitan Adler · 4 years, 4 months ago
  21. ceb6269 Test abs() and arg() return the input to ofPolar constructor. by Alex Herbert · 4 years, 4 months ago
  22. 5fad5e2 Added norm method that is part of the C++ standard for complex. by Alex Herbert · 4 years, 4 months ago
  23. 940705a Changed ofPolar to not throw IllegalArgumentException. by Alex Herbert · 4 years, 4 months ago
  24. 32d8fc1 Overflow test for pow() by aherbert · 4 years, 5 months ago
  25. 1eae0a4 Simplify sinh, cosh and tanh by aherbert · 4 years, 5 months ago
  26. e2e7b8b Simplify exp() edge cases. by aherbert · 4 years, 5 months ago
  27. 3614d51 Simplify sqrt() edge cases. by aherbert · 4 years, 5 months ago
  28. ba7fe3a Edge cases for cosh and sinh. by aherbert · 4 years, 5 months ago
  29. 1f7af2c Added links to Wolfram elementary functions where applicable. by aherbert · 4 years, 5 months ago
  30. 3366f35 Fix overflow in tanh. Added edge case tests. by aherbert · 4 years, 5 months ago
  31. 8375852 Fix javadoc comment on SAFE_MIN/MAX by aherbert · 4 years, 5 months ago
  32. e1ad2a0 Added edge case tests for asin. by Alex Herbert · 4 years, 5 months ago
  33. f5ba494 Add atanh assumption on x close to 1. by Alex Herbert · 4 years, 5 months ago
  34. dfcc118 Added edge case tests for acos. by Alex Herbert · 4 years, 5 months ago
  35. 45d1a46 Added edge case tests for atanh. by Alex Herbert · 4 years, 5 months ago
  36. bf2b32c Moved the check for the safe region to a method. by Alex Herbert · 4 years, 5 months ago
  37. e335125 Remove unused/redundant methods. by Alex Herbert · 4 years, 5 months ago
  38. 244f6e7 Remove use of log1p when value is very small. by Alex Herbert · 4 years, 5 months ago
  39. 9aa23ab Switch atanh if statements to fix PMD warning. by aherbert · 4 years, 5 months ago
  40. 913b012 Trailing whitespace. by aherbert · 4 years, 5 months ago
  41. 12c0b57 Drop exact log10 test. The method of computation cannot be assumed. by aherbert · 4 years, 5 months ago
  42. 5d9156b Added atanh assumptions test to check the safe upper and lower limits. by aherbert · 4 years, 5 months ago
  43. 1d20e9f Removed unused constants by aherbert · 4 years, 5 months ago
  44. 4bbbef9 Update the max ULP for log from 3 to 1 for the C reference test. by aherbert · 4 years, 5 months ago
  45. 67dc19d Compute log() within a safe region without using the sqrt. by aherbert · 4 years, 5 months ago
  46. bdaecba Use final by aherbert · 4 years, 5 months ago
  47. 26b9ae7 Update the max ULP for atanh from 17 to 1 for the C reference test. by aherbert · 4 years, 5 months ago
  48. 5346128 Updated atanh using an overflow/underflow safe method. by aherbert · 4 years, 5 months ago
  49. a2cc4ec Removed unused static asinh method and constants. by aherbert · 4 years, 5 months ago
  50. 93d6890 Update the max ULP for acos/acosh from 36 to 2 for the C reference test. by aherbert · 4 years, 5 months ago
  51. 2c77d00 Fix unspecified sign in C99 standard for acos. by aherbert · 4 years, 5 months ago
  52. 96fe378 Updated cosh/acosh using an overflow/underflow safe method. by aherbert · 4 years, 5 months ago
  53. 4dd3fc8 Updated sinh/asinh using an overflow/underflow safe method. by aherbert · 4 years, 5 months ago
  54. 9c0cb71 Use multiplyImaginary instead of multiply by Complex.I by Alex Herbert · 4 years, 5 months ago
  55. 42a2f65 Check all indices and the running cumulative are strictly positive. by Alex Herbert · 4 years, 5 months ago
  56. bb48af0 Add tests that fails to be detected as a negative index. by Alex Herbert · 4 years, 5 months ago
  57. f6a35da Use integer division in MultiDimensionalCounter.toMulti by Alex Herbert · 4 years, 5 months ago
  58. cf5ec33 Changed tests to use assertThrows. by Alex Herbert · 4 years, 5 months ago
  59. 18cb0db Fixed checkstyle issues. by Alex Herbert · 4 years, 5 months ago
  60. 15c7706 Use final. by Alex Herbert · 4 years, 5 months ago
  61. a4b33d4 Improve documentation of sign differences in +/-0.0 for arithmetic. by Alex Herbert · 4 years, 5 months ago
  62. 9a2c290 Use charAt(int) to test for the start and end characters. by Alex Herbert · 4 years, 5 months ago
  63. 0d66b94 NUMBERS-140: Multidimensional counter. by Gilles Sadowski · 4 years, 5 months ago
  64. 145391b Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-numbers by Gilles Sadowski · 4 years, 5 months ago
  65. c642c8f Merge pull request #73 from grimreaper/eax/long-compare-mode by Alex Herbert · 4 years, 5 months ago
  66. 0c5cd6d Merge pull request #72 from grimreaper/eax/update-documentation-for-numbers by Alex Herbert · 4 years, 5 months ago
  67. ec8f3f1 Simplify. by Gilles Sadowski · 4 years, 5 months ago
  68. 3b3743f [commons-number] replace some compares with their function by Eitan Adler · 4 years, 5 months ago
  69. 2b57125 [commons-number] replace some compares with their function by Eitan Adler · 4 years, 5 months ago
  70. d2c8760 [commons-numbers-core] use non-deprecated ref in docs by Eitan Adler · 4 years, 5 months ago
  71. 007cc20 [NUMBERS-139] Implement multiply and divide for imaginary only. by Alex Herbert · 4 years, 5 months ago
  72. ebf1e3c Remove reference to ofReal in ComplexUtils. by aherbert · 4 years, 5 months ago
  73. 1c7611e Removed redundant assertion. by aherbert · 4 years, 5 months ago
  74. a66db2d Optimise toString() and parse(). by aherbert · 4 years, 5 months ago
  75. 05da007 Remove square() by aherbert · 4 years, 5 months ago
  76. 3e63001 Remove ofReal(double) and ofImaginary(double) by aherbert · 4 years, 5 months ago
  77. c0ddd1f Refactor uses of getExponent to internal getMaxExponent(a, b) method. by aherbert · 4 years, 5 months ago
  78. 9011b7d Tweak Javadoc for NAN constant. by aherbert · 4 years, 5 months ago
  79. 20a5c8f Improved javadoc for public constants. by aherbert · 4 years, 5 months ago
  80. 276028d Added Complex.ofImaginary(double) by aherbert · 4 years, 5 months ago
  81. 69636da Correct assertions in ComplexEdgeCaseTest. by aherbert · 4 years, 5 months ago
  82. ac893bf Optimise scaling during overflow of log() by aherbert · 4 years, 5 months ago
  83. b699628 Implement scaling using Math.scalb not divide by largest absolute value. by aherbert · 4 years, 5 months ago
  84. fbf308b Use getExponent(double) in place of Math.log(double) / Math.log(2) by aherbert · 4 years, 5 months ago
  85. d96bc97 [NUMBERS-139] Implement add and subtract for imaginary only. by Alex Herbert · 4 years, 5 months ago
  86. 32318c6 Removed unused field and clarified multiply() comment regarding NaN. by Alex Herbert · 4 years, 5 months ago
  87. 4429840 Added a ComplexEdgeCaseTest. by Alex Herbert · 4 years, 5 months ago
  88. ff1b7d1 Ensure log() and log10() avoid overflow. by Alex Herbert · 4 years, 5 months ago
  89. 9b3c706 Use identities for tanh() with real / imaginary parts of zero. by aherbert · 4 years, 5 months ago
  90. e135bae Improve CReferenceTest equality assertions and debug reporting. by aherbert · 4 years, 5 months ago
  91. 931348b Updated reference data using GNU gcc. by aherbert · 4 years, 5 months ago
  92. 4255a0d Reinstate ignored test data. These cases have been fixed. by aherbert · 4 years, 5 months ago
  93. 778f94b Improved CReferenceTest to allow processing of flagged reference data. by aherbert · 4 years, 5 months ago
  94. 2ed318c Added special cases of trigonomic functions: by aherbert · 4 years, 5 months ago
  95. 7cbee90 Move the data from the CReferenceTest to test resources. by Alex Herbert · 4 years, 5 months ago
  96. 6a7ce94 PMD: Ignore field real and method real() match in Complex. by aherbert · 4 years, 5 months ago
  97. 1d63ae2 Ensure sqrt() always functions on finite input. by aherbert · 4 years, 5 months ago
  98. 087d40a Clean up sqrt(). by aherbert · 4 years, 5 months ago
  99. 0887c25 sqrt(): Drop copySign(0, imaginary) when imaginary is already zero. by aherbert · 4 years, 5 months ago
  100. 563d896 Removed conjugate() method. by aherbert · 4 years, 5 months ago