scala.math.Numeric

trait DoubleIsFractional

[source: scala/math/Numeric.scala]

trait DoubleIsFractional
extends DoubleIsConflicted with Fractional[Double]
Direct Known Subclasses:
Numeric.DoubleIsFractional

Method Summary
def div (x : Double, y : Double) : Double
Methods inherited from Fractional
mkNumericOps
Methods inherited from DoubleIsConflicted
plus, minus, times, negate, fromInt, toInt, toLong, toFloat, toDouble
Methods inherited from Numeric
zero, one, abs, signum
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
def div(x : Double, y : Double) : Double
Overrides
Fractional.div