basis.math.binary64

RInterval

final class RInterval extends binary64.RInterval.IntervalFieldElement

A closed interval of double-precision floating-point value.

Source
RInterval.scala
Version

0.1

Since

0.1

Linear Supertypes
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RInterval
  2. IntervalFieldElement
  3. FieldElement
  4. IntervalRingElement
  5. RingElement
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RInterval(lower: Real, upper: Real)

Value Members

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

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

    Definition Classes
    AnyRef → Any
  3. def *(that: RInterval): RInterval

    Returns the product of this interval times another interval.

    Returns the product of this interval times another interval.

    Definition Classes
    RIntervalIntervalFieldElementFieldElementIntervalRingElementRingElement
  4. def +(that: RInterval): RInterval

    Returns the sum of this interval and another interval.

    Returns the sum of this interval and another interval.

    Definition Classes
    RIntervalIntervalFieldElementFieldElementIntervalRingElementRingElement
  5. def -(that: RInterval): RInterval

    Returns the difference between this interval and another interval.

    Returns the difference between this interval and another interval.

    Definition Classes
    RIntervalIntervalFieldElementFieldElementIntervalRingElementRingElement
  6. def /(that: RInterval): RInterval

    Returns the quotient of this interval divided by another interval.

    Returns the quotient of this interval divided by another interval.

    Definition Classes
    RIntervalIntervalFieldElementFieldElement
  7. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def contains(value: Real): Boolean

    Returns true if a value lies on this interval.

    Returns true if a value lies on this interval.

    Definition Classes
    RIntervalIntervalFieldElementIntervalRingElement
  11. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  12. def equals(other: Any): Boolean

    Definition Classes
    IntervalRingElement → Any
  13. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]

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

    Definition Classes
    IntervalRingElement → Any
  16. def inverse: RInterval

    Returns the multiplicative inverse of this interval.

    Returns the multiplicative inverse of this interval.

    Definition Classes
    RIntervalIntervalFieldElementFieldElement
  17. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  18. val lower: Real

    Returns the inclusive lower bound of this interval.

    Returns the inclusive lower bound of this interval.

    Definition Classes
    RIntervalIntervalFieldElementIntervalRingElement
  19. final def ne(arg0: AnyRef): Boolean

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

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

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

    Definition Classes
    AnyRef
  23. def toString(): String

    Definition Classes
    IntervalRingElement → Any
  24. def unary_-: RInterval

    Returns the additive inverse of this interval.

    Returns the additive inverse of this interval.

    Definition Classes
    RIntervalIntervalFieldElementFieldElementIntervalRingElementRingElement
  25. val upper: Real

    Returns the inclusive upper bound of this interval.

    Returns the inclusive upper bound of this interval.

    Definition Classes
    RIntervalIntervalFieldElementIntervalRingElement
  26. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from RInterval.FieldElement

Inherited from RInterval.RingElement

Inherited from AnyRef

Inherited from Any

Ungrouped