[fricas-devel] Fwd: The free field in FriCAS :-)

2018-09-16 Thread Bill Page
On Fri, Sep 7, 2018 at 12:24 PM Konrad Schrempf wrote: ... For Bill: If it helps to support further discussions, please put the code on github (maybe including the mini-documentation). I guess that it will take a while to include it in standard FriCAS. Just tell me if you need a formal declaration

[fricas-devel] Re: -0$DFLOAT ~= 0$DFLOAT causes bug in rowEchelon

2018-09-16 Thread Bill Page
The following patch makes equality in DFLOAT conform to the IEEE 754 standard concerning equality: "According to the IEEE 754 standard, negative zero and positive zero should compare as equal with the usual (numerical) comparison operators, like the == operators of C and Java. "