scala.Range

object BigDecimal

[source: scala/Range.scala]

object BigDecimal
extends AnyRef
Value Summary
implicit val bigDecAsIntegral : BigDecimalAsIfIntegral
Method Summary
def apply (start : BigDecimal, end : BigDecimal, step : BigDecimal) : Exclusive[BigDecimal]
def inclusive (start : BigDecimal, end : BigDecimal, step : BigDecimal) : Inclusive[BigDecimal]
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Value Details
implicit val bigDecAsIntegral : BigDecimalAsIfIntegral

Method Details
def apply(start : BigDecimal, end : BigDecimal, step : BigDecimal) : Exclusive[BigDecimal]

def inclusive(start : BigDecimal, end : BigDecimal, step : BigDecimal) : Inclusive[BigDecimal]