scala.Numeric

trait BigDecimalAsIfIntegral

[source: scala/Numeric.scala]

trait BigDecimalAsIfIntegral
extends BigDecimalIsConflicted with Integral[BigDecimal]
Direct Known Subclasses:
Numeric.BigDecimalAsIfIntegral

Method Summary
def quot (x : BigDecimal, y : BigDecimal) : BigDecimal
def rem (x : BigDecimal, y : BigDecimal) : BigDecimal
Methods inherited from Integral
mkNumericOps
Methods inherited from BigDecimalIsConflicted
plus, minus, times, negate, fromInt, toInt, toLong, toFloat, toDouble
Methods inherited from Numeric
zero, one, abs, signum
Methods inherited from Ordering
compare (abstract), lteq, gteq, lt, gt, equiv, max, min, reverse, 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 : BigDecimal, y : BigDecimal) : BigDecimal
Overrides
Integral.quot

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