tgmath

object tgmath

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

class Object
trait Matchable
class Any
tgmath.type

Value members

Concrete methods

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