• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

apache / commons-numbers / 480

Builds Branch Commit Type Ran Committer Via Coverage
480 numbers-142-feature [NUMBERS-142] Added LinearCombination implementations to the JMH module. Adds implementations based on the method of Dekker, Ogita et al, and Shewchuk. All implementations pass the tests copied from arrays.LinearCombinationTest. Tests were adde... Pull #77 16 Feb 2020 11:37PM UTC web-flow travis-ci pending completion   set done
478 master Remove unused aggregate configuration from javadoc plugin. push 16 Feb 2020 01:35PM UTC aherbert travis-ci pending completion   set done
477 master Exclude examples module from rat check using wildcards in .gitignore. Remove the rat exclusions from the pom that are duplicates of those in .gitignore. push 13 Feb 2020 06:09PM UTC aherbert travis-ci pending completion   set done
476 master Disable PMD analysis for benchmarking code. push 13 Feb 2020 11:54AM UTC aherbert travis-ci pending completion   set done
475 numbers-144 NUMBERS-144: adding standard development exclusions to rat check Pull #75 13 Feb 2020 02:58AM UTC web-flow travis-ci pending completion   set done
474 master Merge branch 'NUMBERS-40__Matt' Closes #74. push 12 Feb 2020 09:25PM UTC Gilles Sadowski travis-ci pending completion   set done
473 numbers-40 NUMBERS-40: fixing inconsistent exception behavior in RegularizedGamma.P.value(); fixing and adding exception javadocs Pull #74 08 Feb 2020 03:03AM UTC web-flow travis-ci pending completion   set done
472 master Use final. push 03 Feb 2020 05:54PM UTC aherbert travis-ci pending completion   set done
470 master Added more random distribution types to the Complex performance test. This adds commons-rng-sampling to the parent pom for use in data generation. push 30 Jan 2020 02:33AM UTC aherbert travis-ci pending completion   set done
469 master Remove methods for (a * c + b * d) and (b * c - a * d) in Complex divide The scaling now reduces a and b before computing the division if there is a chance of overflow. Thus the specialised methods to detect overflow are redundant and cannot be h... push 28 Jan 2020 05:25PM UTC aherbert travis-ci pending completion   set done
468 master Changed multiplier to use the value 2^27 + 1 as a double. push 27 Jan 2020 12:27AM UTC aherbert travis-ci pending completion   set done
467 master Exclude "data" files from RAT report. push 23 Jan 2020 04:30PM UTC Gilles Sadowski travis-ci pending completion   set done
466 master Explicit grow expansion of -1 into x^2. This generates the intermediate expansion for (x^2 - 1) which is further away from 1 and closer to the next term y^2. The formula for sumLow has been rewritten to match Shewchuk's paper. fastSumLow was ad... push 22 Jan 2020 04:08PM UTC aherbert travis-ci pending completion   set done
465 master Ensure divide correctly scales numbers to avoid over/underflow. Added tested to ensure the smallest and largest possible value divided by itself is (1, 0). Previously it would compute zero for small and overflow to infinite for large. push 17 Jan 2020 06:51PM UTC aherbert travis-ci pending completion   set done
464 master Change x2y2m1 summation algorithm. This switches from Ogita's dot3 sum to Shewchuk's expansion sum. The number of two sum operations is the same, the order is different. The new version passes the previous strict tests but has a formal proof in ... push 16 Jan 2020 03:19PM UTC aherbert travis-ci pending completion   set done
  • ← Previous
  • 1
  • 2
  • …
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • …
  • 35
  • 36
  • Next →
  • Back to Repo
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc