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