Packages

object Math

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Math
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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 val E: Double(2.718281828459045)
  5. def IEEEremainder(f1: scala.Double, f2: scala.Double): Double
    Annotations
    @alwaysinline()
  6. final val PI: Double(3.141592653589793)
  7. def abs(a: scala.Long): scala.Long
    Annotations
    @alwaysinline()
  8. def abs(a: Int): Int
    Annotations
    @alwaysinline()
  9. def abs(a: scala.Float): scala.Float
    Annotations
    @alwaysinline()
  10. def abs(a: scala.Double): scala.Double
    Annotations
    @alwaysinline()
  11. def acos(a: scala.Double): scala.Double
    Annotations
    @alwaysinline()
  12. def addExact(a: scala.Long, b: scala.Long): scala.Long
    Annotations
    @inline()
  13. def addExact(a: Int, b: Int): Int
    Annotations
    @inline()
  14. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  15. def asin(a: scala.Double): scala.Double
    Annotations
    @alwaysinline()
  16. def atan(a: scala.Double): scala.Double
    Annotations
    @alwaysinline()
  17. def atan2(y: scala.Double, x: scala.Double): scala.Double
    Annotations
    @alwaysinline()
  18. def cbrt(a: scala.Double): scala.Double
    Annotations
    @alwaysinline()
  19. def ceil(a: scala.Double): scala.Double
    Annotations
    @alwaysinline()
  20. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  21. def copySign(magnitude: scala.Float, sign: scala.Float): scala.Float
    Annotations
    @alwaysinline()
  22. def copySign(magnitude: scala.Double, sign: scala.Double): scala.Double
    Annotations
    @alwaysinline()
  23. def cos(a: scala.Double): scala.Double
    Annotations
    @alwaysinline()
  24. def cosh(a: scala.Double): scala.Double
    Annotations
    @alwaysinline()
  25. def decrementExact(a: scala.Long): scala.Long
    Annotations
    @alwaysinline()
  26. def decrementExact(a: Int): Int
    Annotations
    @alwaysinline()
  27. final def eq(arg0: AnyRef): scala.Boolean
    Definition Classes
    AnyRef
  28. def equals(arg0: AnyRef): scala.Boolean
    Definition Classes
    AnyRef → Any
  29. def exp(a: scala.Double): scala.Double
    Annotations
    @alwaysinline()
  30. def expm1(a: scala.Double): scala.Double
    Annotations
    @alwaysinline()
  31. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  32. def floor(a: scala.Double): scala.Double
    Annotations
    @alwaysinline()
  33. def floorDiv(a: scala.Long, b: Int): scala.Long
    Annotations
    @alwaysinline()
  34. def floorDiv(a: scala.Long, b: scala.Long): scala.Long
    Annotations
    @inline()
  35. def floorDiv(a: Int, b: Int): Int
    Annotations
    @inline()
  36. def floorMod(a: scala.Long, b: Int): scala.Long
    Annotations
    @alwaysinline()
  37. def floorMod(a: scala.Long, b: scala.Long): scala.Long
    Annotations
    @inline()
  38. def floorMod(a: Int, b: Int): Int
    Annotations
    @inline()
  39. def fma(a: scala.Double, b: scala.Double, c: scala.Double): scala.Double
    Annotations
    @alwaysinline()
  40. def fma(a: scala.Float, b: scala.Float, c: scala.Float): scala.Float
    Annotations
    @alwaysinline()
  41. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  42. def getExponent(a: scala.Double): scala.Long
    Annotations
    @alwaysinline()
  43. def getExponent(a: scala.Float): Int
    Annotations
    @alwaysinline()
  44. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  45. def hypot(a: scala.Double, b: scala.Double): scala.Double
    Annotations
    @alwaysinline()
  46. def incrementExact(a: scala.Long): scala.Long
    Annotations
    @alwaysinline()
  47. def incrementExact(a: Int): Int
    Annotations
    @alwaysinline()
  48. final def isInstanceOf[T0]: scala.Boolean
    Definition Classes
    Any
  49. def log(a: scala.Double): scala.Double
    Annotations
    @alwaysinline()
  50. def log10(a: scala.Double): scala.Double
    Annotations
    @alwaysinline()
  51. def log1p(a: scala.Double): scala.Double
    Annotations
    @alwaysinline()
  52. def max(a: scala.Long, b: scala.Long): scala.Long
    Annotations
    @alwaysinline()
  53. def max(a: Int, b: Int): Int
    Annotations
    @alwaysinline()
  54. def max(a: scala.Float, b: scala.Float): scala.Float
    Annotations
    @alwaysinline()
  55. def max(a: scala.Double, b: scala.Double): scala.Double
    Annotations
    @alwaysinline()
  56. def min(a: scala.Long, b: scala.Long): scala.Long
    Annotations
    @alwaysinline()
  57. def min(a: Int, b: Int): Int
    Annotations
    @alwaysinline()
  58. def min(a: scala.Float, b: scala.Float): scala.Float
    Annotations
    @alwaysinline()
  59. def min(a: scala.Double, b: scala.Double): scala.Double
    Annotations
    @alwaysinline()
  60. def multiplyExact(a: scala.Long, b: Int): scala.Long
    Annotations
    @alwaysinline()
  61. def multiplyExact(a: scala.Long, b: scala.Long): scala.Long
    Annotations
    @inline()
  62. def multiplyExact(a: Int, b: Int): Int
    Annotations
    @inline()
  63. def multiplyFull(a: Int, b: Int): scala.Long
    Annotations
    @alwaysinline()
  64. def multiplyHigh(a: scala.Long, b: scala.Long): scala.Long
    Annotations
    @alwaysinline()
  65. final def ne(arg0: AnyRef): scala.Boolean
    Definition Classes
    AnyRef
  66. def negateExact(a: scala.Long): scala.Long
    Annotations
    @alwaysinline()
  67. def negateExact(a: Int): Int
    Annotations
    @alwaysinline()
  68. def nextAfter(a: scala.Double, b: scala.Double): scala.Double
  69. def nextAfter(a: scala.Float, b: scala.Double): scala.Float
  70. def nextDown(a: scala.Double): scala.Double
  71. def nextDown(a: scala.Float): scala.Float
  72. def nextUp(a: scala.Double): scala.Double
  73. def nextUp(a: scala.Float): scala.Float
  74. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  75. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  76. def pow(a: scala.Double, b: scala.Double): scala.Double
    Annotations
    @alwaysinline()
  77. def random(): scala.Double
    Annotations
    @alwaysinline()
  78. def rint(a: scala.Double): scala.Double
    Annotations
    @alwaysinline()
  79. def round(a: scala.Double): scala.Long
    Annotations
    @inline()
  80. def round(a: scala.Float): Int
    Annotations
    @inline()
  81. def scalb(a: scala.Double, scaleFactor: Int): scala.Double
    Annotations
    @alwaysinline()
  82. def scalb(a: scala.Float, scaleFactor: Int): scala.Float
    Annotations
    @alwaysinline()
  83. def signum(a: scala.Double): scala.Double
    Annotations
    @alwaysinline()
  84. def signum(a: scala.Float): scala.Float
    Annotations
    @alwaysinline()
  85. def sin(a: scala.Double): scala.Double
    Annotations
    @alwaysinline()
  86. def sinh(a: scala.Double): scala.Double
    Annotations
    @alwaysinline()
  87. def sqrt(a: scala.Double): scala.Double
    Annotations
    @alwaysinline()
  88. def subtractExact(a: scala.Long, b: scala.Long): scala.Long
    Annotations
    @inline()
  89. def subtractExact(a: Int, b: Int): Int
    Annotations
    @inline()
  90. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  91. def tan(a: scala.Double): scala.Double
    Annotations
    @alwaysinline()
  92. def tanh(a: scala.Double): scala.Double
    Annotations
    @alwaysinline()
  93. def toDegrees(a: scala.Double): scala.Double
    Annotations
    @alwaysinline()
  94. def toIntExact(a: scala.Long): Int
  95. def toRadians(a: scala.Double): scala.Double
    Annotations
    @alwaysinline()
  96. def toString(): String
    Definition Classes
    AnyRef → Any
  97. def ulp(a: scala.Double): scala.Double
  98. def ulp(a: scala.Float): scala.Float
  99. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  100. final def wait(arg0: scala.Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  101. final def wait(arg0: scala.Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped