Skip to content

Address numeric issue with the log(1+x) function

Pauli requested to merge rpncalculators/c43:ln1p into master

The function as re-implemented didn't account for very small input values. It has been updated to do so. A test case has also been added that highlights the issue and it's correction.

Merge request reports