Package

scala

math

Permalink

package math

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

Type Members

  1. abstract class ScalaNumber extends Number

    Permalink

Value Members

  1. final val E: Double(2.718281828459045)

    Permalink
  2. def IEEEremainder(x: Double, y: Double): Double

    Permalink
  3. final val Pi: Double(3.141592653589793)

    Permalink
  4. def abs(x: Double): Double

    Permalink
  5. def abs(x: Float): Float

    Permalink
  6. def abs(x: Long): Long

    Permalink
  7. def abs(x: Int): Int

    Permalink
  8. def acos(x: Double): Double

    Permalink
  9. def asin(x: Double): Double

    Permalink
  10. def atan(x: Double): Double

    Permalink
  11. def atan2(y: Double, x: Double): Double

    Permalink
  12. def cbrt(x: Double): Double

    Permalink
  13. def ceil(x: Double): Double

    Permalink
  14. def cos(x: Double): Double

    Permalink
  15. def cosh(x: Double): Double

    Permalink
  16. def exp(x: Double): Double

    Permalink
  17. def expm1(x: Double): Double

    Permalink
  18. def floor(x: Double): Double

    Permalink
  19. def hypot(x: Double, y: Double): Double

    Permalink
  20. def log(x: Double): Double

    Permalink
  21. def log10(x: Double): Double

    Permalink
  22. def log1p(x: Double): Double

    Permalink
  23. def max(x: Double, y: Double): Double

    Permalink
  24. def max(x: Float, y: Float): Float

    Permalink
  25. def max(x: Long, y: Long): Long

    Permalink
  26. def max(x: Int, y: Int): Int

    Permalink
  27. def min(x: Double, y: Double): Double

    Permalink
  28. def min(x: Float, y: Float): Float

    Permalink
  29. def min(x: Long, y: Long): Long

    Permalink
  30. def min(x: Int, y: Int): Int

    Permalink
  31. def pow(x: Double, y: Double): Double

    Permalink
  32. def random: Double

    Permalink
  33. def rint(x: Double): Double

    Permalink
  34. def round(x: Double): Long

    Permalink
  35. def round(x: Float): Int

    Permalink
  36. def signum(x: Double): Double

    Permalink
  37. def signum(x: Float): Float

    Permalink
  38. def signum(x: Long): Long

    Permalink
  39. def signum(x: Int): Int

    Permalink
  40. def sin(x: Double): Double

    Permalink
  41. def sinh(x: Double): Double

    Permalink
  42. def sqrt(x: Double): Double

    Permalink
  43. def tan(x: Double): Double

    Permalink
  44. def tanh(x: Double): Double

    Permalink
  45. def toDegrees(x: Double): Double

    Permalink
  46. def toRadians(x: Double): Double

    Permalink
  47. def ulp(x: Float): Float

    Permalink
  48. def ulp(x: Double): Double

    Permalink

Deprecated Value Members

  1. def round(x: Long): Long

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.0) This is an integer type; there is no reason to round it. Perhaps you meant to call this with a floating-point value?

Inherited from AnyRef

Inherited from Any

Ungrouped