https://issues.dlang.org/show_bug.cgi?id=13485
--- Comment #5 from Илья Ярошенко <[email protected]> --- For example current std.math.log implementation (from CEPHES library if I am not wrong) needs IEEE754 standard. If there are bugs like current then log function can be incorrect. log2 contains code: z = x - 0.5; z -= 0.5; This should not be optimized. Am sorry for my English. --
