1. 077baed BigFraction/Fraction: clean-up javadoc by aherbert · 4 years ago
  2. db98ddf BigFraction: Removed validation of arguments in internal function by aherbert · 4 years ago
  3. 01a6c77 updating README files to refer to latest release by Matt Juntunen · 4 years ago
  4. 344dc40 merging changes from 1.0-beta1-release branch into master after 1.0-beta1 release by Matt Juntunen · 4 years ago
  5. 2ba8f9e Fixed RegularizedGamma.P to confine to the interval [0, 1] by aherbert · 4 years ago
  6. e0e86f5 Fixed coverage in RegularizedGammaTest. by aherbert · 4 years ago
  7. 90c4a12 SinCosPerformance: Change random number test to uniform range benchmark. by aherbert · 4 years ago
  8. 3be43ed Switch Complex benchmarks to use of a Blackhole. by aherbert · 4 years ago
  9. 0494360 [NUMBERS-142] Added LinearCombination implementations to the JMH module. by Alex Herbert · 4 years, 3 months ago
  10. a2ce6c7 Updated ContinuedFraction and the test. by aherbert · 4 years ago
  11. c0a449f Fix coverage in SafeNormTest by Alex Herbert · 4 years ago
  12. a23596a Formatting in ContinuedFraction. by Alex Herbert · 4 years ago
  13. 0824c49 Increase coverage in ContinuedFractionTest by Alex Herbert · 4 years ago
  14. 307024d Increase coverage in BigFractionTest by Alex Herbert · 4 years ago
  15. 489d90a Increase coverage in FractionTest by Alex Herbert · 4 years ago
  16. 4e6e29a Fraction: Check numerator before denominator in toString() by Alex Herbert · 4 years, 1 month ago
  17. f91f812 Increase coverage in RegularizedBetaTest. by Alex Herbert · 4 years, 1 month ago
  18. 84f1962 Increase coverage in DigammaTest by Alex Herbert · 4 years, 1 month ago
  19. b7cd42b Increase coverage in TrigammaTest. by Alex Herbert · 4 years, 1 month ago
  20. 62c24fe Fix coverage in PlaneAngleTest by Alex Herbert · 4 years, 1 month ago
  21. 791aa8d Ensure the PrecisionTest covers using 0 ulps for absolute equality. by Alex Herbert · 4 years, 1 month ago
  22. 50fcfa3 Use same javadoc for float and double Precision variants. by Alex Herbert · 4 years, 1 month ago
  23. dc0071f Fixed test coverage in CombinationsTest by Alex Herbert · 4 years, 1 month ago
  24. e20c9fd Fixed test coverage in FactorialDoubleTest by Alex Herbert · 4 years, 1 month ago
  25. 36679a7 Fixed test coverage in BinomialCoefficientTest by Alex Herbert · 4 years, 1 month ago
  26. 66a3a2d Fixed test coverage in LogFactorialTest by Alex Herbert · 4 years, 1 month ago
  27. 98b64f1 Fixed test coverage for field. by Alex Herbert · 4 years, 1 month ago
  28. 08edae9 Remove a branch from equals tests with NaN. by Alex Herbert · 4 years, 1 month ago
  29. 894e726 Increase coverage in PrecisionTest to 100%. by Alex Herbert · 4 years, 1 month ago
  30. 104254a Remove deprecated RNG from test. by Alex Herbert · 4 years, 1 month ago
  31. c461f25 Default the jacoco coverage checks to those in parent. by Alex Herbert · 4 years, 1 month ago
  32. f12139e Complex hypot: use 54 as the exponent difference to ignore overlap by aherbert · 4 years, 1 month ago
  33. e6aa088 Update attribution of 3rd party works in Complex by aherbert · 4 years, 1 month ago
  34. a4eedec Renamed NOTICE.txt and LICENCE.txt to drop .txt by aherbert · 4 years, 1 month ago
  35. 2b01d3c Updated README.md by aherbert · 4 years, 1 month ago
  36. c06ba43 Fix some Complex PMD issues. by aherbert · 4 years, 1 month ago
  37. b6be43e Update ComplexTest to match the method order of Complex. by aherbert · 4 years, 1 month ago
  38. 957a246 Update parsing message for Complex to include the input string. by aherbert · 4 years, 1 month ago
  39. 50da429 Rearrange Complex source code. by aherbert · 4 years, 1 month ago
  40. 32bfd4f Complex: replace internal functional interface. by aherbert · 4 years, 1 month ago
  41. 30ca501 Complex javadoc updates. by aherbert · 4 years, 1 month ago
  42. 5f06862 Added Boost license for derived works in Complex. by aherbert · 4 years, 1 month ago
  43. 728d656 Update Complex javadoc. by aherbert · 4 years, 1 month ago
  44. 2f3aaae fixing checkstyle suppression patterns to work with Windows paths by Matt Juntunen · 4 years, 1 month ago
  45. ce58624 Standardize on American English spelling of 'behavior'. by Gary Gregory · 4 years, 1 month ago
  46. 643e169 NUMBERS-143: Added specialised hypot function to Complex. by aherbert · 4 years, 3 months ago
  47. 817cb6d Fix comments in multiply method. by aherbert · 4 years, 2 months ago
  48. 2b13b8f Improve documentation of the high precision sum in Complex. by Alex Herbert · 4 years, 2 months ago
  49. 3fd48ab Update pmd by Alex Herbert · 4 years, 2 months ago
  50. 5efcb78 Remove findbugs configuration. by Alex Herbert · 4 years, 2 months ago
  51. 0bc3540 Update checkstyle by Alex Herbert · 4 years, 2 months ago
  52. 81c2fd3 Remove unused aggregate configuration from javadoc plugin. by Alex Herbert · 4 years, 2 months ago
  53. c4817e4 Reverse actual and expected for the assertion. by Alex Herbert · 4 years, 2 months ago
  54. 52877dd Exclude examples module from rat check using wildcards in .gitignore. by aherbert · 4 years, 2 months ago
  55. f2fc031 Disable PMD analysis for benchmarking code. by aherbert · 4 years, 2 months ago
  56. b73017f Update to parent 50 by aherbert · 4 years, 2 months ago
  57. 10ec694 Removed version for plugins which are managed by commons parent. by aherbert · 4 years, 2 months ago
  58. 9a8e1c5 Fixed spotbugs filter for JMH module. by aherbert · 4 years, 2 months ago
  59. b792580 Merge branch 'NUMBERS-40__Matt' by Gilles Sadowski · 4 years, 2 months ago
  60. b095358 Javadoc. by Gilles Sadowski · 4 years, 2 months ago
  61. 0521c5e NUMBERS-40: fixing inconsistent exception behavior in RegularizedGamma.P.value(); fixing and adding exception javadocs by Matt Juntunen · 4 years, 2 months ago
  62. 97b2499 Use final. by aherbert · 4 years, 3 months ago
  63. 25f71b0 Move the check for a finite value known to be positive to a method. by aherbert · 4 years, 3 months ago
  64. 8af1a5d Change tanh to use the identities for all computations. by aherbert · 4 years, 3 months ago
  65. c79bdff sqrt() to use multiply by sqrt(2) / 2 for imaginary only numbers. by aherbert · 4 years, 3 months ago
  66. b2622ef Complex: log() and sqrt() should use the same magnitude as abs(). by aherbert · 4 years, 3 months ago
  67. 79fbf9d Added more random distribution types to the Complex performance test. by Alex Herbert · 4 years, 3 months ago
  68. 980d80a Remove methods for (a * c + b * d) and (b * c - a * d) in Complex divide by aherbert · 4 years, 3 months ago
  69. 3bb0f69 Clean-up getScale() method. by aherbert · 4 years, 3 months ago
  70. 649fe64 Clean-up the constants in Complex. by aherbert · 4 years, 3 months ago
  71. 69cbbef Changed multiplier to use the value 2^27 + 1 as a double. by Alex Herbert · 4 years, 3 months ago
  72. 4bf3f12 Exclude "data" files from RAT report. by Gilles Sadowski · 4 years, 3 months ago
  73. 434fe48 Explicit grow expansion of -1 into x^2. by aherbert · 4 years, 3 months ago
  74. c4dc88c Ensure divide correctly scales numbers to avoid over/underflow. by aherbert · 4 years, 3 months ago
  75. 62ee60b Modify hypotenuse scaling formula for x^2+y^2 in log(). by aherbert · 4 years, 3 months ago
  76. a79dcaa Change x2y2m1 summation algorithm. by aherbert · 4 years, 3 months ago
  77. f7e5a7c Reinstate ulps tolerance in test of Complex::log. by aherbert · 4 years, 3 months ago
  78. f48844b Approximation of sinh/cosh using exp can be overflow/underflow safe. by aherbert · 4 years, 3 months ago
  79. cd30b16 Add a set of numbers that are within the quadrant [0, pi/2). by aherbert · 4 years, 3 months ago
  80. 8f5a839 Fixed documentation of constant ln(max_value) by aherbert · 4 years, 3 months ago
  81. 4531ba1 Add benchmark for sin/cos computation. by Alex Herbert · 4 years, 3 months ago
  82. c1a3dca Allow long file length for ComplexTest. by Alex Herbert · 4 years, 3 months ago
  83. 642741c Better overflow handling of sinh/cosh. by Alex Herbert · 4 years, 3 months ago
  84. 95050a1 Removed impossible edge case in log(). by Alex Herbert · 4 years, 3 months ago
  85. 8bd4f08 Update NOTICE.txt to 2020. by Alex Herbert · 4 years, 3 months ago
  86. 4b8103f Added examples module with a JMH examples module. by Alex Herbert · 4 years, 3 months ago
  87. 367710a Added Alex Herbert as a developer. by Alex Herbert · 4 years, 3 months ago
  88. 6afb064 Update x2y2m1 to use Ogita's dot-product summation in 3-fold precision. by Alex Herbert · 4 years, 3 months ago
  89. 598b578 Optimise x2y2m1 using assumptions on the range of x and y. by aherbert · 4 years, 3 months ago
  90. 34071ac Document enforcement of the conjugate equality when not mandated by C99. by aherbert · 4 years, 3 months ago
  91. 198147a Update sinh/cosh/tanh for real/imaginary only numbers. by aherbert · 4 years, 3 months ago
  92. 4d9cbf9 Updated javadoc for functions. by aherbert · 4 years, 3 months ago
  93. 788fdd4 Simplify high precision summation using Dekker's add2 sum. by Alex Herbert · 4 years, 4 months ago
  94. 2d8221a Fixed indentation in test class. by Alex Herbert · 4 years, 4 months ago
  95. 377c972 Update checkstyle suppressions for Complex method length. by Alex Herbert · 4 years, 4 months ago
  96. ac7e98d Use high precision x^2 + y^2 - 1 in atanh. by Alex Herbert · 4 years, 4 months ago
  97. f61e113 Use high precision computation in Complex::log. by Alex Herbert · 4 years, 4 months ago
  98. c3a0fc0 Update "NOTICE.txt". by Gilles Sadowski · 4 years, 4 months ago
  99. fcb54c9 Added test scope dependency on commons-numbers-core. by Alex Herbert · 4 years, 4 months ago
  100. 6361a80 Javadoc cleanup of <pre> tags for better rendered layout. by Alex Herbert · 4 years, 4 months ago