Skip to content

Conversation

@tannergooding
Copy link
Member

This is a continuation of #67939, but for the floating-point types

@ghost
Copy link

ghost commented Apr 15, 2022

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 15, 2022

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

Issue Details

This is a continuation of #67939, but for the floating-point types

Author: tannergooding
Assignees: tannergooding
Labels:

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

Milestone: -

Copy link
Contributor

@dakersnar dakersnar left a comment

Choose a reason for hiding this comment

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

Looks good! Minor nitpicks on some of the documentation.

@tannergooding tannergooding merged commit 4844a4c into dotnet:main Apr 18, 2022
directhex pushed a commit to directhex/runtime that referenced this pull request Apr 21, 2022
…nt types (dotnet#68094)

* Updating Half/Single/Double to consistently track the internal bitwise manipulation constants

* Expse APIs for getting the exponent and significand for IFloatingPoint types

* Expose tests for getting the exponent and significand for IFloatingPoint types

* Apply suggestions from code review

Co-authored-by: Drew Kersnar <[email protected]>

* Assert that decimal.Exponent is between 95 and 67, inclusive

Co-authored-by: Drew Kersnar <[email protected]>
@ghost ghost locked as resolved and limited conversation to collaborators May 19, 2022
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