http://sourceware.org/bugzilla/show_bug.cgi?id=3976
--- Comment #13 from Joseph Myers <jsm28 at gcc dot gnu.org> 2012-03-02 16:08:45 UTC --- Examples for pow involving arguments that are exactly representable in all floating-point types (always nice for the testsuite): N: pow(1.0625,1.125) = 1.0705822930287614 Z: pow(1.0625,1.125) = 1.0705822930287612 D: pow(1.0625,1.125) = 1.0705822930287612 U: pow(1.0625,1.125) = 0.032633984947502387 N: pow(1.5,1.03125) = 1.5191270987147432 Z: pow(1.5,1.03125) = 1.0003045181943615 D: pow(1.5,1.03125) = 1.0003045181943615 U: pow(1.5,1.03125) = 1.5191270987147434 -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. You are watching the reporter of the bug. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]/bugzilla/

