Ticket #5764 (closed bug: invalid)
Double addition error
Description
ghci>0.1+0.2 ghci>3.000000000000004
ghc produces the same result with:
foldl (+) [0.1,0.2]
Change History
Note: See
TracTickets for help on using
tickets.
ghci>0.1+0.2 ghci>3.000000000000004
ghc produces the same result with:
foldl (+) [0.1,0.2]