Packages

object tgmath

tgmath.h binding ISO/IEC 9899:1999(C99)

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

Inherited from Any

Ungrouped