diff options
Diffstat (limited to 'src/algebra/pfr.spad.pamphlet')
-rw-r--r-- | src/algebra/pfr.spad.pamphlet | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/algebra/pfr.spad.pamphlet b/src/algebra/pfr.spad.pamphlet index a8de6b27..4faabd28 100644 --- a/src/algebra/pfr.spad.pamphlet +++ b/src/algebra/pfr.spad.pamphlet @@ -43,11 +43,7 @@ PartialFraction(R: EuclideanDomain): Cat == Capsule where FRR ==> Factored R SUPR ==> SparseUnivariatePolynomial R - Cat == Join(Field, Algebra R) with - coerce: % -> Fraction R - ++ coerce(p) sums up the components of the partial fraction and - ++ returns a single fraction. - + Cat == Join(Field, Algebra R,CoercibleTo Fraction R) with coerce: Fraction FRR -> % ++ coerce(f) takes a fraction with numerator and denominator in ++ factored form and creates a partial fraction. It is |