spire.math

Interval

object Interval

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Interval
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def above[A](a: A)(implicit arg0: Order[A]): Interval[A]

  7. def all[A](implicit arg0: Order[A]): Interval[A]

  8. def apply(s: String): Interval[Rational]

  9. def apply[A](lower: A, upper: A)(implicit arg0: Order[A]): Interval[A]

  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. def atOrAbove[A](a: A)(implicit arg0: Order[A]): Interval[A]

  12. def atOrBelow[A](a: A)(implicit arg0: Order[A]): Interval[A]

  13. def below[A](a: A)(implicit arg0: Order[A]): Interval[A]

  14. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. def closed[A](lower: A, upper: A)(implicit arg0: Order[A]): Interval[A]

  16. def empty[A](implicit o: Order[A]): Interval[A]

  17. implicit def eq[A](implicit arg0: Eq[A]): Eq[Interval[A]]

  18. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  20. def errorBounds(d: Double): Interval[Rational]

    Return an Interval[Rational] that corresponds to the error bounds for the given Double value.

    Return an Interval[Rational] that corresponds to the error bounds for the given Double value.

    The error bounds are represented as a closed interval, whose lower point is midway between d and the adjacent Double value below it. Similarly, the upper bound is the point midway between d and the adjacent Double value above it.

    There are three Double values that return "special" intervals:

    Infinity => Interval.above(Double.MaxValue) -Infinity => Interval.below(Double.MinValue) NaN => Interval.empty

  21. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. def fromBounds[A](lower: Bound[A], upper: Bound[A])(implicit arg0: Order[A]): Interval[A]

  23. final def getClass(): Class[_]

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

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

    Definition Classes
    Any
  26. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  29. def open[A](lower: A, upper: A)(implicit arg0: Order[A]): Interval[A]

  30. def openLower[A](lower: A, upper: A)(implicit arg0: Order[A]): Interval[A]

  31. def openUpper[A](lower: A, upper: A)(implicit arg0: Order[A]): Interval[A]

  32. def point[A](a: A)(implicit arg0: Order[A]): Interval[A]

  33. implicit def semiring[A](implicit ev: Ring[A], o: Order[A]): Semiring[Interval[A]]

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

    Definition Classes
    AnyRef
  35. def toString(): String

    Definition Classes
    AnyRef → Any
  36. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. def zero[A](implicit o: Order[A], r: Semiring[A]): Interval[A]

Inherited from AnyRef

Inherited from Any

Ungrouped