core.stdc.tgmath
D header file for C99.
This module contains bindings to selected types and
functions from the standard C header
<tgmath.h>. Note that this
is not automatically generated, and may omit some types/functions from the
original C header.
Standards: ISO/IEC 9899:1999 (E)
-
-
-
-
-
alias
acos = core.stdc.complex.cacosl;
-
-
-
-
-
-
alias
asin = core.stdc.complex.casinl;
-
-
-
-
-
-
alias
atan = core.stdc.complex.catanl;
-
-
-
alias
atan2 = core.stdc.math.atan2l;
-
-
-
-
-
-
alias
cos = core.stdc.complex.ccosl;
-
-
-
alias
sin = core.stdc.math.sinl;
-
-
-
alias
csin = core.stdc.complex.csinl;
-
-
-
-
-
-
alias
tan = core.stdc.complex.ctanl;
-
-
-
-
-
-
alias
acosh = core.stdc.complex.cacoshl;
-
-
-
-
-
-
alias
asinh = core.stdc.complex.casinhl;
-
-
-
-
-
-
alias
atanh = core.stdc.complex.catanhl;
-
-
-
-
-
-
alias
cosh = core.stdc.complex.ccoshl;
-
-
-
-
-
-
alias
sinh = core.stdc.complex.csinhl;
-
-
-
-
-
-
alias
tanh = core.stdc.complex.ctanhl;
-
-
-
-
-
-
alias
exp = core.stdc.complex.cexpl;
-
-
-
alias
exp2 = core.stdc.math.exp2l;
-
-
-
alias
expm1 = core.stdc.math.expm1l;
-
-
-
alias
frexp = core.stdc.math.frexpl;
-
-
-
alias
ilogb = core.stdc.math.ilogbl;
-
-
-
alias
ldexp = core.stdc.math.ldexpl;
-
-
-
-
-
-
alias
log = core.stdc.complex.clogl;
-
-
-
alias
log10 = core.stdc.math.log10l;
-
-
-
alias
log1p = core.stdc.math.log1pl;
-
-
-
alias
log2 = core.stdc.math.log2l;
-
-
-
alias
logb = core.stdc.math.logbl;
-
-
-
alias
modf = core.stdc.math.modfl;
-
-
-
alias
scalbn = core.stdc.math.scalbnl;
-
-
-
alias
scalbln = core.stdc.math.scalblnl;
-
-
-
alias
cbrt = core.stdc.math.cbrtl;
-
-
-
-
-
-
alias
fabs = core.stdc.complex.cabsl;
-
-
-
alias
hypot = core.stdc.math.hypotl;
-
-
-
-
-
-
alias
pow = core.stdc.complex.cpowl;
-
-
-
-
-
-
alias
sqrt = core.stdc.complex.csqrtl;
-
-
-
alias
erf = core.stdc.math.erfl;
-
-
-
alias
erfc = core.stdc.math.erfcl;
-
-
-
alias
lgamma = core.stdc.math.lgammal;
-
-
-
alias
tgamma = core.stdc.math.tgammal;
-
-
-
alias
ceil = core.stdc.math.ceill;
-
-
-
alias
floor = core.stdc.math.floorl;
-
alias
nearbyint =
nearbyint;
-
alias
nearbyint =
nearbyint;
-
alias
nearbyint = core.stdc.math.nearbyintl;
-
-
-
alias
rint = core.stdc.math.rintl;
-
-
-
alias
lrint = core.stdc.math.lrintl;
-
-
-
alias
llrint = core.stdc.math.llrintl;
-
-
-
alias
round = core.stdc.math.roundl;
-
-
-
alias
lround = core.stdc.math.lroundl;
-
-
-
alias
llround = core.stdc.math.llroundl;
-
-
-
alias
trunc = core.stdc.math.truncl;
-
-
-
alias
fmod = core.stdc.math.fmodl;
-
alias
remainder =
remainder;
-
alias
remainder =
remainder;
-
alias
remainder = core.stdc.math.remainderl;
-
-
-
alias
remquo = core.stdc.math.remquol;
-
alias
copysign =
copysign;
-
alias
copysign =
copysign;
-
alias
copysign = core.stdc.math.copysignl;
-
-
-
alias
nan = core.stdc.math.nanl;
-
alias
nextafter =
nextafter;
-
alias
nextafter =
nextafter;
-
alias
nextafter = core.stdc.math.nextafterl;
-
alias
nexttoward =
nexttoward;
-
alias
nexttoward =
nexttoward;
-
alias
nexttoward = core.stdc.math.nexttowardl;
-
-
-
alias
fdim = core.stdc.math.fdiml;
-
-
-
alias
fmax = core.stdc.math.fmaxl;
-
-
-
alias
fmin = core.stdc.math.fminl;
-
-
-
alias
fma = core.stdc.math.fmal;
-
-
-
alias
carg = core.stdc.complex.cargl;
-
-
-
alias
cimag = core.stdc.complex.cimagl;
-
-
-
alias
conj = core.stdc.complex.conjl;
-
-
-
alias
cproj = core.stdc.complex.cprojl;
-
Copyright Sean Kelly 2005 - 2009.
| Page generated by
Ddoc on (no date time)