axle.algebra.Plottable

IntPlottable

implicit object IntPlottable extends IntAlgebra with Plottable[Int]

Linear Supertypes
Plottable[Int], IntAlgebra, Serializable, Serializable, IntIsReal, IntIsSigned, IntOrder, IsIntegral[Int], IsReal[Int], Signed[Int], Order[Int], PartialOrder[Int], Eq[Int], IntIsNRoot, NRoot[Int], IntIsEuclideanRing, EuclideanRing[Int], CRing[Int], MultiplicativeCMonoid[Int], MultiplicativeCSemigroup[Int], Ring[Int], Rng[Int], AdditiveAbGroup[Int], AdditiveCMonoid[Int], AdditiveCSemigroup[Int], AdditiveGroup[Int], Rig[Int], MultiplicativeMonoid[Int], Semiring[Int], MultiplicativeSemigroup[Int], AdditiveMonoid[Int], AdditiveSemigroup[Int], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. IntPlottable
  2. Plottable
  3. IntAlgebra
  4. Serializable
  5. Serializable
  6. IntIsReal
  7. IntIsSigned
  8. IntOrder
  9. IsIntegral
  10. IsReal
  11. Signed
  12. Order
  13. PartialOrder
  14. Eq
  15. IntIsNRoot
  16. NRoot
  17. IntIsEuclideanRing
  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: Int): Int

    Definition Classes
    IntIsSigned → Signed
  5. def additive: AbGroup[Int]

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

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

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

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

    Definition Classes
    IntOrder → 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: Int, y: Int): Boolean

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

    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: Int): Int

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

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

    Definition Classes
    IntIsEuclideanRing → Ring
  18. def gcd(a: Int, b: Int): Int

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

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

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

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

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

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

    Definition Classes
    IntPlottablePlottable
  25. def isWhole(a: Int): Boolean

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

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

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

    Definition Classes
    IntIsNRoot
  29. def lt(x: Int, y: Int): Boolean

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

    Definition Classes
    IntOrder → Order → PartialOrder
  31. def max(x: Int, y: Int): Int

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

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

    Definition Classes
    IntIsEuclideanRing → AdditiveGroup
  34. def mod(a: Int, b: Int): Int

    Definition Classes
    IntIsEuclideanRing → EuclideanRing
  35. def multiplicative: CMonoid[Int]

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

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

    Definition Classes
    IntIsEuclideanRing → AdditiveGroup
  38. def neqv(x: Int, y: Int): Boolean

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

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

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

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

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

    Definition Classes
    IntIsEuclideanRing → MultiplicativeMonoid
  44. def partialCompare(x: Int, y: Int): Double

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

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

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

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

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

    Definition Classes
    IntIsEuclideanRing → Rig → Semiring
  50. def quot(a: Int, b: Int): Int

    Definition Classes
    IntIsEuclideanRing → EuclideanRing
  51. def quotmod(a: Int, b: Int): (Int, Int)

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

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

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

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

    Definition Classes
    IntIsSigned → Signed
  56. def sqrt(a: Int): Int

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

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

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

    Definition Classes
    IntPlottablePlottable
  60. def times(a: Int, b: Int): Int

    Definition Classes
    IntIsEuclideanRing → MultiplicativeSemigroup
  61. def toDouble(n: Int): Double

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

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

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

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

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

    Definition Classes
    PartialOrder
  67. def tryLteqv(x: Int, y: Int): 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: Int

    Definition Classes
    IntIsEuclideanRing → AdditiveMonoid

Inherited from Plottable[Int]

Inherited from IntAlgebra

Inherited from Serializable

Inherited from Serializable

Inherited from IntIsReal

Inherited from IntIsSigned

Inherited from IntOrder

Inherited from IsIntegral[Int]

Inherited from IsReal[Int]

Inherited from Signed[Int]

Inherited from Order[Int]

Inherited from PartialOrder[Int]

Inherited from Eq[Int]

Inherited from IntIsNRoot

Inherited from NRoot[Int]

Inherited from IntIsEuclideanRing

Inherited from EuclideanRing[Int]

Inherited from CRing[Int]

Inherited from MultiplicativeCMonoid[Int]

Inherited from MultiplicativeCSemigroup[Int]

Inherited from Ring[Int]

Inherited from Rng[Int]

Inherited from AdditiveAbGroup[Int]

Inherited from AdditiveCMonoid[Int]

Inherited from AdditiveCSemigroup[Int]

Inherited from AdditiveGroup[Int]

Inherited from Rig[Int]

Inherited from MultiplicativeMonoid[Int]

Inherited from Semiring[Int]

Inherited from MultiplicativeSemigroup[Int]

Inherited from AdditiveMonoid[Int]

Inherited from AdditiveSemigroup[Int]

Inherited from AnyRef

Inherited from Any

Ungrouped