Safe Haskell | None |
---|---|
Language | Haskell2010 |
IEEE 754 math makes a distrinction between -0.0 and +0.0. This module contains RULES that ignore this distinction.
Importing this module is similar to compiling with gcc's
-fno-signed-zeros
.
Safe Haskell | None |
---|---|
Language | Haskell2010 |
IEEE 754 math makes a distrinction between -0.0 and +0.0. This module contains RULES that ignore this distinction.
Importing this module is similar to compiling with gcc's
-fno-signed-zeros
.