tgmath

object tgmath

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

class Object
trait Matchable
class Any
tgmath.type

Value members

Inherited methods

def acos(x: CFloat): CFloat
Inherited from:
tgmath (hidden)
def acos(x: CDouble): CDouble
Inherited from:
tgmath (hidden)
def asin(x: CFloat): CFloat
Inherited from:
tgmath (hidden)
def asin(x: CDouble): CDouble
Inherited from:
tgmath (hidden)
def asinh(x: CFloat): CFloat
Inherited from:
tgmath (hidden)
def asinh(x: CDouble): CDouble
Inherited from:
tgmath (hidden)
def atan(x: CFloat): CFloat
Inherited from:
tgmath (hidden)
def atan(x: CDouble): CDouble
Inherited from:
tgmath (hidden)
def atan2(y: CFloat, x: CFloat): CFloat
Inherited from:
tgmath (hidden)
def atan2(y: CDouble, x: CDouble): CDouble
Inherited from:
tgmath (hidden)
def atanh(x: CFloat): CFloat
Inherited from:
tgmath (hidden)
def atanh(x: CDouble): CDouble
Inherited from:
tgmath (hidden)
def cbrt(x: CFloat): CFloat
Inherited from:
tgmath (hidden)
def cbrt(x: CDouble): CDouble
Inherited from:
tgmath (hidden)
def ceil(x: CFloat): CFloat
Inherited from:
tgmath (hidden)
def ceil(x: CDouble): CDouble
Inherited from:
tgmath (hidden)
def copysign(x: CFloat, y: CFloat): CFloat
Inherited from:
tgmath (hidden)
def copysign(x: CDouble, y: CDouble): CDouble
Inherited from:
tgmath (hidden)
def cos(x: CDouble): CDouble
Inherited from:
tgmath (hidden)
def cos(x: CFloat): CFloat
Inherited from:
tgmath (hidden)
def cosh(x: CFloat): CFloat
Inherited from:
tgmath (hidden)
def cosh(x: CDouble): CDouble
Inherited from:
tgmath (hidden)
def erf(x: CFloat): CFloat
Inherited from:
tgmath (hidden)
def erf(x: CDouble): CDouble
Inherited from:
tgmath (hidden)
def erfc(x: CFloat): CFloat
Inherited from:
tgmath (hidden)
def erfc(x: CDouble): CDouble
Inherited from:
tgmath (hidden)
def exp(x: CFloat): CFloat
Inherited from:
tgmath (hidden)
def exp(x: CDouble): CDouble
Inherited from:
tgmath (hidden)
def exp2(x: CFloat): CFloat
Inherited from:
tgmath (hidden)
def exp2(x: CDouble): CDouble
Inherited from:
tgmath (hidden)
def expm1(x: CFloat): CFloat
Inherited from:
tgmath (hidden)
def expm1(x: CDouble): CDouble
Inherited from:
tgmath (hidden)
def fabs(x: CFloat): CFloat
Inherited from:
tgmath (hidden)
def fabs(x: CDouble): CDouble
Inherited from:
tgmath (hidden)
def fdim(x: CFloat, y: CFloat): CFloat
Inherited from:
tgmath (hidden)
def fdim(x: CDouble, y: CDouble): CDouble
Inherited from:
tgmath (hidden)
def floor(x: CFloat): CFloat
Inherited from:
tgmath (hidden)
def floor(x: CDouble): CDouble
Inherited from:
tgmath (hidden)
def fma(x: CFloat, y: CFloat, z: CFloat): CFloat
Inherited from:
tgmath (hidden)
def fma(x: CDouble, y: CDouble, z: CDouble): CDouble
Inherited from:
tgmath (hidden)
def fmax(x: CFloat, y: CFloat): CFloat
Inherited from:
tgmath (hidden)
def fmax(x: CDouble, y: CDouble): CDouble
Inherited from:
tgmath (hidden)
def fmin(x: CFloat, y: CFloat): CFloat
Inherited from:
tgmath (hidden)
def fmin(x: CDouble, y: CDouble): CDouble
Inherited from:
tgmath (hidden)
def fmod(x: CFloat, y: CFloat): CFloat
Inherited from:
tgmath (hidden)
def fmod(x: CDouble, y: CDouble): CDouble
Inherited from:
tgmath (hidden)
def frexp(arg: CFloat, exp: Ptr[CInt]): CFloat
Inherited from:
tgmath (hidden)
def frexp(arg: CDouble, exp: Ptr[CInt]): CDouble
Inherited from:
tgmath (hidden)
def hypot(x: CFloat, y: CFloat): CFloat
Inherited from:
tgmath (hidden)
def hypot(x: CDouble, y: CDouble): CDouble
Inherited from:
tgmath (hidden)
def ilogb(x: CFloat): CInt
Inherited from:
tgmath (hidden)
def ilogb(x: CDouble): CInt
Inherited from:
tgmath (hidden)
def ldexp(arg: CFloat, exp: CInt): CFloat
Inherited from:
tgmath (hidden)
def ldexp(arg: CDouble, exp: CInt): CDouble
Inherited from:
tgmath (hidden)
def lgamma(x: CFloat): CFloat
Inherited from:
tgmath (hidden)
def lgamma(x: CDouble): CDouble
Inherited from:
tgmath (hidden)
def llrint(x: CFloat): CLongLong
Inherited from:
tgmath (hidden)
def llrint(x: CDouble): CLongLong
Inherited from:
tgmath (hidden)
def llround(x: CFloat): CLongLong
Inherited from:
tgmath (hidden)
def llround(x: CDouble): CLongLong
Inherited from:
tgmath (hidden)
def log(x: CFloat): CFloat
Inherited from:
tgmath (hidden)
def log(x: CDouble): CDouble
Inherited from:
tgmath (hidden)
def log10(x: CFloat): CFloat
Inherited from:
tgmath (hidden)
def log10(x: CDouble): CDouble
Inherited from:
tgmath (hidden)
def log1p(x: CFloat): CFloat
Inherited from:
tgmath (hidden)
def log1p(x: CDouble): CDouble
Inherited from:
tgmath (hidden)
def log2(x: CFloat): CFloat
Inherited from:
tgmath (hidden)
def log2(x: CDouble): CDouble
Inherited from:
tgmath (hidden)
def logb(x: CFloat): CFloat
Inherited from:
tgmath (hidden)
def logb(x: CDouble): CDouble
Inherited from:
tgmath (hidden)
def lrint(x: CFloat): CLong
Inherited from:
tgmath (hidden)
def lrint(x: CDouble): CLong
Inherited from:
tgmath (hidden)
def lround(x: CFloat): CLong
Inherited from:
tgmath (hidden)
def lround(x: CDouble): CLong
Inherited from:
tgmath (hidden)
def nearbyint(x: CFloat): CFloat
Inherited from:
tgmath (hidden)
def nearbyint(x: CDouble): CDouble
Inherited from:
tgmath (hidden)
def nextafter(from: CFloat, to: CFloat): CFloat
Inherited from:
tgmath (hidden)
def nextafter(from: CDouble, to: CDouble): CDouble
Inherited from:
tgmath (hidden)
def pow(base: CFloat, exponent: CFloat): CFloat
Inherited from:
tgmath (hidden)
def pow(base: CDouble, exponent: CDouble): CDouble
Inherited from:
tgmath (hidden)
def remainder(x: CFloat, y: CFloat): CFloat
Inherited from:
tgmath (hidden)
def remainder(x: CDouble, y: CDouble): CDouble
Inherited from:
tgmath (hidden)
def remquo(x: CFloat, y: CFloat, quo: Ptr[CInt]): CFloat
Inherited from:
tgmath (hidden)
def remquo(x: CDouble, y: CDouble, quo: Ptr[CInt]): CDouble
Inherited from:
tgmath (hidden)
def rint(x: CFloat): CFloat
Inherited from:
tgmath (hidden)
def rint(x: CDouble): CDouble
Inherited from:
tgmath (hidden)
def round(x: CFloat): CFloat
Inherited from:
tgmath (hidden)
def round(x: CDouble): CDouble
Inherited from:
tgmath (hidden)
def scalbln(arg: CFloat, exp: CLong): CFloat
Inherited from:
tgmath (hidden)
def scalbln(arg: CDouble, exp: CLong): CDouble
Inherited from:
tgmath (hidden)
def scalbn(arg: CFloat, exp: CInt): CFloat
Inherited from:
tgmath (hidden)
def scalbn(arg: CDouble, exp: CInt): CDouble
Inherited from:
tgmath (hidden)
def sin(x: CFloat): CFloat
Inherited from:
tgmath (hidden)
def sin(x: CDouble): CDouble
Inherited from:
tgmath (hidden)
def sinh(x: CFloat): CFloat
Inherited from:
tgmath (hidden)
def sinh(x: CDouble): CDouble
Inherited from:
tgmath (hidden)
def sqrt(x: CFloat): CFloat
Inherited from:
tgmath (hidden)
def sqrt(x: CDouble): CDouble
Inherited from:
tgmath (hidden)
def tan(x: CFloat): CFloat
Inherited from:
tgmath (hidden)
def tan(x: CDouble): CDouble
Inherited from:
tgmath (hidden)
def tanh(x: CFloat): CFloat
Inherited from:
tgmath (hidden)
def tanh(x: CDouble): CDouble
Inherited from:
tgmath (hidden)
def tgamma(x: CFloat): CFloat
Inherited from:
tgmath (hidden)
def tgamma(x: CDouble): CDouble
Inherited from:
tgmath (hidden)
def trunc(x: CFloat): CFloat
Inherited from:
tgmath (hidden)
def trunc(x: CDouble): CDouble
Inherited from:
tgmath (hidden)