laplace-edge-cases 526 B

123456789
  1. o Minor bugfixes (statistics code):
  2. - Handle edge cases in the laplace functions: avoid division by zero,
  3. avoid taking the log of zero, and silence clang type conversion
  4. warnings using round and trunc. Add unit tests for edge cases with
  5. maximal values. Fixes part of bug 13192; bugfix on 0.2.6.2-alpha.
  6. - Consistently check for overflow in round_*_to_next_multiple_of
  7. functions, and add unit tests with additional and maximal values.
  8. Fixes part of bug 13192; bugfix on 0.2.2.1-alpha.