diff options
Diffstat (limited to 'src/algebra/modring.spad.pamphlet')
-rw-r--r-- | src/algebra/modring.spad.pamphlet | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/algebra/modring.spad.pamphlet b/src/algebra/modring.spad.pamphlet index a4013304..a802176d 100644 --- a/src/algebra/modring.spad.pamphlet +++ b/src/algebra/modring.spad.pamphlet @@ -43,8 +43,6 @@ ModularRing(R,Mod,reduction:(R,Mod) -> R, ++ reduce(r,m) \undocumented exQuo : (%,%) -> Union(%,"failed") ++ exQuo(x,y) \undocumented - recip : % -> Union(%,"failed") - ++ recip(x) \undocumented inv : % -> % ++ inv(x) \undocumented @@ -125,8 +123,6 @@ EuclideanModularRing(S,R,Mod,reduction:(R,Mod) -> R, ++ reduce(r,m) \undocumented exQuo : (%,%) -> Union(%,"failed") ++ exQuo(x,y) \undocumented - recip : % -> Union(%,"failed") - ++ recip(x) \undocumented inv : % -> % ++ inv(x) \undocumented |