Mpfr

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(T value, mpfr_prec_t p)
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()

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

Properties

precision
mpfr_prec_t precision [@property setter]

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

precision
mpfr_prec_t precision [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

mpfr
mpfr_t mpfr;
Undocumented in source.

Meta