Oh and with / too
This commit is contained in:
parent
79feddf92c
commit
503562f7ab
@ -418,7 +418,7 @@ InstallOtherMethod(LeftQuotient, "for two opposite objects",
|
||||
function(l,r) return OppositeObj(r![1]/l![1]); end
|
||||
);
|
||||
|
||||
InstallMethod(\/, "for two opposite objects",
|
||||
InstallOtherMethod(\/, "for two opposite objects",
|
||||
IsIdenticalObj,
|
||||
[IsDefaultOppositeObject, IsDefaultOppositeObject and IsRightQuotientElement],
|
||||
function(l,r) return OppositeObj(LeftQuotient(r![1], l![1])); end
|
||||
|
Loading…
Reference in New Issue
Block a user