Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
abs
(x: BigDecimal): BigDecimal
-
def
asInstanceOf
[T0]
: T0
-
def
clone
(): AnyRef
-
def
compare
(x: BigDecimal, y: BigDecimal): Int
-
def
div
(x: BigDecimal, y: BigDecimal): BigDecimal
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
equiv
(x: BigDecimal, y: BigDecimal): Boolean
-
def
finalize
(): Unit
-
def
fromInt
(x: Int): BigDecimal
-
def
getClass
(): java.lang.Class[_]
-
def
gt
(x: BigDecimal, y: BigDecimal): Boolean
-
def
gteq
(x: BigDecimal, y: BigDecimal): Boolean
-
def
hashCode
(): Int
-
def
isInstanceOf
[T0]
: Boolean
-
def
lt
(x: BigDecimal, y: BigDecimal): Boolean
-
def
lteq
(x: BigDecimal, y: BigDecimal): Boolean
-
def
max
(x: BigDecimal, y: BigDecimal): BigDecimal
-
def
min
(x: BigDecimal, y: BigDecimal): BigDecimal
-
def
minus
(x: BigDecimal, y: BigDecimal): BigDecimal
-
implicit def
mkNumericOps
(lhs: BigDecimal): FractionalOps
-
implicit def
mkOrderingOps
(lhs: BigDecimal): Ops
-
def
ne
(arg0: AnyRef): Boolean
-
def
negate
(x: BigDecimal): BigDecimal
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
on
[U]
(f: (U) ⇒ BigDecimal): Ordering[U]
-
def
one
: BigDecimal
-
def
plus
(x: BigDecimal, y: BigDecimal): BigDecimal
-
def
reverse
: Ordering[BigDecimal]
-
def
signum
(x: BigDecimal): Int
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
times
(x: BigDecimal, y: BigDecimal): BigDecimal
-
def
toDouble
(x: BigDecimal): Double
-
def
toFloat
(x: BigDecimal): Float
-
def
toInt
(x: BigDecimal): Int
-
def
toLong
(x: BigDecimal): Long
-
def
toString
(): String
-
def
tryCompare
(x: BigDecimal, y: BigDecimal): Some[Int]
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
-
def
zero
: BigDecimal
Inherited from BigDecimalOrdering
Inherited from BigDecimalIsFractional
Inherited from Fractional[BigDecimal]
Inherited from BigDecimalIsConflicted
Inherited from Numeric[BigDecimal]
Inherited from Ordering[BigDecimal]
Inherited from Serializable
Inherited from Serializable
Inherited from PartialOrdering[BigDecimal]
Inherited from Equiv[BigDecimal]
Inherited from Comparator[BigDecimal]
Inherited from AnyRef
Inherited from Any