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 ===(rhs: Number): Boolean

  9. abstract def abs: Number

  10. abstract def canBeInt: Boolean

  11. abstract def canBeLong: Boolean

  12. abstract def ceil: Number

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

  14. abstract def doubleValue(): Double

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

    Definition Classes
    ScalaNumericAnyConversions
  16. abstract def floor: Number

  17. abstract def intValue(): Int

    Definition Classes
    ScalaNumericAnyConversions
  18. abstract def isExact: Boolean

  19. abstract def isWhole(): Boolean

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

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

  22. abstract def round: Number

  23. abstract def signum: Int

  24. abstract def toBigDecimal: BigDecimal

  25. abstract def toBigInt: BigInt

  26. abstract def toRational: Rational

  27. abstract def unary_-(): Number

  28. abstract def underlying(): AnyRef

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

  30. abstract def withinInt: Boolean

  31. abstract def withinLong: Boolean

Concrete 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. def &(rhs: Number): Number

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

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

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

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

  9. def =!=(rhs: Number): Boolean

  10. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  12. final def >(rhs: Number): Boolean

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

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

  15. def ^(rhs: Number): Number

  16. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  17. def byteValue(): Byte

    Definition Classes
    Number
  18. def clone(): AnyRef

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

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

    Definition Classes
    AnyRef → Any
  21. def finalize(): Unit

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

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

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

    Definition Classes
    Any
  25. def isValidByte: Boolean

    Definition Classes
    ScalaNumericAnyConversions
  26. def isValidChar: Boolean

    Definition Classes
    ScalaNumericAnyConversions
  27. def isValidInt: Boolean

    Definition Classes
    ScalaNumericAnyConversions
  28. def isValidShort: Boolean

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

  30. def min(rhs: Number): Number

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

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

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

    Definition Classes
    AnyRef
  34. def shortValue(): Short

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

    Definition Classes
    AnyRef
  36. def toByte: Byte

    Definition Classes
    ScalaNumericAnyConversions
  37. def toChar: Char

    Definition Classes
    ScalaNumericAnyConversions
  38. def toDouble: Double

    Definition Classes
    ScalaNumericAnyConversions
  39. def toFloat: Float

    Definition Classes
    ScalaNumericAnyConversions
  40. def toInt: Int

    Definition Classes
    ScalaNumericAnyConversions
  41. def toLong: Long

    Definition Classes
    ScalaNumericAnyConversions
  42. def toShort: Short

    Definition Classes
    ScalaNumericAnyConversions
  43. def toString(): String

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

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

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. 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