Maths silent failure problems (treatment of divide by zero, log 0 etc) are also present in .NET Core 3 Preview

by Patrick Lee on 02 May 2019 in categories tech with tags ASP.NET Core maths

I've just tested this using Visual Studio 2019 Preview (v 16.1 Preview 2).  Further to this post, the exact same behaviour (as for .NET Core 2.2) is observed in .NET Core 3 Preview, where by default, instead of the code stopping on a maths error like divide by zero, or log of 0, it just continues.