Class

util.analyzers

InfNumeric

Related Doc: package analyzers

Permalink

case class InfNumeric[T] extends Ordered[InfNumeric[T]] with Product with Serializable

Case class representing infinite numeric (classic number plus infinity)

T

the type of the values

Linear Supertypes
Serializable, Serializable, Product, Equals, Ordered[InfNumeric[T]], Comparable[InfNumeric[T]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InfNumeric
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Ordered
  7. Comparable
  8. AnyRef
  9. 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. def *(that: InfNumeric[T]): InfNumeric[T]

    Permalink

    Multiplication with an other number

    Multiplication with an other number

    that

    other number

    returns

    the addition

  4. def +(that: InfNumeric[T]): InfNumeric[T]

    Permalink

    Addition with an other number

    Addition with an other number

    that

    other number

    returns

    the addition

  5. def -(that: InfNumeric[T]): InfNumeric[T]

    Permalink

    Subtraction with an other number

    Subtraction with an other number

    that

    other number

    returns

    the addition

  6. def <(that: InfNumeric[T]): Boolean

    Permalink
    Definition Classes
    Ordered
  7. def <=(that: InfNumeric[T]): Boolean

    Permalink
    Definition Classes
    Ordered
  8. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  9. def >(that: InfNumeric[T]): Boolean

    Permalink
    Definition Classes
    Ordered
  10. def >=(that: InfNumeric[T]): Boolean

    Permalink
    Definition Classes
    Ordered
  11. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  12. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. def compare(that: InfNumeric[T]): Int

    Permalink

    Compare two numbers

    Compare two numbers

    that

    the other number

    returns

    1 if this > that 0 if this = that -1 if this < that

    Definition Classes
    InfNumeric → Ordered
  14. def compareTo(that: InfNumeric[T]): Int

    Permalink
    Definition Classes
    Ordered → Comparable
  15. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  18. def getSign: Sign

    Permalink

    returns

    the sign of this

  19. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Definition Classes
    AnyRef
  21. def negate(): InfNumeric[T]

    Permalink

    returns

    negation of this

  22. final def notify(): Unit

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

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

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

    Permalink
    Definition Classes
    InfNumeric → AnyRef → Any
  26. val value: Either[T, Infinity]

    Permalink

    either a number or an infinity

  27. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Ordered[InfNumeric[T]]

Inherited from Comparable[InfNumeric[T]]

Inherited from AnyRef

Inherited from Any

Ungrouped