View source code
Display the source code in core/stdc/tgmath.d from which this page was generated on github.
Report a bug
If you spot a problem with this page, click here to create a Bugzilla issue.
Improve this page
Quickly fork, edit online, and submit a pull request for this page. Requires a signed-in GitHub account. This works well for small changes. If you'd like to make larger changes you may want to consider using local clone.

Module 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)

Aliases

NameTypeDescription
acos core.stdc.math.acos
acosh core.stdc.math.acosh
asin core.stdc.math.asin
asinh core.stdc.math.asinh
atan core.stdc.math.atan
atan2 core.stdc.math.atan2
atanh core.stdc.math.atanh
carg core.stdc.complex.cargl
cbrt core.stdc.math.cbrtl
ceil core.stdc.math.ceill
cimag core.stdc.complex.cimagl
conj core.stdc.complex.conjl
copysign core.stdc.math.copysignl
cos core.stdc.math.cos
cosh core.stdc.math.cosh
cproj core.stdc.complex.cprojf
csin core.stdc.complex.csinl
erf core.stdc.math.erf
erfc core.stdc.math.erfcl
exp core.stdc.math.exp
exp2 core.stdc.math.exp2
expm1 core.stdc.math.expm1
fabs core.stdc.complex.cabsl
fdim core.stdc.math.fdiml
floor core.stdc.math.floorl
fma core.stdc.math.fmaf
fmax core.stdc.math.fmax
fmin core.stdc.math.fmin
fmod core.stdc.math.fmod
frexp core.stdc.math.frexpl
hypot core.stdc.math.hypot
ilogb core.stdc.math.ilogbl
ldexp core.stdc.math.ldexpl
lgamma core.stdc.math.lgamma
llrint core.stdc.math.llrint
llround core.stdc.math.llround
log core.stdc.complex.clogl
log10 core.stdc.math.log10l
log1p core.stdc.math.log1pf
log2 core.stdc.math.log2
logb core.stdc.math.logb
lrint core.stdc.math.lrint
lround core.stdc.math.lround
modf core.stdc.math.modf
nan core.stdc.math.nan
nearbyint core.stdc.math.nearbyint
nextafter core.stdc.math.nextafter
nexttoward core.stdc.math.nexttoward
pow core.stdc.math.pow
remainder core.stdc.math.remainder
remquo core.stdc.math.remquo
rint core.stdc.math.rint
round core.stdc.math.round
scalbln core.stdc.math.scalbln
scalbn core.stdc.math.scalbn
sin core.stdc.math.sinl
sinh core.stdc.complex.csinhl
sqrt core.stdc.math.sqrt
tan core.stdc.math.tan
tanh core.stdc.complex.ctanh
tgamma core.stdc.math.tgammal
trunc core.stdc.math.truncf

Authors

Sean Kelly

License

Distributed under the Boost Software License 1.0. (See accompanying file LICENSE)