Base class for all types of euclidian domains.
EuclidianDomain()
Base class for all types of euclidian domains.
abstract IEuclidianDomainElement Divide(IEuclidianDomainElement Left, IEuclidianDomainElement Right, out IEuclidianDomainElement Remainder)
Divides the right ring element from the left one: Left/Right
override ICommutativeRingElement Divide(ICommutativeRingElement Left, ICommutativeRingElement Right)
Divides the right ring element from the left one: Left/Right
Base class for all types of integral domains.
Basic interface for all types of Euclidian domain elements.
Basic interface for all types of euclidian domains.