spire.math

Number

sealed trait Number extends ScalaNumber with ScalaNumericConversions with Serializable

Linear Supertypes
Serializable, ScalaNumericConversions, ScalaNumericAnyConversions, ScalaNumber, java.lang.Number, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Number
  2. Serializable
  3. ScalaNumericConversions
  4. ScalaNumericAnyConversions
  5. ScalaNumber
  6. Number
  7. Serializable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def %(rhs: Number): Number

  2. abstract def *(rhs: Number): Number

  3. abstract def +(rhs: Number): Number

  4. abstract def -(rhs: Number): Number

  5. abstract def /(rhs: Number): Number

  6. abstract def /%(rhs: Number): (Number, Number)

  7. abstract def /~(rhs: Number): Number

  8. abstract def abs: Number

  9. abstract def canBeInt: Boolean

  10. abstract def canBeLong: Boolean

  11. abstract def ceil: Number

  12. abstract def compare(rhs: Number): Int

  13. abstract def doubleValue(): Double

    Definition Classes
    ScalaNumericAnyConversions
  14. abstract def floatValue(): Float

    Definition Classes
    ScalaNumericAnyConversions
  15. abstract def floor: Number

  16. abstract def intValue(): Int

    Definition Classes
    ScalaNumericAnyConversions
  17. abstract def isExact: Boolean

  18. abstract def isWhole(): Boolean

    Definition Classes
    ScalaNumericAnyConversions
  19. abstract def longValue(): Long

    Definition Classes
    ScalaNumericAnyConversions
  20. abstract def pow(rhs: Number): Number

  21. abstract def round: Number

  22. abstract def signum: Int

  23. abstract def toBigDecimal: BigDecimal

  24. abstract def toBigInt: BigInt

  25. abstract def toRational: Rational

  26. abstract def unary_-(): Number

  27. abstract def underlying(): AnyRef

    Definition Classes
    ScalaNumericConversions → ScalaNumericAnyConversions → ScalaNumber
  28. abstract def withinDouble: Boolean

  29. abstract def withinInt: Boolean

  30. abstract def withinLong: Boolean

Concrete Value Members

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

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

    Definition Classes
    AnyRef → Any
  3. def &(rhs: Number): Number

  4. final def **(rhs: Number): Number

  5. final def <(rhs: Number): Boolean

  6. def <<(rhs: Number): Number

  7. final def <=(rhs: Number): Boolean

  8. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  9. final def >(rhs: Number): Boolean

  10. final def >=(rhs: Number): Boolean

  11. def >>(rhs: Number): Number

  12. def ^(rhs: Number): Number

  13. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  14. def byteValue(): Byte

    Definition Classes
    Number
  15. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  16. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  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
  20. def hashCode(): Int

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

    Definition Classes
    Any
  22. def isValidByte: Boolean

    Definition Classes
    ScalaNumericAnyConversions
  23. def isValidChar: Boolean

    Definition Classes
    ScalaNumericAnyConversions
  24. def isValidInt: Boolean

    Definition Classes
    ScalaNumericAnyConversions
  25. def isValidShort: Boolean

    Definition Classes
    ScalaNumericAnyConversions
  26. def max(rhs: Number): Number

  27. def min(rhs: Number): Number

  28. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  31. def shortValue(): Short

    Definition Classes
    Number
  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  33. def toByte: Byte

    Definition Classes
    ScalaNumericAnyConversions
  34. def toChar: Char

    Definition Classes
    ScalaNumericAnyConversions
  35. def toDouble: Double

    Definition Classes
    ScalaNumericAnyConversions
  36. def toFloat: Float

    Definition Classes
    ScalaNumericAnyConversions
  37. def toInt: Int

    Definition Classes
    ScalaNumericAnyConversions
  38. def toLong: Long

    Definition Classes
    ScalaNumericAnyConversions
  39. def toShort: Short

    Definition Classes
    ScalaNumericAnyConversions
  40. def toString(): String

    Definition Classes
    AnyRef → Any
  41. def unifiedPrimitiveEquals(x: Any): Boolean

    Attributes
    protected
    Definition Classes
    ScalaNumericAnyConversions
  42. def unifiedPrimitiveHashcode(): Int

    Attributes
    protected
    Definition Classes
    ScalaNumericAnyConversions
  43. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. def |(rhs: Number): Number

Inherited from Serializable

Inherited from ScalaNumericConversions

Inherited from ScalaNumericAnyConversions

Inherited from ScalaNumber

Inherited from java.lang.Number

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped