spire.std

LongIsEuclideanRing

trait LongIsEuclideanRing extends EuclideanRing[Long]

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. LongIsEuclideanRing
  2. EuclideanRing
  3. CRing
  4. MultiplicativeCMonoid
  5. MultiplicativeCSemigroup
  6. Ring
  7. Rng
  8. AdditiveAbGroup
  9. AdditiveCMonoid
  10. AdditiveCSemigroup
  11. AdditiveGroup
  12. Rig
  13. MultiplicativeMonoid
  14. Semiring
  15. MultiplicativeSemigroup
  16. AdditiveMonoid
  17. AdditiveSemigroup
  18. AnyRef
  19. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. def additive: AbGroup[Long]

  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  9. final def euclid(a: Long, b: Long)(implicit eq: Eq[Long]): Long

    Attributes
    protected[this]
    Definition Classes
    EuclideanRing
    Annotations
    @tailrec()
  10. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def fromInt(n: Int): Long

    Defined to be equivalent to additive.sumn(one, n).

    Defined to be equivalent to additive.sumn(one, n). That is, n repeated summations of this ring's one, or -one if n is negative.

    Definition Classes
    LongIsEuclideanRingRing
  12. def gcd(a: Long, b: Long): Long

    Definition Classes
    LongIsEuclideanRingEuclideanRing
  13. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  14. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  15. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  16. def lcm(a: Long, b: Long): Long

    Definition Classes
    EuclideanRing
  17. def minus(a: Long, b: Long): Long

    Definition Classes
    LongIsEuclideanRingAdditiveGroup
  18. def mod(a: Long, b: Long): Long

    Definition Classes
    LongIsEuclideanRingEuclideanRing
  19. def multiplicative: CMonoid[Long]

  20. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  21. def negate(a: Long): Long

    Definition Classes
    LongIsEuclideanRingAdditiveGroup
  22. final def notify(): Unit

    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  24. def one: Long

  25. def plus(a: Long, b: Long): Long

    Definition Classes
    LongIsEuclideanRingAdditiveSemigroup
  26. def pow(a: Long, b: Int): Long

    This is similar to Semigroup#pow, except that a pow 0 is defined to be the multiplicative identity.

    This is similar to Semigroup#pow, except that a pow 0 is defined to be the multiplicative identity.

    Definition Classes
    LongIsEuclideanRingRigSemiring
  27. def quot(a: Long, b: Long): Long

    Definition Classes
    LongIsEuclideanRingEuclideanRing
  28. def quotmod(a: Long, b: Long): (Long, Long)

    Definition Classes
    EuclideanRing
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  30. def times(a: Long, b: Long): Long

  31. def toString(): String

    Definition Classes
    AnyRef → Any
  32. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. def zero: Long

    Definition Classes
    LongIsEuclideanRingAdditiveMonoid

Inherited from EuclideanRing[Long]

Inherited from CRing[Long]

Inherited from MultiplicativeCMonoid[Long]

Inherited from MultiplicativeCSemigroup[Long]

Inherited from Ring[Long]

Inherited from Rng[Long]

Inherited from AdditiveAbGroup[Long]

Inherited from AdditiveCMonoid[Long]

Inherited from AdditiveCSemigroup[Long]

Inherited from AdditiveGroup[Long]

Inherited from Rig[Long]

Inherited from MultiplicativeMonoid[Long]

Inherited from Semiring[Long]

Inherited from MultiplicativeSemigroup[Long]

Inherited from AdditiveMonoid[Long]

Inherited from AdditiveSemigroup[Long]

Inherited from AnyRef

Inherited from Any

Ungrouped