spire.math.algebraic

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( classOf[java.lang.Throwable] )
  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 isNegative: Boolean

  22. def isNonNegative: Boolean

  23. def isNonPositive: Boolean

  24. def isNonZero: Boolean

  25. def isPositive: Boolean

  26. def isRadical: Boolean

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

  27. def isZero: Boolean

  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 nroot(k: Int): A

  32. def pow(k: Int): A

  33. def shortValue(): Short

    Definition Classes
    Number
  34. def signum: Int

  35. def sqrt: A

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

    Definition Classes
    AnyRef
  37. def toString(): String

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

  39. final def wait(): Unit

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

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