Skip to content
Snippets Groups Projects
  • Sander, Oliver's avatar
    6b5d17d1
    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
    History
    Fix bug in method RealTuple::log
    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.