I'm using Math.Pow functions in my C# code and it's giving me different results on two of my machines. The code and input it using are the same but still, the method yields a different result. I've dug further and found that that the .net framework is different on my machine . it is 4.7.03190 and 4.8.03761 on other. Is this because of framework? or becasue of CLR?
though the clr version seems to same on both of my machine