Packages

case class RatIntNum(l: Rational, u: Rational) extends Numeric[RatIntNum, Ternary] with Product with Serializable

Interval of rational numbers.

Linear Supertypes
Serializable, Serializable, Product, Equals, Numeric[RatIntNum, Ternary], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RatIntNum
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Numeric
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RatIntNum(l: Rational, u: Rational)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def *(rhs: RatIntNum): RatIntNum
    Definition Classes
    RatIntNumNumeric
  4. def +(rhs: RatIntNum): RatIntNum
    Definition Classes
    RatIntNumNumeric
  5. def -(rhs: RatIntNum): RatIntNum
    Definition Classes
    RatIntNumNumeric
  6. def /(rhs: RatIntNum): RatIntNum
    Definition Classes
    RatIntNumNumeric
  7. def <(rhs: RatIntNum): Ternary
    Definition Classes
    RatIntNumNumeric
  8. def <=(rhs: RatIntNum): Ternary
    Definition Classes
    RatIntNumNumeric
  9. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def >(rhs: RatIntNum): Ternary
    Definition Classes
    RatIntNumNumeric
  11. def >=(rhs: RatIntNum): Ternary
    Definition Classes
    RatIntNumNumeric
  12. def abs: RatIntNum
    Definition Classes
    RatIntNumNumeric
  13. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  14. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  15. def diseq(rhs: RatIntNum): Ternary
    Definition Classes
    RatIntNumNumeric
  16. def eq(rhs: RatIntNum): Ternary
    Definition Classes
    RatIntNumNumeric
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def intApprox: Int
    Definition Classes
    RatIntNumNumeric
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. val l: Rational
  23. def max(rhs: RatIntNum): RatIntNum
    Definition Classes
    RatIntNumNumeric
  24. def min(rhs: RatIntNum): RatIntNum
    Definition Classes
    RatIntNumNumeric
  25. def natPow(k: Int): RatIntNum
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. def pow(num: Int, denom: Int): RatIntNum
    Definition Classes
    RatIntNumNumeric
  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. val u: Rational
  32. def unary_-: RatIntNum
    Definition Classes
    RatIntNumNumeric
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Numeric[RatIntNum, Ternary]

Inherited from AnyRef

Inherited from Any

Ungrouped