object math extends math

Annotations
@extern()
Linear Supertypes
math, libc.math, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. math
  2. math
  3. math
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def HUGE_VAL: CDouble
    Definition Classes
    math
    Annotations
    @name("scalanative_huge_val")
  5. def HUGE_VALF: CFloat
    Definition Classes
    math
    Annotations
    @name("scalanative_huge_valf")
  6. def INFINITY: CFloat
    Definition Classes
    math
    Annotations
    @name("scalanative_infinity")
  7. def MATH_ERREXCEPT: CInt
    Definition Classes
    math
    Annotations
    @name("scalanative_math_errexcept")
  8. def MATH_ERRNO: CInt
    Definition Classes
    math
    Annotations
    @name("scalanative_math_errno")
  9. def NAN: CFloat
    Definition Classes
    math
    Annotations
    @name("scalanative_nan")
  10. def acos(x: CDouble): CDouble
    Definition Classes
    math
  11. def acosf(x: CFloat): CFloat
    Definition Classes
    math
  12. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  13. def asin(x: CDouble): CDouble
    Definition Classes
    math
  14. def asinf(x: CFloat): CFloat
    Definition Classes
    math
  15. def asinh(x: CDouble): CDouble
    Definition Classes
    math
  16. def asinhf(x: CFloat): CFloat
    Definition Classes
    math
  17. def atan(x: CDouble): CDouble
    Definition Classes
    math
  18. def atan2(y: CDouble, x: CDouble): CDouble
    Definition Classes
    math
  19. def atan2f(y: CFloat, x: CFloat): CFloat
    Definition Classes
    math
  20. def atanf(x: CFloat): CFloat
    Definition Classes
    math
  21. def atanh(x: CDouble): CDouble
    Definition Classes
    math
  22. def atanhf(x: CFloat): CFloat
    Definition Classes
    math
  23. def cbrt(x: CDouble): CDouble
    Definition Classes
    math
  24. def cbrtf(x: CFloat): CFloat
    Definition Classes
    math
  25. def ceil(x: CDouble): CDouble
    Definition Classes
    math
  26. def ceilf(x: CFloat): CFloat
    Definition Classes
    math
  27. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  28. def copysign(x: CDouble, y: CDouble): CDouble
    Definition Classes
    math
  29. def copysignf(x: CFloat, y: CFloat): CFloat
    Definition Classes
    math
  30. def cos(x: CDouble): CDouble
    Definition Classes
    math
  31. def cosf(x: CFloat): CFloat
    Definition Classes
    math
  32. def cosh(x: CDouble): CDouble
    Definition Classes
    math
  33. def coshf(x: CFloat): CFloat
    Definition Classes
    math
  34. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  36. def erf(x: CDouble): CDouble
    Definition Classes
    math
  37. def erfc(x: CDouble): CDouble
    Definition Classes
    math
  38. def erfcf(x: CFloat): CFloat
    Definition Classes
    math
  39. def erff(x: CFloat): CFloat
    Definition Classes
    math
  40. def exp(x: CDouble): CDouble
    Definition Classes
    math
  41. def exp2(x: CDouble): CDouble
    Definition Classes
    math
  42. def exp2f(x: CFloat): CFloat
    Definition Classes
    math
  43. def expf(x: CFloat): CFloat
    Definition Classes
    math
  44. def expm1(x: CDouble): CDouble
    Definition Classes
    math
  45. def expm1f(x: CFloat): CFloat
    Definition Classes
    math
  46. def fabs(arg: CDouble): CDouble
    Definition Classes
    math
  47. def fabsf(arg: CFloat): CFloat
    Definition Classes
    math
  48. def fdim(x: CDouble, y: CDouble): CDouble
    Definition Classes
    math
  49. def fdimf(x: CFloat, y: CFloat): CFloat
    Definition Classes
    math
  50. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  51. def floor(x: CDouble): CDouble
    Definition Classes
    math
  52. def floorf(x: CFloat): CFloat
    Definition Classes
    math
  53. def fma(x: CDouble, y: CDouble, z: CDouble): CDouble
    Definition Classes
    math
  54. def fmaf(x: CFloat, y: CFloat, z: CFloat): CFloat
    Definition Classes
    math
  55. def fmax(x: CDouble, y: CDouble): CDouble
    Definition Classes
    math
  56. def fmaxf(x: CFloat, y: CFloat): CFloat
    Definition Classes
    math
  57. def fmin(x: CDouble, y: CDouble): CDouble
    Definition Classes
    math
  58. def fminf(x: CFloat, y: CFloat): CFloat
    Definition Classes
    math
  59. def fmod(x: CDouble, y: CDouble): CDouble
    Definition Classes
    math
  60. def fmodf(x: CFloat, y: CFloat): CFloat
    Definition Classes
    math
  61. def frexp(arg: CDouble, exp: Ptr[CInt]): CDouble
    Definition Classes
    math
  62. def frexpf(arg: CFloat, exp: Ptr[CInt]): CFloat
    Definition Classes
    math
  63. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  64. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  65. def hypot(x: CDouble, y: CDouble): CDouble
    Definition Classes
    math
  66. def hypotf(x: CFloat, y: CFloat): CFloat
    Definition Classes
    math
  67. def ilogb(x: CDouble): CInt
    Definition Classes
    math
  68. def ilogbf(x: CFloat): CInt
    Definition Classes
    math
  69. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  70. def labs(x: CLong): CLong
    Definition Classes
    math
  71. def ldexp(arg: CDouble, exp: CInt): CDouble
    Definition Classes
    math
  72. def ldexpf(arg: CFloat, exp: CInt): CFloat
    Definition Classes
    math
  73. def lgamma(x: CDouble): CDouble
    Definition Classes
    math
  74. def lgammaf(x: CFloat): CFloat
    Definition Classes
    math
  75. def llabs(x: CLongLong): CLongLong
    Definition Classes
    math
  76. def llrint(x: CDouble): CLongLong
    Definition Classes
    math
  77. def llrintf(x: CFloat): CLongLong
    Definition Classes
    math
  78. def llround(x: CDouble): CLongLong
    Definition Classes
    math
  79. def llroundf(x: CFloat): CLongLong
    Definition Classes
    math
  80. def log(x: CDouble): CDouble
    Definition Classes
    math
  81. def log10(x: CDouble): CDouble
    Definition Classes
    math
  82. def log10f(x: CFloat): CFloat
    Definition Classes
    math
  83. def log1p(x: CDouble): CDouble
    Definition Classes
    math
  84. def log1pf(x: CFloat): CFloat
    Definition Classes
    math
  85. def log2(x: CDouble): CDouble
    Definition Classes
    math
  86. def log2f(x: CFloat): CFloat
    Definition Classes
    math
  87. def logb(x: CDouble): CDouble
    Definition Classes
    math
  88. def logbf(x: CFloat): CFloat
    Definition Classes
    math
  89. def logf(x: CFloat): CFloat
    Definition Classes
    math
  90. def lrint(x: CDouble): CLong
    Definition Classes
    math
  91. def lrintf(x: CFloat): CLong
    Definition Classes
    math
  92. def lround(x: CDouble): CLong
    Definition Classes
    math
  93. def lroundf(x: CFloat): CLong
    Definition Classes
    math
  94. def math_errhandling: CInt
    Definition Classes
    math
    Annotations
    @name("scalanative_math_errhandling")
  95. def modf(arg: CDouble, iptr: Ptr[CDouble]): CDouble
    Definition Classes
    math
  96. def modff(arg: CFloat, iptr: Ptr[CFloat]): CFloat
    Definition Classes
    math
  97. def nan(str: CString): CDouble
    Definition Classes
    math
  98. def nanf(str: CString): CFloat
    Definition Classes
    math
  99. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  100. def nearbyint(x: CDouble): CDouble
    Definition Classes
    math
  101. def nearbyintf(x: CFloat): CFloat
    Definition Classes
    math
  102. def nextafter(from: CDouble, to: CDouble): CDouble
    Definition Classes
    math
  103. def nextafterf(from: CFloat, to: CFloat): CFloat
    Definition Classes
    math
  104. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  105. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  106. def pow(base: CDouble, exponent: CDouble): CDouble
    Definition Classes
    math
  107. def powf(base: CFloat, exponent: CFloat): CFloat
    Definition Classes
    math
  108. def remainder(x: CDouble, y: CDouble): CDouble
    Definition Classes
    math
  109. def remainderf(x: CFloat, y: CFloat): CFloat
    Definition Classes
    math
  110. def remquo(x: CDouble, y: CDouble, quo: Ptr[CInt]): CDouble
    Definition Classes
    math
  111. def remquof(x: CFloat, y: CFloat, quo: Ptr[CInt]): CFloat
    Definition Classes
    math
  112. def rint(x: CDouble): CDouble
    Definition Classes
    math
  113. def rintf(x: CFloat): CFloat
    Definition Classes
    math
  114. def round(x: CDouble): CDouble
    Definition Classes
    math
  115. def roundf(x: CFloat): CFloat
    Definition Classes
    math
  116. def scalbln(arg: CDouble, exp: CLong): CDouble
    Definition Classes
    math
  117. def scalblnf(arg: CFloat, exp: CLong): CFloat
    Definition Classes
    math
  118. def scalbn(arg: CDouble, exp: CInt): CDouble
    Definition Classes
    math
  119. def scalbnf(arg: CFloat, exp: CInt): CFloat
    Definition Classes
    math
  120. def sin(x: CDouble): CDouble
    Definition Classes
    math
  121. def sinf(x: CFloat): CFloat
    Definition Classes
    math
  122. def sinh(x: CDouble): CDouble
    Definition Classes
    math
  123. def sinhf(x: CFloat): CFloat
    Definition Classes
    math
  124. def sqrt(x: CDouble): CDouble
    Definition Classes
    math
  125. def sqrtf(x: CFloat): CFloat
    Definition Classes
    math
  126. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  127. def tan(x: CDouble): CDouble
    Definition Classes
    math
  128. def tanf(x: CFloat): CFloat
    Definition Classes
    math
  129. def tanh(x: CDouble): CDouble
    Definition Classes
    math
  130. def tanhf(x: CFloat): CFloat
    Definition Classes
    math
  131. def tgamma(x: CDouble): CDouble
    Definition Classes
    math
  132. def tgammaf(x: CFloat): CFloat
    Definition Classes
    math
  133. def toString(): String
    Definition Classes
    AnyRef → Any
  134. def trunc(x: CDouble): CDouble
    Definition Classes
    math
  135. def truncf(x: CFloat): CFloat
    Definition Classes
    math
  136. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  137. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  138. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from math

Inherited from libc.math

Inherited from AnyRef

Inherited from Any

Ungrouped