From: Leon N. M. <leo...@gm...> - 2010-08-30 21:48:44
|
On Monday, August 30, 2010 04:19:55 pm pito wrote: > The test4-6 are done with negative koef. You may see an error. > One important thing - in order to load float lib you have to add > the word d= into your compilation. > Pito I think 4-6 are getting the right results. test4 has (-1)^6=1, test5 has (-1)^4=1, and test6 has (-1)^5=-1. Commented out code for d= has been in the float.fth file in case it wasn't already installed. -Leon |