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