dumb library declaration of LeftQuotient
This commit is contained in:
parent
a9b981f149
commit
d021d67c1c
@ -55,7 +55,7 @@ InstallMethod( \*, "for two conjugator objects",
|
||||
function(l,r) return LeftQuotient(l![1],r![1])*l![1]; end
|
||||
);
|
||||
|
||||
InstallMethod(LeftQuotient, "for two conjugator objects",
|
||||
InstallOtherMethod(LeftQuotient, "for two conjugator objects",
|
||||
IsIdenticalObj,
|
||||
[IsDefaultConjugatorObject,IsDefaultConjugatorObject],
|
||||
function(l,r) return (l*r)/l; end
|
||||
|
Loading…
Reference in New Issue
Block a user