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() @HotSpotIntrinsicCandidate()
  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 floor(x: CFloat): CFloat
  45. def floor(x: CDouble): CDouble
  46. def fma(x: CFloat, y: CFloat, z: CFloat): CFloat
  47. def fma(x: CDouble, y: CDouble, z: CDouble): CDouble
  48. def fmax(x: CFloat, y: CFloat): CFloat
  49. def fmax(x: CDouble, y: CDouble): CDouble
  50. def fmin(x: CFloat, y: CFloat): CFloat
  51. def fmin(x: CDouble, y: CDouble): CDouble
  52. def fmod(x: CFloat, y: CFloat): CFloat
  53. def fmod(x: CDouble, y: CDouble): CDouble
  54. def frexp(arg: CFloat, exp: Ptr[CInt]): CFloat
  55. def frexp(arg: CDouble, exp: Ptr[CInt]): CDouble
  56. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  57. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  58. def hypot(x: CFloat, y: CFloat): CFloat
  59. def hypot(x: CDouble, y: CDouble): CDouble
  60. def ilogb(x: CFloat): CInt
  61. def ilogb(x: CDouble): CInt
  62. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  63. def ldexp(arg: CFloat, exp: CInt): CFloat
  64. def ldexp(arg: CDouble, exp: CInt): CDouble
  65. def lgamma(x: CFloat): CFloat
  66. def lgamma(x: CDouble): CDouble
  67. def llrint(x: CFloat): CLongLong
  68. def llrint(x: CDouble): CLongLong
  69. def llround(x: CFloat): CLongLong
  70. def llround(x: CDouble): CLongLong
  71. def log(x: CFloat): CFloat
  72. def log(x: CDouble): CDouble
  73. def log10(x: CFloat): CFloat
  74. def log10(x: CDouble): CDouble
  75. def log1p(x: CFloat): CFloat
  76. def log1p(x: CDouble): CDouble
  77. def log2(x: CFloat): CFloat
  78. def log2(x: CDouble): CDouble
  79. def logb(x: CFloat): CFloat
  80. def logb(x: CDouble): CDouble
  81. def lrint(x: CFloat): CLong
  82. def lrint(x: CDouble): CLong
  83. def lround(x: CFloat): CLong
  84. def lround(x: CDouble): CLong
  85. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  86. def nearbyint(x: CFloat): CFloat
  87. def nearbyint(x: CDouble): CDouble
  88. def nextafter(from: CFloat, to: CFloat): CFloat
  89. def nextafter(from: CDouble, to: CDouble): CDouble
  90. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  91. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  92. def pow(base: CFloat, exponent: CFloat): CFloat
  93. def pow(base: CDouble, exponent: CDouble): CDouble
  94. def remainder(x: CFloat, y: CFloat): CFloat
  95. def remainder(x: CDouble, y: CDouble): CDouble
  96. def remquo(x: CFloat, y: CFloat, quo: Ptr[CInt]): CFloat
  97. def remquo(x: CDouble, y: CDouble, quo: Ptr[CInt]): CDouble
  98. def rint(x: CFloat): CFloat
  99. def rint(x: CDouble): CDouble
  100. def round(x: CFloat): CFloat
  101. def round(x: CDouble): CDouble
  102. def scalbln(arg: CFloat, exp: CLong): CFloat
  103. def scalbln(arg: CDouble, exp: CLong): CDouble
  104. def scalbn(arg: CFloat, exp: CInt): CFloat
  105. def scalbn(arg: CDouble, exp: CInt): CDouble
  106. def sin(x: CFloat): CFloat
  107. def sin(x: CDouble): CDouble
  108. def sinh(x: CFloat): CFloat
  109. def sinh(x: CDouble): CDouble
  110. def sqrt(x: CFloat): CFloat
  111. def sqrt(x: CDouble): CDouble
  112. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  113. def tan(x: CFloat): CFloat
  114. def tan(x: CDouble): CDouble
  115. def tanh(x: CFloat): CFloat
  116. def tanh(x: CDouble): CDouble
  117. def tgamma(x: CFloat): CFloat
  118. def tgamma(x: CDouble): CDouble
  119. def toString(): String
    Definition Classes
    AnyRef → Any
  120. def trunc(x: CFloat): CFloat
  121. def trunc(x: CDouble): CDouble
  122. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  123. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  124. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped