> You write "fix", but you do not remeber you saying what the > problem is (I can guess but I may guess wrong). In particular, > is there a testcase showing wrong behaviour?
Didn't I mention it in the first mail? > Bug description: > > (1) -> countRealRoots(x^2-1) > > (1) 2 > Type: PositiveInteger > (2) -> countRealRoots(x^4-1) > > (2) 1 > Type: PositiveInteger > > The real roots of x^2-1 and x^4-1 are 1 and -1, > so countRealRoots is wrong. -- You received this message because you are subscribed to the Google Groups "FriCAS - computer algebra system" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/fricas-devel. For more options, visit https://groups.google.com/d/optout.
