
10 Oct
2006
10 Oct
'06
7:29 a.m.
Tue Oct 5 11:54:14 PDT 2004 malcolm * The default definition of (**) in class Floating loses precision. In particular, many calculations incorrectly have result NaN. The fix is to use the C library function pow() instead, and hook it into nhc98 as a new bytecode instruction. M ./src/compiler98/GcodeLow.hs +1 M ./src/compiler98/Prim.hs +2 M ./src/compiler98/PrimCode.hs +2