OrderedEuclidean

com.alecdorrington.scalgebra.ordered.OrderedEuclidean
See theOrderedEuclidean companion trait
object OrderedEuclidean extends Ops

The companion object for OrderedEuclidean.

Attributes

Companion
trait
Graph
Supertypes
trait Ops
trait Ops
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

trait Ops extends Ops

Attributes

Supertypes
trait Ops
class Object
trait Matchable
class Any
Known subtypes

Value members

Concrete methods

inline def orderedEuclidean[X](using orderedEuclidean: OrderedEuclidean[X]): OrderedEuclidean[X]

The OrderedEuclidean instance describing the current algebra system.

The OrderedEuclidean instance describing the current algebra system.

Attributes

Inherited methods

inline def divide[X](x: X, y: X)(using X: Euclidean[X]): X

Computes the quotient between two values x and y, i.e. x / y.

Computes the quotient between two values x and y, i.e. x / y.

Attributes

Inherited from:
Ops

Exports

Defined exports

Exported from ordered
Exported from ordered