Interface Quasigroup<E>

All Superinterfaces:
Magma<E>, Set<E>

public interface Quasigroup<E> extends Magma<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)