spire.math

Number

object Number extends NumberInstances with Serializable

Convenient apply and implicits for Numbers

Linear Supertypes
Serializable, Serializable, NumberInstances, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Number
  2. Serializable
  3. Serializable
  4. NumberInstances
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

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

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

    Definition Classes
    Any
  6. implicit object NumberAlgebra extends NumberIsField with NumberIsNRoot with NumberIsTrig

    Definition Classes
    NumberInstances
  7. implicit object NumberIsReal extends NumberIsReal

    Definition Classes
    NumberInstances
  8. def apply(s: String): Number

  9. def apply(n: BigDecimal): Number

  10. def apply(n: Double): Number

  11. def apply(n: SafeLong): Number

  12. def apply(n: BigInt): Number

  13. def apply(n: Long): Number

  14. def apply(n: Int): Number

  15. def apply(n: Short): Number

  16. def apply(n: Byte): Number

  17. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  18. implicit def bigDecimalToNumber(n: BigDecimal): Number

  19. implicit def bigIntToNumber(n: BigInt): Number

  20. implicit def byteToNumber(n: Byte): Number

  21. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  22. implicit def doubleToNumber(n: Double): Number

  23. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Definition Classes
    AnyRef → Any
  28. object implicits

  29. implicit def intToNumber(n: Int): Number

  30. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  31. implicit def longToNumber(n: Long): Number

  32. implicit def naturalToNumber(n: Natural): Number

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

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

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

    Definition Classes
    AnyRef
  36. final val one: Number

  37. implicit def safeLongToNumber(n: SafeLong): Number

  38. implicit def shortToNumber(n: Short): Number

  39. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  40. def toString(): String

    Definition Classes
    AnyRef → Any
  41. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  44. final val zero: Number

Inherited from Serializable

Inherited from Serializable

Inherited from NumberInstances

Inherited from AnyRef

Inherited from Any

Ungrouped