-
Notifications
You must be signed in to change notification settings - Fork 0
Progress so far #4
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
base: ieee-decimal-PRed
Are you sure you want to change the base?
Conversation
…cimal-basic-setup-and-parsing
…umberToFloatingPointBits.cs copy
…sing Ieee decimal basic setup and parsing
|
|
||
| internal bool HasInvariantNumberSigns => _hasInvariantNumberSigns; | ||
| internal bool AllowHyphenDuringParsing => _allowHyphenDuringParsing; | ||
| public bool AllowHyphenDuringParsing => _allowHyphenDuringParsing; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was a hack for the prototype. Another strategy is likely needed.
|
Some key things to review for this PR:
|
src/libraries/System.Private.CoreLib/src/System/Numerics/IDecimalFloatingPointIeee754.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.Runtime.Numerics/src/System/Numerics/Decimal32.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.Runtime.Numerics/src/System/Numerics/Decimal32.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.Runtime.Numerics/src/System/Numerics/Decimal32.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.Runtime.Numerics/ref/System.Runtime.Numerics.cs
Outdated
Show resolved
Hide resolved
| <ItemGroup> | ||
| <Compile Include="$(CommonTestPath)System\GenericMathHelpers.cs" Link="Common\System\GenericMathHelpers.cs" /> | ||
| <Compile Include="BigIntegerTests.GenericMath.cs" /> | ||
| <Compile Include="ComplexTests.GenericMath.cs" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tannergooding Jeff mentioned you have a method for automatically generating Generic Math tests. Can you walk me through that process at some point?
No description provided.