First time here? Check out the FAQ!
answered 2019-11-21 04:38:06 -0600
It is not recommended because the results of floating point calculations are not guaranteed to be IEEE compliant. See /fp:fast if you are compiling with Visual Studio or -ffast-math if you are using GCC.