axle.algebra.Plottable

LongPlottable

implicit object LongPlottable extends LongAlgebra with Plottable[Long]

Linear Supertypes
Plottable[Long], LongAlgebra, Serializable, Serializable, LongIsReal, LongIsSigned, LongOrder, IsIntegral[Long], IsReal[Long], Signed[Long], Order[Long], PartialOrder[Long], Eq[Long], LongIsNRoot, NRoot[Long], LongIsEuclideanRing, EuclideanRing[Long], CRing[Long], MultiplicativeCMonoid[Long], MultiplicativeCSemigroup[Long], Ring[Long], Rng[Long], AdditiveAbGroup[Long], AdditiveCMonoid[Long], AdditiveCSemigroup[Long], AdditiveGroup[Long], Rig[Long], MultiplicativeMonoid[Long], Semiring[Long], MultiplicativeSemigroup[Long], AdditiveMonoid[Long], AdditiveSemigroup[Long], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. LongPlottable
  2. Plottable
  3. LongAlgebra
  4. Serializable
  5. Serializable
  6. LongIsReal
  7. LongIsSigned
  8. LongOrder
  9. IsIntegral
  10. IsReal
  11. Signed
  12. Order
  13. PartialOrder
  14. Eq
  15. LongIsNRoot
  16. NRoot
  17. LongIsEuclideanRing
  18. EuclideanRing
  19. CRing
  20. MultiplicativeCMonoid
  21. MultiplicativeCSemigroup
  22. Ring
  23. Rng
  24. AdditiveAbGroup
  25. AdditiveCMonoid
  26. AdditiveCSemigroup
  27. AdditiveGroup
  28. Rig
  29. MultiplicativeMonoid
  30. Semiring
  31. MultiplicativeSemigroup
  32. AdditiveMonoid
  33. AdditiveSemigroup
  34. AnyRef
  35. 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 abs(a: Long): Long

    Definition Classes
    LongIsSigned → Signed
  5. def additive: AbGroup[Long]

    Definition Classes
    AdditiveAbGroup → AdditiveCMonoid → AdditiveCSemigroup → AdditiveGroup → AdditiveMonoid → AdditiveSemigroup
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def ceil(a: Long): Long

    Definition Classes
    IsIntegral → IsReal
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def compare(x: Long, y: Long): Int

    Definition Classes
    LongOrder → Order
  10. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  12. def eqv(x: Long, y: Long): Boolean

    Definition Classes
    LongOrder → Order → PartialOrder → Eq
  13. final def euclid(a: Long, b: Long)(implicit eq: Eq[Long]): Long

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def floor(a: Long): Long

    Definition Classes
    IsIntegral → IsReal
  16. def fpow(a: Long, b: Long): Long

    Definition Classes
    LongIsNRoot → NRoot
  17. def fromInt(n: Int): Long

    Definition Classes
    LongIsEuclideanRing → Ring
  18. def gcd(a: Long, b: Long): Long

    Definition Classes
    LongIsEuclideanRing → EuclideanRing
  19. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  20. def gt(x: Long, y: Long): Boolean

    Definition Classes
    LongOrder → Order → PartialOrder
  21. def gteqv(x: Long, y: Long): Boolean

    Definition Classes
    LongOrder → Order → PartialOrder
  22. def hashCode(): Int

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

    Definition Classes
    Any
  24. def isPlottable(t: Long): Boolean

    Definition Classes
    LongPlottablePlottable
  25. def isWhole(a: Long): Boolean

    Definition Classes
    IsIntegral → IsReal
  26. def isZero(a: Long): Boolean

    Definition Classes
    Signed
  27. def lcm(a: Long, b: Long): Long

    Definition Classes
    EuclideanRing
  28. def log(a: Long): Long

    Definition Classes
    LongIsNRoot
  29. def lt(x: Long, y: Long): Boolean

    Definition Classes
    LongOrder → Order → PartialOrder
  30. def lteqv(x: Long, y: Long): Boolean

    Definition Classes
    LongOrder → Order → PartialOrder
  31. def max(x: Long, y: Long): Long

    Definition Classes
    Order
  32. def min(x: Long, y: Long): Long

    Definition Classes
    Order
  33. def minus(a: Long, b: Long): Long

    Definition Classes
    LongIsEuclideanRing → AdditiveGroup
  34. def mod(a: Long, b: Long): Long

    Definition Classes
    LongIsEuclideanRing → EuclideanRing
  35. def multiplicative: CMonoid[Long]

    Definition Classes
    MultiplicativeCMonoid → MultiplicativeCSemigroup → MultiplicativeMonoid → MultiplicativeSemigroup
  36. final def ne(arg0: AnyRef): Boolean

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

    Definition Classes
    LongIsEuclideanRing → AdditiveGroup
  38. def neqv(x: Long, y: Long): Boolean

    Definition Classes
    LongOrder → Eq
  39. final def notify(): Unit

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

    Definition Classes
    AnyRef
  41. def nroot(x: Long, n: Int): Long

    Definition Classes
    LongIsNRoot → NRoot
  42. def on[B](f: (B) ⇒ Long): Order[B]

    Definition Classes
    Order → PartialOrder → Eq
  43. def one: Long

    Definition Classes
    LongIsEuclideanRing → MultiplicativeMonoid
  44. def partialCompare(x: Long, y: Long): Double

    Definition Classes
    Order → PartialOrder
  45. def plus(a: Long, b: Long): Long

    Definition Classes
    LongIsEuclideanRing → AdditiveSemigroup
  46. def pmax(x: Long, y: Long): Option[Long]

    Definition Classes
    PartialOrder
  47. def pmin(x: Long, y: Long): Option[Long]

    Definition Classes
    PartialOrder
  48. def portion(left: Long, v: Long, right: Long): Double

    Definition Classes
    LongPlottablePlottable
  49. def pow(a: Long, b: Int): Long

    Definition Classes
    LongIsEuclideanRing → Rig → Semiring
  50. def quot(a: Long, b: Long): Long

    Definition Classes
    LongIsEuclideanRing → EuclideanRing
  51. def quotmod(a: Long, b: Long): (Long, Long)

    Definition Classes
    EuclideanRing
  52. def reverse: Order[Long]

    Definition Classes
    Order → PartialOrder
  53. def round(a: Long): Long

    Definition Classes
    IsIntegral → IsReal
  54. def sign(a: Long): Sign

    Definition Classes
    Signed
  55. def signum(a: Long): Int

    Definition Classes
    LongIsSigned → Signed
  56. def sqrt(a: Long): Long

    Definition Classes
    NRoot
  57. def step(from: Long, to: Long): Long

  58. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  59. def tics(from: Long, to: Long): Seq[(Long, String)]

    Definition Classes
    LongPlottablePlottable
  60. def times(a: Long, b: Long): Long

    Definition Classes
    LongIsEuclideanRing → MultiplicativeSemigroup
  61. def toDouble(n: Long): Double

    Definition Classes
    LongIsReal → IsReal
  62. def toString(): String

    Definition Classes
    AnyRef → Any
  63. def tryCompare(x: Long, y: Long): Option[Int]

    Definition Classes
    PartialOrder
  64. def tryGt(x: Long, y: Long): Option[Boolean]

    Definition Classes
    PartialOrder
  65. def tryGteqv(x: Long, y: Long): Option[Boolean]

    Definition Classes
    PartialOrder
  66. def tryLt(x: Long, y: Long): Option[Boolean]

    Definition Classes
    PartialOrder
  67. def tryLteqv(x: Long, y: Long): Option[Boolean]

    Definition Classes
    PartialOrder
  68. final def wait(): Unit

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

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

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

    Definition Classes
    LongIsEuclideanRing → AdditiveMonoid

Inherited from Plottable[Long]

Inherited from LongAlgebra

Inherited from Serializable

Inherited from Serializable

Inherited from LongIsReal

Inherited from LongIsSigned

Inherited from LongOrder

Inherited from IsIntegral[Long]

Inherited from IsReal[Long]

Inherited from Signed[Long]

Inherited from Order[Long]

Inherited from PartialOrder[Long]

Inherited from Eq[Long]

Inherited from LongIsNRoot

Inherited from NRoot[Long]

Inherited from LongIsEuclideanRing

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