basis.math.binary64

RInterval

object RInterval extends IntervalField

A closed interval field of double-precision floating-point values.

Source
RInterval.scala
Linear Supertypes
Content Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RInterval
  2. IntervalField
  3. Field
  4. IntervalRing
  5. Ring
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type Element = Interval

    The type of elements in this interval field; equivalent to the type of intervals.

    The type of elements in this interval field; equivalent to the type of intervals.

    Definition Classes
    IntervalFieldFieldIntervalRingRing
  2. trait FieldElement extends RingElement

    Definition Classes
    Field
  3. type Interval = RInterval

    The type of intervals in this interval field.

    The type of intervals in this interval field.

    Definition Classes
    RIntervalIntervalFieldIntervalRing
  4. trait IntervalFieldElement extends IntervalRingElement with FieldElement

    A closed set of elements between two points of an ordered field.

    A closed set of elements between two points of an ordered field.

    Definition Classes
    IntervalField
  5. trait IntervalRingElement extends RingElement

    A closed set of elements between two points of an ordered ring.

    A closed set of elements between two points of an ordered ring.

    Definition Classes
    IntervalRing
  6. trait RingElement extends Any

    An element in this ring.

    An element in this ring.

    Definition Classes
    Ring
  7. type Scalar = Real

    The type of scalars in this interval field.

    The type of scalars in this interval field.

    Definition Classes
    RIntervalIntervalRing

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. val Scalar: Real.type

    Returns the scalar set of this interval field.

    Returns the scalar set of this interval field.

    Definition Classes
    RIntervalIntervalFieldIntervalRing
  5. def apply(lower: Real, upper: Real): RInterval

    Returns a new interval with inclusive lower and upper bounds.

    Returns a new interval with inclusive lower and upper bounds.

    Definition Classes
    RIntervalIntervalFieldIntervalRing
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. implicit def coerce(that: ZInterval): RInterval

  9. implicit def degenerate(value: Real): RInterval

    Returns a degenerate interval spanning a single point.

    Returns a degenerate interval spanning a single point.

    Definition Classes
    RIntervalIntervalFieldIntervalRing
  10. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  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. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  17. final def notify(): Unit

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

    Definition Classes
    AnyRef
  19. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  20. def toString(): String

    Definition Classes
    RInterval → AnyRef → Any
  21. def unapply(interval: Interval): Option[(RInterval.Scalar, RInterval.Scalar)]

    Extracts the lower and upper bounds from an interval.

    Extracts the lower and upper bounds from an interval.

    Definition Classes
    IntervalFieldIntervalRing
  22. val unit: RInterval

    Returns the multiplicative identity of this interval field.

    Returns the multiplicative identity of this interval field.

    Definition Classes
    RIntervalIntervalFieldFieldIntervalRingRing
  23. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. val zero: RInterval

    Returns the additive identity of this interval field.

    Returns the additive identity of this interval field.

    Definition Classes
    RIntervalIntervalFieldFieldIntervalRingRing

Inherited from IntervalField

Inherited from Field

Inherited from IntervalRing

Inherited from Ring

Inherited from AnyRef

Inherited from Any

Ungrouped