ldexp.go
1.45 KB
-
re PR go/52358 (math FAILs on Solaris 8 and 9) · 6c88c77e
PR go/52358 math: Work around bug in Solaris 9 implementation of ldexp. The bug is that ldexp(-1, -1075) should return -0, but the Solaris 9 implementation returns +0. From-SVN: r186913
Ian Lance Taylor committed