Spec-Zone.ru › D

core.stdc.complex

Файл заголовка D для C99.

Этот модуль содержит привязки к выбранным типам и функциям из стандартного заголовка C <complex.h>. Обратите внимание, что он не генерируется автоматически и может опускать некоторые типы/функции из исходного заголовка C.

Лицензия:
Распространяется по Boost Software License 1.0. (См. сопутствующий файл LICENSE)
Авторы:
Sean Kelly
Источник
core/stdc/complex.d
Стандарты:
ISO/IEC 9899:1999 (E)
alias complex = creal;
alias imaginary = ireal;
nothrow @nogc @trusted cdouble cacos(cdouble z);
nothrow @nogc @trusted cfloat cacosf(cfloat z);
nothrow @nogc @trusted creal cacosl(creal z);
nothrow @nogc @trusted cdouble casin(cdouble z);
nothrow @nogc @trusted cfloat casinf(cfloat z);
nothrow @nogc @trusted creal casinl(creal z);
nothrow @nogc @trusted cdouble catan(cdouble z);
nothrow @nogc @trusted cfloat catanf(cfloat z);
nothrow @nogc @trusted creal catanl(creal z);
nothrow @nogc @trusted cdouble ccos(cdouble z);
nothrow @nogc @trusted cfloat ccosf(cfloat z);
nothrow @nogc @trusted creal ccosl(creal z);
nothrow @nogc @trusted cdouble csin(cdouble z);
nothrow @nogc @trusted cfloat csinf(cfloat z);
nothrow @nogc @trusted creal csinl(creal z);
nothrow @nogc @trusted cdouble ctan(cdouble z);
nothrow @nogc @trusted cfloat ctanf(cfloat z);
nothrow @nogc @trusted creal ctanl(creal z);
nothrow @nogc @trusted cdouble cacosh(cdouble z);
nothrow @nogc @trusted cfloat cacoshf(cfloat z);
nothrow @nogc @trusted creal cacoshl(creal z);
nothrow @nogc @trusted cdouble casinh(cdouble z);
nothrow @nogc @trusted cfloat casinhf(cfloat z);
nothrow @nogc @trusted creal casinhl(creal z);
nothrow @nogc @trusted cdouble catanh(cdouble z);
nothrow @nogc @trusted cfloat catanhf(cfloat z);
nothrow @nogc @trusted creal catanhl(creal z);
nothrow @nogc @trusted cdouble ccosh(cdouble z);
nothrow @nogc @trusted cfloat ccoshf(cfloat z);
nothrow @nogc @trusted creal ccoshl(creal z);
nothrow @nogc @trusted cdouble csinh(cdouble z);
nothrow @nogc @trusted cfloat csinhf(cfloat z);
nothrow @nogc @trusted creal csinhl(creal z);
nothrow @nogc @trusted cdouble ctanh(cdouble z);
nothrow @nogc @trusted cfloat ctanhf(cfloat z);
nothrow @nogc @trusted creal ctanhl(creal z);
nothrow @nogc @trusted cdouble cexp(cdouble z);
nothrow @nogc @trusted cfloat cexpf(cfloat z);
nothrow @nogc @trusted creal cexpl(creal z);
nothrow @nogc @trusted cdouble clog(cdouble z);
nothrow @nogc @trusted cfloat clogf(cfloat z);
nothrow @nogc @trusted creal clogl(creal z);
nothrow @nogc @trusted double cabs(cdouble z);
nothrow @nogc @trusted float cabsf(cfloat z);
nothrow @nogc @trusted real cabsl(creal z);
nothrow @nogc @trusted cdouble cpow(cdouble x, cdouble y);
nothrow @nogc @trusted cfloat cpowf(cfloat x, cfloat y);
nothrow @nogc @trusted creal cpowl(creal x, creal y);
nothrow @nogc @trusted cdouble csqrt(cdouble z);
nothrow @nogc @trusted cfloat csqrtf(cfloat z);
nothrow @nogc @trusted creal csqrtl(creal z);
nothrow @nogc @trusted double carg(cdouble z);
nothrow @nogc @trusted float cargf(cfloat z);
nothrow @nogc @trusted real cargl(creal z);
nothrow @nogc @trusted double cimag(cdouble z);
nothrow @nogc @trusted float cimagf(cfloat z);
nothrow @nogc @trusted real cimagl(creal z);
nothrow @nogc @trusted cdouble conj(cdouble z);
nothrow @nogc @trusted cfloat conjf(cfloat z);
nothrow @nogc @trusted creal conjl(creal z);
nothrow @nogc @trusted cdouble cproj(cdouble z);
nothrow @nogc @trusted cfloat cprojf(cfloat z);
nothrow @nogc @trusted creal cprojl(creal z);
nothrow @nogc @trusted double creald(cdouble z);
nothrow @nogc @trusted float crealf(cfloat z);
nothrow @nogc @trusted real creall(creal z);

© 1999–2021 The D Language Foundation
Licensed under the Boost License 1.0.
https://dlang.org/phobos/core_stdc_complex.html

Spec-Zone.ru

Настройки Оффлайн Что нового Помощь О нас
Spec-Zone .ru
спецификации, руководства, описания, API