-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minor cleanups for System.Runtime.Numerics (#53984)
* Replace union with BitConverter * Replace CombineHash with HashCode * Replace CbitHighZero with LeadingZeroCount * Remove another LeadingZeros * More cleanup in BigInteger * Cleanup complex * Apply suggestions from code review Co-authored-by: Tanner Gooding <tagoo@outlook.com> * Convert body-less for to while * Use HashCode.AddBytes Co-authored-by: Tanner Gooding <tagoo@outlook.com>
- Loading branch information
1 parent
bb7e7f9
commit 65439de
Showing
5 changed files
with
50 additions
and
151 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.