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
a local clone.
core.stdc.complex
D header file for C99.
This module contains bindings to selected types and
functions from the standard C header <complex.h>. Note that this
is not automatically generated, and may omit some types/functions from the
original C header.
License:
Distributed under the
Boost Software License 1.0.
(See accompanying file LICENSE)
Authors:
Sean Kelly
Source core/stdc/complex.d
Standards:
ISO/IEC 9899:1999 (E)
- alias
complex
= creal; - alias
imaginary
= ireal; - nothrow @nogc @trusted cdouble
cacos
(cdoublez
); - nothrow @nogc @trusted cfloat
cacosf
(cfloatz
); - nothrow @nogc @trusted creal
cacosl
(crealz
); - nothrow @nogc @trusted cdouble
casin
(cdoublez
); - nothrow @nogc @trusted cfloat
casinf
(cfloatz
); - nothrow @nogc @trusted creal
casinl
(crealz
); - nothrow @nogc @trusted cdouble
catan
(cdoublez
); - nothrow @nogc @trusted cfloat
catanf
(cfloatz
); - nothrow @nogc @trusted creal
catanl
(crealz
); - nothrow @nogc @trusted cdouble
ccos
(cdoublez
); - nothrow @nogc @trusted cfloat
ccosf
(cfloatz
); - nothrow @nogc @trusted creal
ccosl
(crealz
); - nothrow @nogc @trusted cdouble
csin
(cdoublez
); - nothrow @nogc @trusted cfloat
csinf
(cfloatz
); - nothrow @nogc @trusted creal
csinl
(crealz
); - nothrow @nogc @trusted cdouble
ctan
(cdoublez
); - nothrow @nogc @trusted cfloat
ctanf
(cfloatz
); - nothrow @nogc @trusted creal
ctanl
(crealz
); - nothrow @nogc @trusted cdouble
cacosh
(cdoublez
); - nothrow @nogc @trusted cfloat
cacoshf
(cfloatz
); - nothrow @nogc @trusted creal
cacoshl
(crealz
); - nothrow @nogc @trusted cdouble
casinh
(cdoublez
); - nothrow @nogc @trusted cfloat
casinhf
(cfloatz
); - nothrow @nogc @trusted creal
casinhl
(crealz
); - nothrow @nogc @trusted cdouble
catanh
(cdoublez
); - nothrow @nogc @trusted cfloat
catanhf
(cfloatz
); - nothrow @nogc @trusted creal
catanhl
(crealz
); - nothrow @nogc @trusted cdouble
ccosh
(cdoublez
); - nothrow @nogc @trusted cfloat
ccoshf
(cfloatz
); - nothrow @nogc @trusted creal
ccoshl
(crealz
); - nothrow @nogc @trusted cdouble
csinh
(cdoublez
); - nothrow @nogc @trusted cfloat
csinhf
(cfloatz
); - nothrow @nogc @trusted creal
csinhl
(crealz
); - nothrow @nogc @trusted cdouble
ctanh
(cdoublez
); - nothrow @nogc @trusted cfloat
ctanhf
(cfloatz
); - nothrow @nogc @trusted creal
ctanhl
(crealz
); - nothrow @nogc @trusted cdouble
cexp
(cdoublez
); - nothrow @nogc @trusted cfloat
cexpf
(cfloatz
); - nothrow @nogc @trusted creal
cexpl
(crealz
); - nothrow @nogc @trusted cdouble
clog
(cdoublez
); - nothrow @nogc @trusted cfloat
clogf
(cfloatz
); - nothrow @nogc @trusted creal
clogl
(crealz
); - nothrow @nogc @trusted double
cabs
(cdoublez
); - nothrow @nogc @trusted float
cabsf
(cfloatz
); - nothrow @nogc @trusted real
cabsl
(crealz
); - nothrow @nogc @trusted cdouble
cpow
(cdoublex
, cdoubley
); - nothrow @nogc @trusted cfloat
cpowf
(cfloatx
, cfloaty
); - nothrow @nogc @trusted creal
cpowl
(crealx
, crealy
); - nothrow @nogc @trusted cdouble
csqrt
(cdoublez
); - nothrow @nogc @trusted cfloat
csqrtf
(cfloatz
); - nothrow @nogc @trusted creal
csqrtl
(crealz
); - nothrow @nogc @trusted double
carg
(cdoublez
); - nothrow @nogc @trusted float
cargf
(cfloatz
); - nothrow @nogc @trusted real
cargl
(crealz
); - nothrow @nogc @trusted double
cimag
(cdoublez
); - nothrow @nogc @trusted float
cimagf
(cfloatz
); - nothrow @nogc @trusted real
cimagl
(crealz
); - nothrow @nogc @trusted cdouble
conj
(cdoublez
); - nothrow @nogc @trusted cfloat
conjf
(cfloatz
); - nothrow @nogc @trusted creal
conjl
(crealz
); - nothrow @nogc @trusted cdouble
cproj
(cdoublez
); - nothrow @nogc @trusted cfloat
cprojf
(cfloatz
); - nothrow @nogc @trusted creal
cprojl
(crealz
); - nothrow @nogc @trusted float
crealf
(cfloatz
); - nothrow @nogc @trusted real
creall
(crealz
);
Copyright © 1999-2017 by the D Language Foundation | Page generated by
Ddoc on (no date time)