longdouble_soft

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Constructors

this
this(ulong m, ushort es)
Undocumented in source.
this
this(longdouble_soft ld)
Undocumented in source.
this
this(int i)
Undocumented in source.
this
this(uint i)
Undocumented in source.
this
this(long i)
Undocumented in source.
this
this(ulong i)
Undocumented in source.
this
this(float f)
Undocumented in source.
this
this(double d)
Undocumented in source.
this
this(real r)
Undocumented in source.

Members

Functions

exponent
ushort exponent()
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
longdouble_soft opAssign(longdouble_soft ld)
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
longdouble_soft opAssign(T rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
longdouble_soft opBinary(T rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinaryRight
longdouble_soft opBinaryRight(T rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opCast
T opCast()
Undocumented in source. Be warned that the author may not have intended to support it.
opCmp
int opCmp(T rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(T rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
longdouble_soft opOpAssign(longdouble_soft rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opUnary
longdouble_soft opUnary()
Undocumented in source. Be warned that the author may not have intended to support it.
sign
bool sign()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

dig
uint dig()
Undocumented in source. Be warned that the author may not have intended to support it.
epsilon
longdouble_soft epsilon()
Undocumented in source. Be warned that the author may not have intended to support it.
infinity
longdouble_soft infinity()
Undocumented in source. Be warned that the author may not have intended to support it.
mant_dig
uint mant_dig()
Undocumented in source. Be warned that the author may not have intended to support it.
max
longdouble_soft max()
Undocumented in source. Be warned that the author may not have intended to support it.
max_10_exp
uint max_10_exp()
Undocumented in source. Be warned that the author may not have intended to support it.
max_exp
uint max_exp()
Undocumented in source. Be warned that the author may not have intended to support it.
min_10_exp
uint min_10_exp()
Undocumented in source. Be warned that the author may not have intended to support it.
min_exp
uint min_exp()
Undocumented in source. Be warned that the author may not have intended to support it.
min_normal
longdouble_soft min_normal()
Undocumented in source. Be warned that the author may not have intended to support it.
nan
longdouble_soft nan()
Undocumented in source. Be warned that the author may not have intended to support it.
zero
longdouble_soft zero()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

exp_sign
ushort exp_sign;
Undocumented in source.
mantissa
ulong mantissa;
Undocumented in source.

Meta