Scala Standard Library 2.12.18 - scala.math.Numeric (original) (raw)
object Numeric extends Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
Numeric
Serializable
Serializable
AnyRef
Any
Hide All
Show All
Type Members
- 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 CharIsIntegral extends Integral[Char]
- trait DoubleAsIfIntegral extends DoubleIsConflicted with Integral[Double]
- trait DoubleIsConflicted extends Numeric[Double]
- trait DoubleIsFractional extends DoubleIsConflicted with Fractional[Double]
- trait ExtraImplicits extends AnyRef
- trait FloatAsIfIntegral extends FloatIsConflicted with Integral[Float]
- trait FloatIsConflicted extends Numeric[Float]
- trait FloatIsFractional extends FloatIsConflicted with Fractional[Float]
- trait IntIsIntegral extends Integral[Int]
- trait LongIsIntegral extends Integral[Long]
- trait ShortIsIntegral extends Integral[Short]
Value Members
- final def !=(arg0: Any): Boolean
- final def ##(): Int
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: Any): Boolean
- def finalize(): Unit
- final def getClass(): Class[_]
- def hashCode(): Int
- final def isInstanceOf[T0]: Boolean
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- final def synchronized[T0](arg0: ⇒ T0): T0
- def toString(): String
- final def wait(): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- 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
- implicit object CharIsIntegral extends CharIsIntegral with CharOrdering
- object DoubleAsIfIntegral extends DoubleAsIfIntegral with DoubleOrdering
- implicit object DoubleIsFractional extends DoubleIsFractional with DoubleOrdering
- object FloatAsIfIntegral extends FloatAsIfIntegral with FloatOrdering
- implicit object FloatIsFractional extends FloatIsFractional with FloatOrdering
- object Implicits extends ExtraImplicits
- implicit object IntIsIntegral extends IntIsIntegral with IntOrdering
- implicit object LongIsIntegral extends LongIsIntegral with LongOrdering
- implicit object ShortIsIntegral extends ShortIsIntegral with ShortOrdering