You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using QPFloat in my C# Winforms application, targeting .NET Framework 4.5.2 and building with Visual Studio 2017. The value of quad gets rounded to some value even when it shouldn't. If Quadruple.EnableInexactException is set to true then it throws that exception. Would greatly appreciate if you could look into this. Below is code to reproduce the issue and an attached screenshot of the values when debugging.
I'm using QPFloat in my C# Winforms application, targeting .NET Framework 4.5.2 and building with Visual Studio 2017. The value of quad gets rounded to some value even when it shouldn't. If Quadruple.EnableInexactException is set to true then it throws that exception. Would greatly appreciate if you could look into this. Below is code to reproduce the issue and an attached screenshot of the values when debugging.
Type: Functional
Reproducible: Always
Expected Behaviour: quad equals 5.099 quad.ToString(); returns 5.099
Actual Behaviour: quad equals 0 quad.ToString(); returns 5.099000000000000198951966012828052
Many Thanks.
The text was updated successfully, but these errors were encountered: