We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This issue has been moved from a ticket on Developer Community.
Copy the code into a new console application, and run.
using System.Numerics; string text = "<47; 0>"; Complex value = Complex.Parse(text, null); // Throws OverflowException
(private comment, text removed)
(no solutions)
The text was updated successfully, but these errors were encountered:
Tagging subscribers to this area: @dotnet/area-system-numerics See info in area-owners.md if you want to be subscribed.
Sorry, something went wrong.
This is reproducing in .NET 8.0, I'm not sure this is by design or it's an actual problem.
/cc @tannergooding
Resolved with #104388
Successfully merging a pull request may close this issue.
This issue has been moved from a ticket on Developer Community.
Copy the code into a new console application, and run.
Original Comments
Feedback Bot on 6/6/2024, 03:51 AM:
(private comment, text removed)
Original Solutions
(no solutions)
The text was updated successfully, but these errors were encountered: