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

Allow configure-time control over accuracy of log10() approximation #113

Closed
eyalroz opened this issue Feb 5, 2022 · 0 comments
Closed
Labels
resolved-on-develop A changeset fixing this issue has been commiutted to the development branch task

Comments

@eyalroz
Copy link
Owner

eyalroz commented Feb 5, 2022

Inspired by #109 - let's (possibly) improve precision, or let the user improve precision, by using more terms in the Taylor series expansion of log_10(x) with which we estimate the function value.

@eyalroz eyalroz added the task label Feb 5, 2022
eyalroz added a commit that referenced this issue Feb 5, 2022
…0()` approximation controllable by a CMake option, and changed the default from 2 to 4 (which is the maximum supported at the moment).
@eyalroz eyalroz added the resolved-on-develop A changeset fixing this issue has been commiutted to the development branch label Feb 5, 2022
eyalroz added a commit that referenced this issue Feb 5, 2022
…0()` approximation controllable by a CMake option, and changed the default from 2 to 4 (which is the maximum supported at the moment).
eyalroz added a commit that referenced this issue Feb 7, 2022
…0()` approximation controllable by a CMake option, and changed the default from 2 to 4 (which is the maximum supported at the moment).
eyalroz added a commit that referenced this issue Feb 10, 2022
…0()` approximation controllable by a CMake option, and changed the default from 2 to 4 (which is the maximum supported at the moment).
eyalroz added a commit that referenced this issue Feb 11, 2022
…0()` approximation controllable by a CMake option, and changed the default from 2 to 4 (which is the maximum supported at the moment).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
resolved-on-develop A changeset fixing this issue has been commiutted to the development branch task
Projects
None yet
Development

No branches or pull requests

1 participant