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

proposal to add missing IEEE-754 functions #291

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

everythingfunctional
Copy link
Member

This proposes to add all of the missing functions from IEEE-754 Table 9.1.

Note: I did not add exp2 or exp10 as they are expressible as 2**x and 10**x already, but I would be willing to add them if there are some who believe there is reason to do so. Ditto for pow and pown, but I believe there is even less chance of reason to add them since x**y and x**n are exactly the same.

Fix #222

@everythingfunctional
Copy link
Member Author

Note to those interested, IEEE-754 2019 can be found here.

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.

log2 instrinsic
1 participant