Interface Quasigroup<E>
A Quasigroup is a Magma where division is always possible.
For every a, b in Q, there exist unique x, y in Q such that: a * x = b y * a = b
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Method Summary
Methods inherited from interface Magma
isAssociative, isCommutative, operateMethods inherited from interface Set
contains, description, isEmpty