mp_real
mp_real
mp_real
mp_real
mp_real
mp_real
mp_real
operator *= ( const mp_real & ja )
operator ++ ( )
operator ++ ( int )
operator += ( const mp_real & ja )
operator -- ( )
operator -- ( int )
operator -= ( const mp_real & ja )
operator = ( const char * )
operator = ( const double & )
operator = ( const int & )
operator = ( const mp_complex & )
operator = ( const mp_int & )
operator = ( const mp_real & )
operator/
public mp_real mp_real(const mpsize & size) ;
| size | The precision level of the object, in words. |
public mp_real mp_real(const mpprecision & precision = mpipl) ;
| precision | The precision level of the object, in digits. |
public mp_real mp_real(int ia,const mpprecision & precision = mpipl) ;
| precision | The precision level of the object, in digits. |
public mp_real mp_real(double da,const mpprecision & precision = mpipl) ;
| precision | The precision level of the object, in digits. |
public mp_real mp_real(char * ca,const mpprecision & precision = mpipl) ;
| precision | The precision level of the object, in digits. The default is assigned the value of mpipl. |
public mp_real mp_real(const mp_int & in) ;
public mp_real mp_real(const mp_real & in) ;
public mp_real & operator =(const int &) ;
public mp_real & operator =(const double &) ;
operator = ( const mp_real & )
public mp_real & operator =(const mp_real &) ;
public mp_real & operator =(const mp_int &) ;
operator = ( const mp_complex & )
public mp_real & operator =(const mp_complex &) ;
public mp_real & operator =(const char *) ;
public mp_real operator ++() ;
public mp_real operator ++(int) ;
public mp_real operator --() ;
public mp_real operator --(int) ;
operator += ( const mp_real & ja )
public inline mp_real & operator +=(const mp_real & ja) ;
operator -= ( const mp_real & ja )
public inline mp_real & operator -=(const mp_real & ja) ;
operator *= ( const mp_real & ja )
public inline mp_real & operator *=(const mp_real & ja) ;
public inline mp_real & operator/(const mp_real & ja) ;
This documentation was generated automatically by the ccdoc tool (version 0.6).
Click here to submit a bug report or feature request.