Mpfr

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(T value, mpfr_prec_t precision)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Alias This

mpfr

Members

Functions

opAssign
Mpfr opAssign(T value)

///////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////

opAssign
Mpfr opAssign(Mpfr value)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
Mpfr opBinary(T value)

///////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////

opBinaryRight
Mpfr opBinaryRight(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
opCmp
int opCmp(T value)

///////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////

opCmp
int opCmp(Mpfr value)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(Mpfr value)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
Mpfr opOpAssign(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
Mpfr opOpAssign(Mpfr value)
Undocumented in source. Be warned that the author may not have intended to support it.
opUnary
Mpfr opUnary()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()

///////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////

Variables

mpfr
mpfr_t mpfr;
Undocumented in source.

Meta