scala.math.Numeric

trait DoubleAsIfIntegral

[source: scala/math/Numeric.scala]

trait DoubleAsIfIntegral
extends DoubleIsConflicted with Integral[Double]
Direct Known Subclasses:
Numeric.DoubleAsIfIntegral

Method Summary
def quot (x : Double, y : Double) : Double
def rem (x : Double, y : Double) : Double
Methods inherited from Integral
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 quot(x : Double, y : Double) : Double
Overrides
Integral.quot

def rem(x : Double, y : Double) : Double
Overrides
Integral.rem