partialFraction from Domain PartialFraction(R) is:
  (R, Factored R) -> %

It's not easy to use, so in PartialFractionPackage(R),
there are wrappers:

 partialFraction : (Fraction Polynomial R, Symbol) -> Any

It deals with POLY, not UPOLYC; and because of that,
it can't determinate return type and has to return Any.

partialFraction should deal with univariate polynomials,
and for multivariate polynomials, cast it into univariate first.

-- 
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 fricas-devel+unsubscr...@googlegroups.com.
To post to this group, send email to fricas-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/fricas-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to