|
Scala Library
|
|
scala/math/Numeric.scala]
trait
DoubleIsConflicted
extends Numeric[Double]| Method Summary | |
def
|
fromInt (x : Int) : Double |
def
|
minus (x : Double, y : Double) : Double |
def
|
negate (x : Double) : Double |
def
|
plus (x : Double, y : Double) : Double |
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 |
| Methods inherited from Numeric | |
| zero, one, abs, signum, mkNumericOps |
| Methods inherited from Ordering | |
| compare (abstract), tryCompare, lteq, gteq, lt, gt, equiv, max, min, reverse, on, mkOrderingOps |
| Methods inherited from AnyRef | |
| getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
| Methods inherited from Any | |
| ==, !=, isInstanceOf, asInstanceOf |
| Method Details |
|
Scala Library
|
|