Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add log2()<-, log10()<-, ilog2(), and ilog10() functions #52

Merged
merged 25 commits into from
Jun 2, 2023
Merged

Conversation

nehill197
Copy link
Member

To allow RHS and inverse evaluation of 2^x and 10^x.
These functions rely on the exp2() and exp10() functions.

Merge branch 'exp2-exp10' of github.com:poissonconsulting/extras into log2-log10
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
Merge branch 'exp2-exp10' of github.com:poissonconsulting/extras into log2-log10
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
@nehill197 nehill197 requested a review from aylapear May 30, 2023 16:53
Copy link
Member

@aylapear aylapear left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Review the parameter definitions in the params file to see if they are applicable for these functions.
  • Split up the tests a bit further so each block is self contained to a single idea. So for example the edge cases block where it tests NULL, NA and Inf I would split those into their own test block as they are testing separate issues.

@nehill197 nehill197 requested a review from aylapear June 1, 2023 22:54
@nehill197 nehill197 merged commit b25cb2a into main Jun 2, 2023
10 checks passed
@nehill197 nehill197 deleted the log2-log10 branch June 2, 2023 18:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants