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

Exposing ExpM1, Exp2, Exp2M1, Exp10, Exp10M1, LogP1, Log2P1, and Log10P1 #68251

Merged
merged 3 commits into from
Apr 20, 2022

Conversation

tannergooding
Copy link
Member

These are doing the "naive" and non-specialized implementation (which is roughly equivalent to what we'd do for a DIM implementation). We can further optimize these and ensure they are more accurate in a follow up PR.

@dotnet-issue-labeler
Copy link

Note regarding the new-api-needs-documentation label:

This serves as a reminder for when your PR is modifying a ref *.cs file and adding/modifying public APIs, to please make sure the API implementation in the src *.cs file is documented with triple slash comments, so the PR reviewers can sign off that change.

@ghost
Copy link

ghost commented Apr 20, 2022

Tagging subscribers to this area: @dotnet/area-system-numerics
See info in area-owners.md if you want to be subscribed.

Issue Details

These are doing the "naive" and non-specialized implementation (which is roughly equivalent to what we'd do for a DIM implementation). We can further optimize these and ensure they are more accurate in a follow up PR.

Author: tannergooding
Assignees: -
Labels:

area-System.Numerics, new-api-needs-documentation

Milestone: -

@tannergooding tannergooding merged commit 93b30cc into dotnet:main Apr 20, 2022
directhex pushed a commit to directhex/runtime that referenced this pull request Apr 21, 2022
…0P1 (dotnet#68251)

* Exposing ExpM1, Exp2, Exp2M1, Exp10, Exp10M1, LogP1, Log2P1, and Log10P1

* Adding tests covering ExpM1, Exp2, Exp2M1, Exp10, Exp10M1, LogP1, Log2P1, and Log10P1

* Ensure Log10P1Test64 is 64-bit only
@ghost ghost locked as resolved and limited conversation to collaborators May 20, 2022
@tannergooding tannergooding deleted the generic-math-explog branch November 11, 2022 15:36
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants