Difference in numeric calculations between .NET FW & 8 #95050
-
Recently I tried to port a numeric calculation algorithm from .NET FW to .NET 8 and found the result is very different. For the example The algorithm contains a considerable amount of code. Any idea on how to debug this? |
Beta Was this translation helpful? Give feedback.
Answered by
huoyaoyuan
Nov 21, 2023
Replies: 1 comment 3 replies
-
You can use |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'd suggest printing logs and compare, as a first step to find the difference.