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: 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. final def ==(arg0: AnyRef): Boolean

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

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

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

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

  14. def ^(rhs: Number): Number

  15. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  16. def byteValue(): Byte

    Definition Classes
    Number
  17. def clone(): AnyRef

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

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

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

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

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

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

    Definition Classes
    Any
  24. def isValidByte: Boolean

    Definition Classes
    ScalaNumericAnyConversions
  25. def isValidChar: Boolean

    Definition Classes
    ScalaNumericAnyConversions
  26. def isValidInt: Boolean

    Definition Classes
    ScalaNumericAnyConversions
  27. def isValidShort: Boolean

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

  29. def min(rhs: Number): Number

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

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

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

    Definition Classes
    AnyRef
  33. def shortValue(): Short

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

    Definition Classes
    AnyRef
  35. def toByte: Byte

    Definition Classes
    ScalaNumericAnyConversions
  36. def toChar: Char

    Definition Classes
    ScalaNumericAnyConversions
  37. def toDouble: Double

    Definition Classes
    ScalaNumericAnyConversions
  38. def toFloat: Float

    Definition Classes
    ScalaNumericAnyConversions
  39. def toInt: Int

    Definition Classes
    ScalaNumericAnyConversions
  40. def toLong: Long

    Definition Classes
    ScalaNumericAnyConversions
  41. def toShort: Short

    Definition Classes
    ScalaNumericAnyConversions
  42. def toString(): String

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

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

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

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

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

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