Packages

trait NumDouble[A] extends NumFrac[A]

Linear Supertypes
NumFrac[A], NumDiv[A], Num[A], Ord[A], Eq[A], Adjunct, Writable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NumDouble
  2. NumFrac
  3. NumDiv
  4. Num
  5. Ord
  6. Eq
  7. Adjunct
  8. Writable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. abstract type Boolean
    Definition Classes
    Eq

Abstract Value Members

  1. abstract def abs(a: A): A
    Definition Classes
    Num
  2. abstract def absDif(a: A, b: A): A
    Definition Classes
    Num
  3. abstract def acos(a: A): A
  4. abstract def ampDb(a: A): A
  5. abstract def asin(a: A): A
  6. abstract def atan(a: A): A
  7. abstract def atan2(a: A, b: A): A
  8. abstract def ceil(a: A): A
    Definition Classes
    NumFrac
  9. abstract def clip(a: A, lo: A, hi: A): A
    Definition Classes
    Num
  10. abstract def clip2(a: A, b: A): A
    Definition Classes
    Num
  11. abstract def coin[Tx](a: A)(implicit r: Random[Tx], tx: Tx): Boolean
  12. abstract def cos(a: A): A
  13. abstract def cosh(a: A): A
  14. abstract def cpsMidi(a: A): A
  15. abstract def cpsOct(a: A): A
  16. abstract def cubed(a: A): A
    Definition Classes
    Num
  17. abstract def dbAmp(a: A): A
  18. abstract def difSqr(a: A, b: A): A
    Definition Classes
    Num
  19. abstract def div(a: A, b: A): A
    Definition Classes
    NumDiv
  20. abstract def eq(a: A, b: A): Boolean
    Definition Classes
    Eq
  21. abstract def excess(a: A, b: A): A
    Definition Classes
    Num
  22. abstract def exp(a: A): A
  23. abstract def floor(a: A): A
    Definition Classes
    NumFrac
  24. abstract def fold(a: A, lo: A, hi: A): A
    Definition Classes
    Num
  25. abstract def fold2(a: A, b: A): A
    Definition Classes
    Num
  26. abstract def frac(a: A): A
    Definition Classes
    NumFrac
  27. abstract def gt(a: A, b: A): Boolean
    Definition Classes
    Ord
  28. abstract def gteq(a: A, b: A): Boolean
    Definition Classes
    Ord
  29. abstract def hypot(a: A, b: A): A
  30. abstract def hypotApx(a: A, b: A): A
  31. abstract def id: Int
    Definition Classes
    Adjunct
  32. abstract def log(a: A): A
  33. abstract def log10(a: A): A
  34. abstract def log2(a: A): A
  35. abstract def lt(a: A, b: A): Boolean
    Definition Classes
    Ord
  36. abstract def lteq(a: A, b: A): Boolean
    Definition Classes
    Ord
  37. abstract def max(a: A, b: A): A
    Definition Classes
    Num
  38. abstract def midiCps(a: A): A
  39. abstract def midiRatio(a: A): A
  40. abstract def min(a: A, b: A): A
    Definition Classes
    Num
  41. abstract def minus(a: A, b: A): A
    Definition Classes
    Num
  42. abstract def mod(a: A, b: A): A
    Definition Classes
    Num
  43. abstract def negate(a: A): A
    Definition Classes
    Num
  44. abstract def neq(a: A, b: A): Boolean
    Definition Classes
    Eq
  45. abstract def octCps(a: A): A
  46. abstract def one: A
    Definition Classes
    Num
  47. abstract def plus(a: A, b: A): A
    Definition Classes
    Num
  48. abstract def pow(a: A, b: A): A
  49. abstract def rand[Tx](a: A)(implicit r: Random[Tx], tx: Tx): A

    A random number between zero (inclusive) and a (exclusive).

    A random number between zero (inclusive) and a (exclusive). a may be negative, but it must not be zero.

    Definition Classes
    Num
  50. abstract def rand2[Tx](a: A)(implicit r: Random[Tx], tx: Tx): A
    Definition Classes
    Num
  51. abstract def rangeRand[Tx](a: A, b: A)(implicit r: Random[Tx], tx: Tx): A
    Definition Classes
    Num
  52. abstract def ratioMidi(a: A): A
  53. abstract def reciprocal(a: A): A
    Definition Classes
    NumFrac
  54. abstract def rem(a: A, b: A): A
    Definition Classes
    Num
  55. abstract def roundTo(a: A, b: A): A
    Definition Classes
    Num
  56. abstract def roundUpTo(a: A, b: A): A
    Definition Classes
    Num
  57. abstract def signum(a: A): A
    Definition Classes
    Num
  58. abstract def sin(a: A): A
  59. abstract def sinh(a: A): A
  60. abstract def sqrDif(a: A, b: A): A
    Definition Classes
    Num
  61. abstract def sqrSum(a: A, b: A): A
    Definition Classes
    Num
  62. abstract def sqrt(a: A): A
  63. abstract def squared(a: A): A
    Definition Classes
    Num
  64. abstract def sumSqr(a: A, b: A): A
    Definition Classes
    Num
  65. abstract def tan(a: A): A
  66. abstract def tanh(a: A): A
  67. abstract def times(a: A, b: A): A
    Definition Classes
    Num
  68. abstract def trunc(a: A, b: A): A
    Definition Classes
    Num
  69. abstract def wrap(a: A, lo: A, hi: A): A
    Definition Classes
    Num
  70. abstract def wrap2(a: A, b: A): A
    Definition Classes
    Num
  71. abstract def zero: A
    Definition Classes
    Num

Concrete Value Members

  1. final def !=(arg0: Any): scala.Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): scala.Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  6. final def eq(arg0: AnyRef): scala.Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): scala.Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  9. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  10. final def isInstanceOf[T0]: scala.Boolean
    Definition Classes
    Any
  11. final def ne(arg0: AnyRef): scala.Boolean
    Definition Classes
    AnyRef
  12. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  15. def toString(): String
    Definition Classes
    AnyRef → Any
  16. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  17. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  18. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. def write(out: DataOutput): Unit
    Definition Classes
    AdjunctWritable

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from NumFrac[A]

Inherited from NumDiv[A]

Inherited from Num[A]

Inherited from Ord[A]

Inherited from Eq[A]

Inherited from Adjunct

Inherited from Writable

Inherited from AnyRef

Inherited from Any

Ungrouped