Scala Library
|
|
scala/math/Numeric.scala
]
object
Numeric
extends
AnyRefMethods inherited from AnyRef | |
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
Methods inherited from Any | |
==, !=, isInstanceOf, asInstanceOf |
Class Summary | |
trait
|
BigDecimalAsIfIntegral
extends BigDecimalIsConflicted with Integral[BigDecimal]
|
trait
|
BigDecimalIsConflicted
extends Numeric[BigDecimal]
|
trait
|
BigDecimalIsFractional
extends BigDecimalIsConflicted with Fractional[BigDecimal]
|
trait
|
BigIntIsIntegral
extends Integral[BigInt]
|
trait
|
ByteIsIntegral
extends Integral[Byte]
|
trait
|
DoubleAsIfIntegral
extends DoubleIsConflicted with Integral[Double]
|
trait
|
DoubleIsConflicted
extends Numeric[Double]
|
trait
|
DoubleIsFractional
extends DoubleIsConflicted with Fractional[Double]
|
trait
|
FloatIsFractional
extends Fractional[Float]
|
trait
|
IntIsIntegral
extends Integral[Int]
|
trait
|
LongIsIntegral
extends Integral[Long]
|
trait
|
ShortIsIntegral
extends Integral[Short]
|
Object Summary | |
object
|
BigDecimalAsIfIntegral
extends BigDecimalAsIfIntegral with BigDecimalOrdering
|
implicit object
|
BigDecimalIsFractional
extends BigDecimalIsFractional with BigDecimalOrdering
|
implicit object
|
BigIntIsIntegral
extends BigIntIsIntegral with BigIntOrdering
|
implicit object
|
ByteIsIntegral
extends ByteIsIntegral with ByteOrdering
|
object
|
DoubleAsIfIntegral
extends DoubleAsIfIntegral with DoubleOrdering
|
implicit object
|
DoubleIsFractional
extends DoubleIsFractional with DoubleOrdering
|
implicit object
|
FloatIsFractional
extends FloatIsFractional with FloatOrdering
|
implicit object
|
IntIsIntegral
extends IntIsIntegral with IntOrdering
|
implicit object
|
LongIsIntegral
extends LongIsIntegral with LongOrdering
|
implicit object
|
ShortIsIntegral
extends ShortIsIntegral with ShortOrdering
|
Scala Library
|
|