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

trait DoubleIsFractional extends DoubleIsConflicted with Fractional[Double]

Ordering

  1. Alphabetic
  2. By Inheritance

Inherited

  1. DoubleIsFractional
  2. Fractional
  3. DoubleIsConflicted
  4. Numeric
  5. Ordering
  6. PartialOrdering
  7. Equiv
  8. Serializable
  9. Serializable
  10. Comparator
  11. AnyRef
  12. Any

Implicitly

  1. by any2stringadd

  2. by StringFormat

  3. by Ensuring

  4. by ArrowAssoc

  5. Hide All

  6. Show All

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
  2. final def ##(): Int
  3. def +(other: String): String
  4. def ->[B](y: B): (DoubleIsFractional, B)
  5. final def ==(arg0: Any): Boolean
  6. def abs(x: Double): Double
  7. final def asInstanceOf[T0]: T0
  8. def clone(): AnyRef
  9. def div(x: Double, y: Double): Double
  10. def ensuring(cond: (DoubleIsFractional) ⇒ Boolean, msg: ⇒ Any): DoubleIsFractional
  11. def ensuring(cond: (DoubleIsFractional) ⇒ Boolean): DoubleIsFractional
  12. def ensuring(cond: Boolean, msg: ⇒ Any): DoubleIsFractional
  13. def ensuring(cond: Boolean): DoubleIsFractional
  14. final def eq(arg0: AnyRef): Boolean
  15. def equals(arg0: Any): Boolean
  16. def equiv(x: Double, y: Double): Boolean
  17. def finalize(): Unit
  18. def fromInt(x: Int): Double
  19. final def getClass(): Class[_]
  20. def gt(x: Double, y: Double): Boolean
  21. def gteq(x: Double, y: Double): Boolean
  22. def hashCode(): Int
  23. final def isInstanceOf[T0]: Boolean
  24. def lt(x: Double, y: Double): Boolean
  25. def lteq(x: Double, y: Double): Boolean
  26. def max(x: Double, y: Double): Double
  27. def min(x: Double, y: Double): Double
  28. def minus(x: Double, y: Double): Double
  29. implicit def mkNumericOps(lhs: Double): FractionalOps
  30. implicit def mkOrderingOps(lhs: Double): DoubleIsFractional.Ops
  31. final def ne(arg0: AnyRef): Boolean
  32. def negate(x: Double): Double
  33. final def notify(): Unit
  34. final def notifyAll(): Unit
  35. def on[U](f: (U) ⇒ Double): Ordering[U]
  36. def one: Double
  37. def plus(x: Double, y: Double): Double
  38. def reverse: Ordering[Double]
  39. def reversed(): Comparator[Double]
  40. def signum(x: Double): Int
  41. final def synchronized[T0](arg0: ⇒ T0): T0
  42. def thenComparing[U <: Comparable[_ >: U]](arg0: java.util.function.Function[_ >: Double, _ <: U]): Comparator[Double]
  43. def thenComparing[U](arg0: java.util.function.Function[_ >: Double, _ <: U], arg1: Comparator[_ >: U]): Comparator[Double]
  44. def thenComparing(arg0: Comparator[_ >: Double]): Comparator[Double]
  45. def thenComparingDouble(arg0: ToDoubleFunction[_ >: Double]): Comparator[Double]
  46. def thenComparingInt(arg0: ToIntFunction[_ >: Double]): Comparator[Double]
  47. def thenComparingLong(arg0: ToLongFunction[_ >: Double]): Comparator[Double]
  48. def times(x: Double, y: Double): Double
  49. def toDouble(x: Double): Double
  50. def toFloat(x: Double): Float
  51. def toInt(x: Double): Int
  52. def toLong(x: Double): Long
  53. def toString(): String
  54. def tryCompare(x: Double, y: Double): Some[Int]
  55. final def wait(): Unit
  56. final def wait(arg0: Long, arg1: Int): Unit
  57. final def wait(arg0: Long): Unit
  58. def zero: Double
  59. def →[B](y: B): (DoubleIsFractional, B)

Ungrouped