Packages

t

org.opentorah.numbers

PeriodicNumbers

trait PeriodicNumbers extends Numbers

Linear Supertypes
Numbers, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PeriodicNumbers
  2. Numbers
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. abstract class Number[N <: Number[N]] extends AnyRef

    Number (Point or Vector) from the number system.

    Number (Point or Vector) from the number system. Number is a sequence of fractions where numerator is the digit and denominator for each position is determined by the number system (the point comes after the first digit, which denominator is 1). Numbers from the same number system and with the same companion can be compared for equality and order.

    N

    type of the number: Point or Vector

    Definition Classes
    Numbers
  2. trait NumberCompanion[N <: Number[N]] extends AnyRef
    Definition Classes
    Numbers
  3. trait PointCompanion extends NumberCompanion[Point]
    Definition Classes
    Numbers
  4. abstract class PointNumber extends Number[Point]

    Point from the number system.

    Point from the number system.

    Definition Classes
    Numbers
  5. trait VectorCompanion extends NumberCompanion[Vector]
    Definition Classes
    Numbers
  6. abstract class VectorNumber extends Number[Vector]

    Vector from the number system.

    Vector from the number system.

    Definition Classes
    Numbers
  7. abstract type Point <: PointNumber
    Definition Classes
    Numbers
  8. abstract type Vector <: VectorNumber
    Definition Classes
    Numbers

Abstract Value Members

  1. abstract val Digit: DigitsDescriptor
    Definition Classes
    Numbers
  2. abstract val Point: PointCompanion
    Definition Classes
    Numbers
  3. abstract val Vector: VectorCompanion
    Definition Classes
    Numbers
  4. abstract def headRange: Int
  5. abstract def maxLength: Int

    Maximum number of digits after the dot.

    Maximum number of digits after the dot.

    returns

    maximum number of digits after the dot

    Definition Classes
    Numbers
  6. abstract def range(position: Int): Int

    position

    within the tail

    returns

    positive, even number

    Definition Classes
    Numbers

Concrete 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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  9. final lazy val halfPeriod: Vector
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. final def headRangeOpt: Option[Int]
    Definition Classes
    PeriodicNumbersNumbers
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. final lazy val period: Vector
  17. implicit val pointOrdering: Ordering[Point]
    Definition Classes
    Numbers
  18. implicit def pointOrderingOps(lhs: Point): OrderingOps
    Definition Classes
    Numbers
  19. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  20. def toString(): String
    Definition Classes
    AnyRef → Any
  21. implicit val vectorOrdering: Ordering[Vector]
    Definition Classes
    Numbers
  22. implicit def vectorOrderingOps(lhs: Vector): OrderingOps
    Definition Classes
    Numbers
  23. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  24. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  25. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Numbers

Inherited from AnyRef

Inherited from Any

Ungrouped