spire.math.Numeric

BigDecimalIsNumeric

implicit object BigDecimalIsNumeric extends BigDecimalIsNumeric

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. BigDecimalIsNumeric
  2. BigDecimalIsNumeric
  3. BigDecimalIsSigned
  4. BigDecimalOrder
  5. BigDecimalEq
  6. ConvertableToBigDecimal
  7. ConvertableFromBigDecimal
  8. BigDecimalIsNRoot
  9. BigDecimalIsField
  10. BigDecimalIsEuclideanRing
  11. BigDecimalIsRing
  12. Numeric
  13. Signed
  14. Order
  15. Eq
  16. ConvertableTo
  17. ConvertableFrom
  18. NRoot
  19. Field
  20. EuclideanRing
  21. Ring
  22. AnyRef
  23. 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. def abs(a: BigDecimal): BigDecimal

    Definition Classes
    BigDecimalIsSignedSigned
  7. def additive: Group[BigDecimal]

    Definition Classes
    Ring
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  10. def compare(x: BigDecimal, y: BigDecimal): Int

    Definition Classes
    BigDecimalOrderOrder
  11. def div(a: BigDecimal, b: BigDecimal): BigDecimal

    Definition Classes
    BigDecimalIsFieldField
  12. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  14. def eqv(x: BigDecimal, y: BigDecimal): Boolean

    Definition Classes
    BigDecimalEqEq
  15. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  16. def fpow(a: BigDecimal, b: BigDecimal): BigDecimal

    Definition Classes
    BigDecimalIsNRootNRoot
  17. def fromBigDecimal(a: BigDecimal): BigDecimal

    Definition Classes
    ConvertableToBigDecimalConvertableTo
  18. def fromBigInt(a: BigInt): BigDecimal

    Definition Classes
    ConvertableToBigDecimalConvertableTo
  19. def fromByte(a: Byte): BigDecimal

    Definition Classes
    ConvertableToBigDecimalConvertableTo
  20. def fromDouble(a: Double): BigDecimal

    Definition Classes
    ConvertableToBigDecimalConvertableTo
  21. def fromFloat(a: Float): BigDecimal

    Definition Classes
    ConvertableToBigDecimalConvertableTo
  22. def fromInt(n: Int): BigDecimal

  23. def fromLong(a: Long): BigDecimal

    Definition Classes
    ConvertableToBigDecimalConvertableTo
  24. def fromRational(a: Rational): BigDecimal

    Definition Classes
    ConvertableToBigDecimalConvertableTo
  25. def fromShort(a: Short): BigDecimal

    Definition Classes
    ConvertableToBigDecimalConvertableTo
  26. def fromType[B](b: B)(implicit arg0: ConvertableFrom[B]): BigDecimal

    Definition Classes
    ConvertableToBigDecimalConvertableTo
  27. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  28. def gt(x: BigDecimal, y: BigDecimal): Boolean

    Definition Classes
    BigDecimalOrderOrder
  29. def gteqv(x: BigDecimal, y: BigDecimal): Boolean

    Definition Classes
    BigDecimalOrderOrder
  30. def hashCode(): Int

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

    Definition Classes
    Any
  32. def isWhole(a: BigDecimal): Boolean

    Definition Classes
    BigDecimalIsFieldField
  33. def log(a: BigDecimal): BigDecimal

    Definition Classes
    BigDecimalIsNRootNRoot
  34. def lt(x: BigDecimal, y: BigDecimal): Boolean

    Definition Classes
    BigDecimalOrderOrder
  35. def lteqv(x: BigDecimal, y: BigDecimal): Boolean

    Definition Classes
    BigDecimalOrderOrder
  36. def max(x: BigDecimal, y: BigDecimal): BigDecimal

    Definition Classes
    Order
  37. def min(x: BigDecimal, y: BigDecimal): BigDecimal

    Definition Classes
    Order
  38. def minus(a: BigDecimal, b: BigDecimal): BigDecimal

    Definition Classes
    BigDecimalIsRingRing
  39. def mod(a: BigDecimal, b: BigDecimal): BigDecimal

  40. def multiplicative: Group[BigDecimal]

    Definition Classes
    FieldRing
  41. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  42. def negate(a: BigDecimal): BigDecimal

    Definition Classes
    BigDecimalIsRingRing
  43. def neqv(x: BigDecimal, y: BigDecimal): Boolean

    Definition Classes
    BigDecimalEqEq
  44. final def notify(): Unit

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

    Definition Classes
    AnyRef
  46. def nroot(a: BigDecimal, k: Int): BigDecimal

    Definition Classes
    BigDecimalIsNRootNRoot
  47. def on[B](f: (B) ⇒ BigDecimal): Order[B]

    Definition Classes
    OrderEq
  48. def one: BigDecimal

    Definition Classes
    BigDecimalIsRingRing
  49. def plus(a: BigDecimal, b: BigDecimal): BigDecimal

    Definition Classes
    BigDecimalIsRingRing
  50. def pow(a: BigDecimal, b: Int): BigDecimal

    Definition Classes
    BigDecimalIsRingRing
  51. def quot(a: BigDecimal, b: BigDecimal): BigDecimal

  52. def quotmod(a: BigDecimal, b: BigDecimal): (BigDecimal, BigDecimal)

    Definition Classes
    EuclideanRing
  53. def reciprocal(a: BigDecimal): BigDecimal

    Definition Classes
    Field
  54. def reverse: Order[BigDecimal]

    Definition Classes
    Order
  55. def sign(a: BigDecimal): Sign

    Definition Classes
    Signed
  56. def signum(a: BigDecimal): Int

    Definition Classes
    BigDecimalIsSignedSigned
  57. def sqrt(a: BigDecimal): BigDecimal

    Definition Classes
    NRoot
  58. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  59. def times(a: BigDecimal, b: BigDecimal): BigDecimal

    Definition Classes
    BigDecimalIsRingRing
  60. def toBigDecimal(a: BigDecimal): BigDecimal

  61. def toBigInt(a: BigDecimal): BigInt

  62. def toByte(a: BigDecimal): Byte

  63. def toDouble(a: BigDecimal): Double

  64. def toFloat(a: BigDecimal): Float

  65. def toInt(a: BigDecimal): Int

  66. def toLong(a: BigDecimal): Long

  67. def toRational(a: BigDecimal): Rational

  68. def toShort(a: BigDecimal): Short

  69. def toString(a: BigDecimal): String

  70. def toString(): String

    Definition Classes
    AnyRef → Any
  71. def toType[B](a: BigDecimal)(implicit arg0: ConvertableTo[B]): B

  72. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  75. def zero: BigDecimal

    Definition Classes
    BigDecimalIsRingRing

Inherited from BigDecimalIsNumeric

Inherited from BigDecimalIsSigned

Inherited from BigDecimalOrder

Inherited from BigDecimalEq

Inherited from ConvertableToBigDecimal

Inherited from ConvertableFromBigDecimal

Inherited from BigDecimalIsNRoot

Inherited from BigDecimalIsField

Inherited from BigDecimalIsEuclideanRing

Inherited from BigDecimalIsRing

Inherited from Numeric[BigDecimal]

Inherited from Signed[BigDecimal]

Inherited from Order[BigDecimal]

Inherited from Eq[BigDecimal]

Inherited from ConvertableTo[BigDecimal]

Inherited from ConvertableFrom[BigDecimal]

Inherited from NRoot[BigDecimal]

Inherited from Field[BigDecimal]

Inherited from EuclideanRing[BigDecimal]

Inherited from Ring[BigDecimal]

Inherited from AnyRef

Inherited from Any

Ungrouped