Object/Class

spire.math

Interval

Related Docs: class Interval | package math

Permalink

object Interval extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Interval
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. def above[A](a: A)(implicit arg0: Order[A]): Interval[A]

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

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

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

    Permalink
  8. final def asInstanceOf[T0]: T0

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

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

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

    Permalink
  12. def clone(): AnyRef

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

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

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

    Permalink
  16. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink

    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

  19. def finalize(): Unit

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

    Permalink
  21. final def getClass(): Class[_]

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

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

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

    Permalink
    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  33. def toString(): String

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

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

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

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

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped