Skip to content
Snippets Groups Projects
  1. Mar 02, 2022
    • Sander, Oliver's avatar
      Fix bug in method RealTuple::log · 6b5d17d1
      Sander, Oliver authored
      Calling log(a,b) returned a-b instead of b-a.
      
      Also, enable unit tests for the RealTuple class.  The current test
      will not trigger the bug in the log method: that will come shortly.
      
      Finally, this commit is the first that mentions its user-facing
      changes in the newly introduced CHANGELOG.md file.
      6b5d17d1
    • Sander, Oliver's avatar
      Use logical && instead of bitwise & · 565b7f77
      Sander, Oliver authored
      The compiler warns about &, and I think the author's intention
      was && anyway.
      565b7f77
  2. Feb 27, 2022
  3. Feb 25, 2022
  4. Jan 28, 2022
  5. Jan 27, 2022
  6. Jan 25, 2022
  7. Jan 22, 2022
  8. Dec 17, 2021
  9. Dec 16, 2021
  10. Nov 18, 2021
  11. Nov 16, 2021
  12. Nov 11, 2021
  13. Nov 09, 2021
  14. Oct 28, 2021
  15. Oct 20, 2021
  16. Sep 23, 2021
  17. Sep 17, 2021
  18. Aug 21, 2021
  19. Aug 19, 2021
  20. Jul 26, 2021
  21. Jul 20, 2021
  22. Jul 09, 2021
Loading