spire.math.real

RealLike

trait RealLike[A <: RealLike[A]] extends ScalaNumber

Self Type
A
Linear Supertypes
ScalaNumber, java.lang.Number, Serializable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RealLike
  2. ScalaNumber
  3. Number
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. implicit abstract def coexpr: Coexpr[A]

  2. abstract def doubleValue(): Double

    Definition Classes
    Number
  3. abstract def floatValue(): Float

    Definition Classes
    Number
  4. abstract def intValue(): Int

    Definition Classes
    Number
  5. abstract def isWhole(): Boolean

    Definition Classes
    RealLike → ScalaNumber
  6. abstract def longValue(): Long

    Definition Classes
    Number
  7. abstract def sign: Sign

  8. abstract def toBigDecimal(implicit mc: MathContext): BigDecimal

  9. abstract def toBigInt: BigInt

  10. abstract def toDouble: Double

  11. abstract def toFloat: Float

  12. abstract def toInt: Int

  13. abstract def toLong: Long

  14. abstract def underlying(): AnyRef

    Definition Classes
    ScalaNumber

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 *(that: A): A

  5. def +(that: A): A

  6. def -(that: A): A

  7. def /(that: A): A

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

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

    Definition Classes
    Any
  10. def abs: A

  11. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  12. def byteValue(): Byte

    Definition Classes
    Number
  13. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  14. def compare(that: A): Int

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

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

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

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

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

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

    Definition Classes
    Any
  21. def isRadical: Boolean

    Returns true if this is a radical expression, false otherwise.

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

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

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

    Definition Classes
    AnyRef
  25. def nroot(k: Int): A

  26. def pow(k: Int): A

  27. def shortValue(): Short

    Definition Classes
    Number
  28. def signum: Int

  29. def sqrt: A

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

    Definition Classes
    AnyRef
  31. def toString(): String

    Definition Classes
    AnyRef → Any
  32. def unary_-(): A

  33. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from ScalaNumber

Inherited from java.lang.Number

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped