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
System.Runtime.InteropServices.RuntimeInformation.OSDescription
"Linux 4.19.128-microsoft-standard #1 SMP Tue Jun 23 12:58:10 UTC 2020"
"Microsoft Windows 10.0.19042"
The text was updated successfully, but these errors were encountered:
Math.Sin returns different results on Linux as compared to Windows.
I have only one sample at hands. It is consistent across different machines.
Math.Sin(0.832013069853759223981626291788415983319282531738281250000000).ToString("f80") shows different results
System.Environment.Version = 5.0.0
System.Runtime.InteropServices.RuntimeInformation.OSDescription
"Linux 4.19.128-microsoft-standard #1 SMP Tue Jun 23 12:58:10 UTC 2020"
"Microsoft Windows 10.0.19042"
The text was updated successfully, but these errors were encountered: