object tgmath extends tgmath

Linear Supertypes
tgmath, libc.tgmath, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. tgmath
  2. tgmath
  3. tgmath
  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 acos(x: CFloat): CFloat
    Definition Classes
    tgmath
  5. def acos(x: CDouble): CDouble
    Definition Classes
    tgmath
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def asin(x: CFloat): CFloat
    Definition Classes
    tgmath
  8. def asin(x: CDouble): CDouble
    Definition Classes
    tgmath
  9. def asinh(x: CFloat): CFloat
    Definition Classes
    tgmath
  10. def asinh(x: CDouble): CDouble
    Definition Classes
    tgmath
  11. def atan(x: CFloat): CFloat
    Definition Classes
    tgmath
  12. def atan(x: CDouble): CDouble
    Definition Classes
    tgmath
  13. def atan2(y: CFloat, x: CFloat): CFloat
    Definition Classes
    tgmath
  14. def atan2(y: CDouble, x: CDouble): CDouble
    Definition Classes
    tgmath
  15. def atanh(x: CFloat): CFloat
    Definition Classes
    tgmath
  16. def atanh(x: CDouble): CDouble
    Definition Classes
    tgmath
  17. def cbrt(x: CFloat): CFloat
    Definition Classes
    tgmath
  18. def cbrt(x: CDouble): CDouble
    Definition Classes
    tgmath
  19. def ceil(x: CFloat): CFloat
    Definition Classes
    tgmath
  20. def ceil(x: CDouble): CDouble
    Definition Classes
    tgmath
  21. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  22. def copysign(x: CFloat, y: CFloat): CFloat
    Definition Classes
    tgmath
  23. def copysign(x: CDouble, y: CDouble): CDouble
    Definition Classes
    tgmath
  24. def cos(x: CDouble): CDouble
    Definition Classes
    tgmath
  25. def cos(x: CFloat): CFloat
    Definition Classes
    tgmath
  26. def cosh(x: CFloat): CFloat
    Definition Classes
    tgmath
  27. def cosh(x: CDouble): CDouble
    Definition Classes
    tgmath
  28. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  30. def erf(x: CFloat): CFloat
    Definition Classes
    tgmath
  31. def erf(x: CDouble): CDouble
    Definition Classes
    tgmath
  32. def erfc(x: CFloat): CFloat
    Definition Classes
    tgmath
  33. def erfc(x: CDouble): CDouble
    Definition Classes
    tgmath
  34. def exp(x: CFloat): CFloat
    Definition Classes
    tgmath
  35. def exp(x: CDouble): CDouble
    Definition Classes
    tgmath
  36. def exp2(x: CFloat): CFloat
    Definition Classes
    tgmath
  37. def exp2(x: CDouble): CDouble
    Definition Classes
    tgmath
  38. def expm1(x: CFloat): CFloat
    Definition Classes
    tgmath
  39. def expm1(x: CDouble): CDouble
    Definition Classes
    tgmath
  40. def fabs(x: CFloat): CFloat
    Definition Classes
    tgmath
  41. def fabs(x: CDouble): CDouble
    Definition Classes
    tgmath
  42. def fdim(x: CFloat, y: CFloat): CFloat
    Definition Classes
    tgmath
  43. def fdim(x: CDouble, y: CDouble): CDouble
    Definition Classes
    tgmath
  44. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  45. def floor(x: CFloat): CFloat
    Definition Classes
    tgmath
  46. def floor(x: CDouble): CDouble
    Definition Classes
    tgmath
  47. def fma(x: CFloat, y: CFloat, z: CFloat): CFloat
    Definition Classes
    tgmath
  48. def fma(x: CDouble, y: CDouble, z: CDouble): CDouble
    Definition Classes
    tgmath
  49. def fmax(x: CFloat, y: CFloat): CFloat
    Definition Classes
    tgmath
  50. def fmax(x: CDouble, y: CDouble): CDouble
    Definition Classes
    tgmath
  51. def fmin(x: CFloat, y: CFloat): CFloat
    Definition Classes
    tgmath
  52. def fmin(x: CDouble, y: CDouble): CDouble
    Definition Classes
    tgmath
  53. def fmod(x: CFloat, y: CFloat): CFloat
    Definition Classes
    tgmath
  54. def fmod(x: CDouble, y: CDouble): CDouble
    Definition Classes
    tgmath
  55. def frexp(arg: CFloat, exp: Ptr[CInt]): CFloat
    Definition Classes
    tgmath
  56. def frexp(arg: CDouble, exp: Ptr[CInt]): CDouble
    Definition Classes
    tgmath
  57. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  58. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  59. def hypot(x: CFloat, y: CFloat): CFloat
    Definition Classes
    tgmath
  60. def hypot(x: CDouble, y: CDouble): CDouble
    Definition Classes
    tgmath
  61. def ilogb(x: CFloat): CInt
    Definition Classes
    tgmath
  62. def ilogb(x: CDouble): CInt
    Definition Classes
    tgmath
  63. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  64. def ldexp(arg: CFloat, exp: CInt): CFloat
    Definition Classes
    tgmath
  65. def ldexp(arg: CDouble, exp: CInt): CDouble
    Definition Classes
    tgmath
  66. def lgamma(x: CFloat): CFloat
    Definition Classes
    tgmath
  67. def lgamma(x: CDouble): CDouble
    Definition Classes
    tgmath
  68. def llrint(x: CFloat): CLongLong
    Definition Classes
    tgmath
  69. def llrint(x: CDouble): CLongLong
    Definition Classes
    tgmath
  70. def llround(x: CFloat): CLongLong
    Definition Classes
    tgmath
  71. def llround(x: CDouble): CLongLong
    Definition Classes
    tgmath
  72. def log(x: CFloat): CFloat
    Definition Classes
    tgmath
  73. def log(x: CDouble): CDouble
    Definition Classes
    tgmath
  74. def log10(x: CFloat): CFloat
    Definition Classes
    tgmath
  75. def log10(x: CDouble): CDouble
    Definition Classes
    tgmath
  76. def log1p(x: CFloat): CFloat
    Definition Classes
    tgmath
  77. def log1p(x: CDouble): CDouble
    Definition Classes
    tgmath
  78. def log2(x: CFloat): CFloat
    Definition Classes
    tgmath
  79. def log2(x: CDouble): CDouble
    Definition Classes
    tgmath
  80. def logb(x: CFloat): CFloat
    Definition Classes
    tgmath
  81. def logb(x: CDouble): CDouble
    Definition Classes
    tgmath
  82. def lrint(x: CFloat): CLong
    Definition Classes
    tgmath
  83. def lrint(x: CDouble): CLong
    Definition Classes
    tgmath
  84. def lround(x: CFloat): CLong
    Definition Classes
    tgmath
  85. def lround(x: CDouble): CLong
    Definition Classes
    tgmath
  86. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  87. def nearbyint(x: CFloat): CFloat
    Definition Classes
    tgmath
  88. def nearbyint(x: CDouble): CDouble
    Definition Classes
    tgmath
  89. def nextafter(from: CFloat, to: CFloat): CFloat
    Definition Classes
    tgmath
  90. def nextafter(from: CDouble, to: CDouble): CDouble
    Definition Classes
    tgmath
  91. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  92. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  93. def pow(base: CFloat, exponent: CFloat): CFloat
    Definition Classes
    tgmath
  94. def pow(base: CDouble, exponent: CDouble): CDouble
    Definition Classes
    tgmath
  95. def remainder(x: CFloat, y: CFloat): CFloat
    Definition Classes
    tgmath
  96. def remainder(x: CDouble, y: CDouble): CDouble
    Definition Classes
    tgmath
  97. def remquo(x: CFloat, y: CFloat, quo: Ptr[CInt]): CFloat
    Definition Classes
    tgmath
  98. def remquo(x: CDouble, y: CDouble, quo: Ptr[CInt]): CDouble
    Definition Classes
    tgmath
  99. def rint(x: CFloat): CFloat
    Definition Classes
    tgmath
  100. def rint(x: CDouble): CDouble
    Definition Classes
    tgmath
  101. def round(x: CFloat): CFloat
    Definition Classes
    tgmath
  102. def round(x: CDouble): CDouble
    Definition Classes
    tgmath
  103. def scalbln(arg: CFloat, exp: CLong): CFloat
    Definition Classes
    tgmath
  104. def scalbln(arg: CDouble, exp: CLong): CDouble
    Definition Classes
    tgmath
  105. def scalbn(arg: CFloat, exp: CInt): CFloat
    Definition Classes
    tgmath
  106. def scalbn(arg: CDouble, exp: CInt): CDouble
    Definition Classes
    tgmath
  107. def sin(x: CFloat): CFloat
    Definition Classes
    tgmath
  108. def sin(x: CDouble): CDouble
    Definition Classes
    tgmath
  109. def sinh(x: CFloat): CFloat
    Definition Classes
    tgmath
  110. def sinh(x: CDouble): CDouble
    Definition Classes
    tgmath
  111. def sqrt(x: CFloat): CFloat
    Definition Classes
    tgmath
  112. def sqrt(x: CDouble): CDouble
    Definition Classes
    tgmath
  113. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  114. def tan(x: CFloat): CFloat
    Definition Classes
    tgmath
  115. def tan(x: CDouble): CDouble
    Definition Classes
    tgmath
  116. def tanh(x: CFloat): CFloat
    Definition Classes
    tgmath
  117. def tanh(x: CDouble): CDouble
    Definition Classes
    tgmath
  118. def tgamma(x: CFloat): CFloat
    Definition Classes
    tgmath
  119. def tgamma(x: CDouble): CDouble
    Definition Classes
    tgmath
  120. def toString(): String
    Definition Classes
    AnyRef → Any
  121. def trunc(x: CFloat): CFloat
    Definition Classes
    tgmath
  122. def trunc(x: CDouble): CDouble
    Definition Classes
    tgmath
  123. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  124. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  125. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from tgmath

Inherited from libc.tgmath

Inherited from AnyRef

Inherited from Any

Ungrouped