CTFloat

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
nothrow extern (C++)
struct CTFloat {}

Members

Aliases

cos
alias cos = dmd.root.longdouble.cosl
Undocumented in source.
fabs
alias fabs = dmd.root.longdouble.fabsl
Undocumented in source.
ldexp
alias ldexp = dmd.root.longdouble.ldexpl
Undocumented in source.
sin
alias sin = dmd.root.longdouble.sinl
Undocumented in source.
sqrt
alias sqrt = dmd.root.longdouble.sqrtl
Undocumented in source.
tan
alias tan = dmd.root.longdouble.tanl
Undocumented in source.

Manifest constants

yl2x_supported
enum yl2x_supported;
Undocumented in source.
yl2x_supported
enum yl2x_supported;
Undocumented in source.
yl2xp1_supported
enum yl2xp1_supported;
Undocumented in source.

Static functions

ceil
real_t ceil(real_t x)
Undocumented in source. Be warned that the author may not have intended to support it.
ceil
real_t ceil(real_t x)
Undocumented in source. Be warned that the author may not have intended to support it.
copysign
real_t copysign(real_t x, real_t s)
Undocumented in source. Be warned that the author may not have intended to support it.
copysign
real_t copysign(real_t x, real_t s)
Undocumented in source. Be warned that the author may not have intended to support it.
cos
real_t cos(real_t x)
Undocumented in source. Be warned that the author may not have intended to support it.
exp
real_t exp(real_t x)
Undocumented in source. Be warned that the author may not have intended to support it.
exp
real_t exp(real_t x)
Undocumented in source. Be warned that the author may not have intended to support it.
exp2
real_t exp2(real_t x)
Undocumented in source. Be warned that the author may not have intended to support it.
exp2
real_t exp2(real_t x)
Undocumented in source. Be warned that the author may not have intended to support it.
expm1
real_t expm1(real_t x)
Undocumented in source. Be warned that the author may not have intended to support it.
expm1
real_t expm1(real_t x)
Undocumented in source. Be warned that the author may not have intended to support it.
fabs
real_t fabs(real_t x)
Undocumented in source. Be warned that the author may not have intended to support it.
floor
real_t floor(real_t x)
Undocumented in source. Be warned that the author may not have intended to support it.
floor
real_t floor(real_t x)
Undocumented in source. Be warned that the author may not have intended to support it.
fma
real_t fma(real_t x, real_t y, real_t z)
Undocumented in source. Be warned that the author may not have intended to support it.
fmax
real_t fmax(real_t x, real_t y)
Undocumented in source. Be warned that the author may not have intended to support it.
fmin
real_t fmin(real_t x, real_t y)
Undocumented in source. Be warned that the author may not have intended to support it.
hash
size_t hash(real_t a)
Undocumented in source. Be warned that the author may not have intended to support it.
initialize
void initialize()
Undocumented in source. Be warned that the author may not have intended to support it.
isIdentical
bool isIdentical(real_t a, real_t b)
Undocumented in source. Be warned that the author may not have intended to support it.
isInfinity
bool isInfinity(real_t r)
Undocumented in source. Be warned that the author may not have intended to support it.
isNaN
bool isNaN(real_t r)
Undocumented in source. Be warned that the author may not have intended to support it.
isSNaN
bool isSNaN(real_t r)
Undocumented in source. Be warned that the author may not have intended to support it.
isSNaN
bool isSNaN(longdouble_soft ld)
Undocumented in source. Be warned that the author may not have intended to support it.
ldexp
real_t ldexp(real_t n, int exp)
Undocumented in source. Be warned that the author may not have intended to support it.
log
real_t log(real_t x)
Undocumented in source. Be warned that the author may not have intended to support it.
log
real_t log(real_t x)
Undocumented in source. Be warned that the author may not have intended to support it.
log10
real_t log10(real_t x)
Undocumented in source. Be warned that the author may not have intended to support it.
log10
real_t log10(real_t x)
Undocumented in source. Be warned that the author may not have intended to support it.
log2
real_t log2(real_t x)
Undocumented in source. Be warned that the author may not have intended to support it.
log2
real_t log2(real_t x)
Undocumented in source. Be warned that the author may not have intended to support it.
parse
real_t parse(const(char)* literal, bool* isOutOfRange)
Undocumented in source. Be warned that the author may not have intended to support it.
pow
real_t pow(real_t x, real_t y)
Undocumented in source. Be warned that the author may not have intended to support it.
pow
real_t pow(real_t x, real_t y)
Undocumented in source. Be warned that the author may not have intended to support it.
round
real_t round(real_t x)
Undocumented in source. Be warned that the author may not have intended to support it.
round
real_t round(real_t x)
Undocumented in source. Be warned that the author may not have intended to support it.
sin
real_t sin(real_t x)
Undocumented in source. Be warned that the author may not have intended to support it.
sprint
int sprint(char* str, char fmt, real_t x)
Undocumented in source. Be warned that the author may not have intended to support it.
sqrt
real_t sqrt(real_t x)
Undocumented in source. Be warned that the author may not have intended to support it.
tan
real_t tan(real_t x)
Undocumented in source. Be warned that the author may not have intended to support it.
trunc
real_t trunc(real_t x)
Undocumented in source. Be warned that the author may not have intended to support it.
trunc
real_t trunc(real_t x)
Undocumented in source. Be warned that the author may not have intended to support it.
yl2x
void yl2x(real_t* x, real_t* y, real_t* res)
Undocumented in source. Be warned that the author may not have intended to support it.
yl2xp1
void yl2xp1(real_t* x, real_t* y, real_t* res)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

half
real_t half;
Undocumented in source.
minusone
real_t minusone;
Undocumented in source.
one
real_t one;
Undocumented in source.
zero
real_t zero;
Undocumented in source.

Meta