
26 Feb
2007
26 Feb
'07
2:46 p.m.
Hello, On Thursday 22 February 2007 12:33, Donald Bruce Stewart wrote:
This program in the nobench suite:
http://www.cse.unsw.edu.au/~dons/code/nobench/imaginary/digits-of-e2/digits-...
Generates incorrect output with yhi darcs version:
$ yhc digits-of-e2.hs $ yhi Main.hbc 10 "2.88506250"
Should be:
$ ./digits-of-e2 10 "2.71828182"
If it helps narrow things down, nhc98 from darcs produces the correct output here.
Cheers, Don _______________________________________________ Yhc mailing list Yhc@haskell.org http://www.haskell.org/mailman/listinfo/yhc
Thanks a lot. This has been confirmed and recorded as Yhc issue #127. Best regards Thorkil