Scala Standard Library 2.12.18 - scala.math.Numeric (original) (raw)

object Numeric extends Serializable

Ordering

  1. Alphabetic
  2. By Inheritance

Inherited

  1. Numeric

  2. Serializable

  3. Serializable

  4. AnyRef

  5. Any

  6. Hide All

  7. Show All

Type Members

  1. trait BigDecimalAsIfIntegral extends BigDecimalIsConflicted with Integral[BigDecimal]
  2. trait BigDecimalIsConflicted extends Numeric[BigDecimal]
  3. trait BigDecimalIsFractional extends BigDecimalIsConflicted with Fractional[BigDecimal]
  4. trait BigIntIsIntegral extends Integral[BigInt]
  5. trait ByteIsIntegral extends Integral[Byte]
  6. trait CharIsIntegral extends Integral[Char]
  7. trait DoubleAsIfIntegral extends DoubleIsConflicted with Integral[Double]
  8. trait DoubleIsConflicted extends Numeric[Double]
  9. trait DoubleIsFractional extends DoubleIsConflicted with Fractional[Double]
  10. trait ExtraImplicits extends AnyRef
  11. trait FloatAsIfIntegral extends FloatIsConflicted with Integral[Float]
  12. trait FloatIsConflicted extends Numeric[Float]
  13. trait FloatIsFractional extends FloatIsConflicted with Fractional[Float]
  14. trait IntIsIntegral extends Integral[Int]
  15. trait LongIsIntegral extends Integral[Long]
  16. trait ShortIsIntegral extends Integral[Short]

Value Members

  1. final def !=(arg0: Any): Boolean
  2. final def ##(): Int
  3. final def ==(arg0: Any): Boolean
  4. final def asInstanceOf[T0]: T0
  5. def clone(): AnyRef
  6. final def eq(arg0: AnyRef): Boolean
  7. def equals(arg0: Any): Boolean
  8. def finalize(): Unit
  9. final def getClass(): Class[_]
  10. def hashCode(): Int
  11. final def isInstanceOf[T0]: Boolean
  12. final def ne(arg0: AnyRef): Boolean
  13. final def notify(): Unit
  14. final def notifyAll(): Unit
  15. final def synchronized[T0](arg0: ⇒ T0): T0
  16. def toString(): String
  17. final def wait(): Unit
  18. final def wait(arg0: Long, arg1: Int): Unit
  19. final def wait(arg0: Long): Unit
  20. object BigDecimalAsIfIntegral extends BigDecimalAsIfIntegral with BigDecimalOrdering
  21. implicit object BigDecimalIsFractional extends BigDecimalIsFractional with BigDecimalOrdering
  22. implicit object BigIntIsIntegral extends BigIntIsIntegral with BigIntOrdering
  23. implicit object ByteIsIntegral extends ByteIsIntegral with ByteOrdering
  24. implicit object CharIsIntegral extends CharIsIntegral with CharOrdering
  25. object DoubleAsIfIntegral extends DoubleAsIfIntegral with DoubleOrdering
  26. implicit object DoubleIsFractional extends DoubleIsFractional with DoubleOrdering
  27. object FloatAsIfIntegral extends FloatAsIfIntegral with FloatOrdering
  28. implicit object FloatIsFractional extends FloatIsFractional with FloatOrdering
  29. object Implicits extends ExtraImplicits
  30. implicit object IntIsIntegral extends IntIsIntegral with IntOrdering
  31. implicit object LongIsIntegral extends LongIsIntegral with LongOrdering
  32. implicit object ShortIsIntegral extends ShortIsIntegral with ShortOrdering

Ungrouped