Classes | Functions
mpfr Namespace Reference

Classes

class  conversion_overflow
class  mpreal

Functions

bool _isinf (const mpreal &v)
bool _isint (const mpreal &v)
bool _isnan (const mpreal &v)
bool _isnum (const mpreal &v)
bool _isregular (const mpreal &v)
bool _iszero (const mpreal &v)
const mpreal _j0 (const mpreal &v, mp_rnd_t rnd_mode)
const mpreal _j1 (const mpreal &v, mp_rnd_t rnd_mode)
const mpreal _jn (long n, const mpreal &v, mp_rnd_t rnd_mode)
const mpreal _y0 (const mpreal &v, mp_rnd_t rnd_mode)
const mpreal _y1 (const mpreal &v, mp_rnd_t rnd_mode)
const mpreal _yn (long n, const mpreal &v, mp_rnd_t rnd_mode)
const mpreal abs (const mpreal &v, mp_rnd_t rnd_mode)
const mpreal acos (const mpreal &v, mp_rnd_t rnd_mode)
const mpreal acosh (const mpreal &v, mp_rnd_t rnd_mode)
const mpreal agm (const mpreal &v1, const mpreal &v2, mp_rnd_t rnd_mode)
const mpreal ai (const mpreal &v, mp_rnd_t rnd_mode)
const mpreal asin (const mpreal &v, mp_rnd_t rnd_mode)
const mpreal asinh (const mpreal &v, mp_rnd_t rnd_mode)
const mpreal atan (const mpreal &v, mp_rnd_t rnd_mode)
const mpreal atan2 (const mpreal &y, const mpreal &x, mp_rnd_t rnd_mode)
const mpreal atanh (const mpreal &v, mp_rnd_t rnd_mode)
const mpreal cbrt (const mpreal &v, mp_rnd_t rnd_mode)
const mpreal ceil (const mpreal &v)
int cmpabs (const mpreal &a, const mpreal &b)
const mpreal const_catalan (mp_prec_t prec, mp_rnd_t rnd_mode)
const mpreal const_euler (mp_prec_t prec, mp_rnd_t rnd_mode)
const mpreal const_infinity (int sign, mp_prec_t prec, mp_rnd_t rnd_mode)
const mpreal const_log2 (mp_prec_t prec, mp_rnd_t rnd_mode)
const mpreal const_pi (mp_prec_t prec, mp_rnd_t rnd_mode)
const mpreal cos (const mpreal &v, mp_rnd_t rnd_mode)
const mpreal cosh (const mpreal &v, mp_rnd_t rnd_mode)
const mpreal cot (const mpreal &v, mp_rnd_t rnd_mode)
const mpreal coth (const mpreal &v, mp_rnd_t rnd_mode)
const mpreal csc (const mpreal &v, mp_rnd_t rnd_mode)
const mpreal csch (const mpreal &v, mp_rnd_t rnd_mode)
const mpreal digamma (const mpreal &v, mp_rnd_t rnd_mode)
const mpreal dim (const mpreal &a, const mpreal &b, mp_rnd_t rnd_mode)
const mpreal div_2si (const mpreal &v, long int k, mp_rnd_t rnd_mode)
const mpreal div_2ui (const mpreal &v, unsigned long int k, mp_rnd_t rnd_mode)
const mpreal eint (const mpreal &v, mp_rnd_t rnd_mode)
const mpreal erf (const mpreal &v, mp_rnd_t rnd_mode)
const mpreal erfc (const mpreal &v, mp_rnd_t rnd_mode)
const mpreal exp (const mpreal &v, mp_rnd_t rnd_mode)
const mpreal exp10 (const mpreal &v, mp_rnd_t rnd_mode)
const mpreal exp2 (const mpreal &v, mp_rnd_t rnd_mode)
const mpreal expm1 (const mpreal &v, mp_rnd_t rnd_mode)
const mpreal fabs (const mpreal &v, mp_rnd_t rnd_mode)
const mpreal fac_ui (unsigned long int v, mp_prec_t prec, mp_rnd_t rnd_mode)
const mpreal floor (const mpreal &v)
const mpreal fma (const mpreal &v1, const mpreal &v2, const mpreal &v3, mp_rnd_t rnd_mode)
const mpreal fmax (const mpreal &x, const mpreal &y, mp_rnd_t rnd_mode)
const mpreal fmin (const mpreal &x, const mpreal &y, mp_rnd_t rnd_mode)
const mpreal fmod (const mpreal &x, const mpreal &y, mp_rnd_t rnd_mode)
const mpreal fms (const mpreal &v1, const mpreal &v2, const mpreal &v3, mp_rnd_t rnd_mode)
const mpreal frac (const mpreal &v, mp_rnd_t rnd_mode)
const mpreal frexp (const mpreal &v, mp_exp_t *exp)
const mpreal gamma (const mpreal &v, mp_rnd_t rnd_mode)
const mpreal hypot (const mpreal &x, const mpreal &y, mp_rnd_t rnd_mode)
const mpreal ldexp (const mpreal &v, mp_exp_t exp)
const mpreal lgamma (const mpreal &v, int *signp, mp_rnd_t rnd_mode)
const mpreal li2 (const mpreal &v, mp_rnd_t rnd_mode)
const mpreal lngamma (const mpreal &v, mp_rnd_t rnd_mode)
const mpreal log (const mpreal &v, mp_rnd_t rnd_mode)
const mpreal log10 (const mpreal &v, mp_rnd_t rnd_mode)
const mpreal log1p (const mpreal &v, mp_rnd_t rnd_mode)
const mpreal log2 (const mpreal &v, mp_rnd_t rnd_mode)
const mpreal machine_epsilon (mp_prec_t prec=mpreal::default_prec)
const mpreal() max (const mpreal &x, const mpreal &y)
const mpreal() min (const mpreal &x, const mpreal &y)
const mpreal modf (const mpreal &v, mpreal &n)
const mpreal mpreal_max (mp_prec_t prec=mpreal::default_prec)
const mpreal mpreal_min (mp_prec_t prec=mpreal::default_prec)
const mpreal mul_2si (const mpreal &v, long int k, mp_rnd_t rnd_mode)
const mpreal mul_2ui (const mpreal &v, unsigned long int k, mp_rnd_t rnd_mode)
const mpreal nextabove (const mpreal &x)
const mpreal nextbelow (const mpreal &x)
const mpreal nexttoward (const mpreal &x, const mpreal &y)
bool operator!= (const mpreal &a, const unsigned long int b)
bool operator!= (const mpreal &a, const unsigned int b)
bool operator!= (const mpreal &a, const long int b)
bool operator!= (const mpreal &a, const int b)
bool operator!= (const mpreal &a, const long double b)
bool operator!= (const mpreal &a, const double b)
bool operator!= (const unsigned long int a, const mpreal &b)
bool operator!= (const unsigned int a, const mpreal &b)
bool operator!= (const long int a, const mpreal &b)
bool operator!= (const int a, const mpreal &b)
bool operator!= (const long double a, const mpreal &b)
bool operator!= (const double a, const mpreal &b)
bool operator!= (const mpreal &a, const mpreal &b)
const mpreal operator* (const mpreal &a, const mpreal &b)
const mpreal operator* (const mpreal &a, const mpz_t b)
const mpreal operator* (const mpreal &a, const mpq_t b)
const mpreal operator* (const mpreal &a, const long double b)
const mpreal operator* (const mpreal &a, const double b)
const mpreal operator* (const mpreal &a, const unsigned long int b)
const mpreal operator* (const mpreal &a, const unsigned int b)
const mpreal operator* (const mpreal &a, const long int b)
const mpreal operator* (const mpreal &a, const int b)
const mpreal operator* (const mpz_t b, const mpreal &a)
const mpreal operator* (const mpq_t b, const mpreal &a)
const mpreal operator* (const long double b, const mpreal &a)
const mpreal operator* (const double b, const mpreal &a)
const mpreal operator* (const unsigned long int b, const mpreal &a)
const mpreal operator* (const unsigned int b, const mpreal &a)
const mpreal operator* (const long int b, const mpreal &a)
const mpreal operator* (const int b, const mpreal &a)
const mpreal operator+ (const mpreal &a, const mpreal &b)
const mpreal operator+ (const mpreal &a, const mpz_t b)
const mpreal operator+ (const mpreal &a, const mpq_t b)
const mpreal operator+ (const mpreal &a, const long double b)
const mpreal operator+ (const mpreal &a, const double b)
const mpreal operator+ (const mpreal &a, const unsigned long int b)
const mpreal operator+ (const mpreal &a, const unsigned int b)
const mpreal operator+ (const mpreal &a, const long int b)
const mpreal operator+ (const mpreal &a, const int b)
const mpreal operator+ (const mpreal &a, const char *b)
const mpreal operator+ (const char *a, const mpreal &b)
const std::string operator+ (const mpreal &a, const std::string b)
const std::string operator+ (const std::string a, const mpreal &b)
const mpreal operator+ (const mpz_t b, const mpreal &a)
const mpreal operator+ (const mpq_t b, const mpreal &a)
const mpreal operator+ (const long double b, const mpreal &a)
const mpreal operator+ (const double b, const mpreal &a)
const mpreal operator+ (const unsigned long int b, const mpreal &a)
const mpreal operator+ (const unsigned int b, const mpreal &a)
const mpreal operator+ (const long int b, const mpreal &a)
const mpreal operator+ (const int b, const mpreal &a)
const mpreal operator- (const mpreal &a, const mpreal &b)
const mpreal operator- (const mpreal &a, const mpz_t b)
const mpreal operator- (const mpreal &a, const mpq_t b)
const mpreal operator- (const mpreal &a, const long double b)
const mpreal operator- (const mpreal &a, const double b)
const mpreal operator- (const mpreal &a, const unsigned long int b)
const mpreal operator- (const mpreal &a, const unsigned int b)
const mpreal operator- (const mpreal &a, const long int b)
const mpreal operator- (const mpreal &a, const int b)
const mpreal operator- (const mpreal &a, const char *b)
const mpreal operator- (const char *a, const mpreal &b)
const mpreal operator- (const mpz_t b, const mpreal &a)
const mpreal operator- (const mpq_t b, const mpreal &a)
const mpreal operator- (const long double b, const mpreal &a)
const mpreal operator- (const double b, const mpreal &a)
const mpreal operator- (const unsigned long int b, const mpreal &a)
const mpreal operator- (const unsigned int b, const mpreal &a)
const mpreal operator- (const long int b, const mpreal &a)
const mpreal operator- (const int b, const mpreal &a)
const mpreal operator/ (const mpreal &a, const mpreal &b)
const mpreal operator/ (const mpreal &a, const mpz_t b)
const mpreal operator/ (const mpreal &a, const mpq_t b)
const mpreal operator/ (const mpreal &a, const long double b)
const mpreal operator/ (const mpreal &a, const double b)
const mpreal operator/ (const mpreal &a, const unsigned long int b)
const mpreal operator/ (const mpreal &a, const unsigned int b)
const mpreal operator/ (const mpreal &a, const long int b)
const mpreal operator/ (const mpreal &a, const int b)
const mpreal operator/ (const long double b, const mpreal &a)
const mpreal operator/ (const unsigned long int b, const mpreal &a)
const mpreal operator/ (const unsigned int b, const mpreal &a)
const mpreal operator/ (const long int b, const mpreal &a)
const mpreal operator/ (const int b, const mpreal &a)
const mpreal operator/ (const double b, const mpreal &a)
bool operator< (const mpreal &a, const unsigned long int b)
bool operator< (const mpreal &a, const unsigned int b)
bool operator< (const mpreal &a, const long int b)
bool operator< (const mpreal &a, const int b)
bool operator< (const mpreal &a, const long double b)
bool operator< (const mpreal &a, const double b)
bool operator< (const unsigned long int a, const mpreal &b)
bool operator< (const unsigned int a, const mpreal &b)
bool operator< (const long int a, const mpreal &b)
bool operator< (const int a, const mpreal &b)
bool operator< (const long double a, const mpreal &b)
bool operator< (const double a, const mpreal &b)
bool operator< (const mpreal &a, const mpreal &b)
ostream & operator<< (ostream &os, const mpreal &v)
const mpreal operator<< (const mpreal &v, const unsigned long int k)
const mpreal operator<< (const mpreal &v, const unsigned int k)
const mpreal operator<< (const mpreal &v, const long int k)
const mpreal operator<< (const mpreal &v, const int k)
bool operator<= (const mpreal &a, const unsigned long int b)
bool operator<= (const mpreal &a, const unsigned int b)
bool operator<= (const mpreal &a, const long int b)
bool operator<= (const mpreal &a, const int b)
bool operator<= (const mpreal &a, const long double b)
bool operator<= (const mpreal &a, const double b)
bool operator<= (const unsigned long int a, const mpreal &b)
bool operator<= (const unsigned int a, const mpreal &b)
bool operator<= (const long int a, const mpreal &b)
bool operator<= (const int a, const mpreal &b)
bool operator<= (const long double a, const mpreal &b)
bool operator<= (const double a, const mpreal &b)
bool operator<= (const mpreal &a, const mpreal &b)
bool operator== (const mpreal &a, const unsigned long int b)
bool operator== (const mpreal &a, const unsigned int b)
bool operator== (const mpreal &a, const long int b)
bool operator== (const mpreal &a, const int b)
bool operator== (const mpreal &a, const long double b)
bool operator== (const mpreal &a, const double b)
bool operator== (const unsigned long int a, const mpreal &b)
bool operator== (const unsigned int a, const mpreal &b)
bool operator== (const long int a, const mpreal &b)
bool operator== (const int a, const mpreal &b)
bool operator== (const long double a, const mpreal &b)
bool operator== (const double a, const mpreal &b)
bool operator== (const mpreal &a, const mpreal &b)
bool operator> (const mpreal &a, const unsigned long int b)
bool operator> (const mpreal &a, const unsigned int b)
bool operator> (const mpreal &a, const long int b)
bool operator> (const mpreal &a, const int b)
bool operator> (const mpreal &a, const long double b)
bool operator> (const mpreal &a, const double b)
bool operator> (const unsigned long int a, const mpreal &b)
bool operator> (const unsigned int a, const mpreal &b)
bool operator> (const long int a, const mpreal &b)
bool operator> (const int a, const mpreal &b)
bool operator> (const long double a, const mpreal &b)
bool operator> (const double a, const mpreal &b)
bool operator> (const mpreal &a, const mpreal &b)
bool operator>= (const mpreal &a, const unsigned long int b)
bool operator>= (const mpreal &a, const unsigned int b)
bool operator>= (const mpreal &a, const long int b)
bool operator>= (const mpreal &a, const int b)
bool operator>= (const mpreal &a, const long double b)
bool operator>= (const mpreal &a, const double b)
bool operator>= (const unsigned long int a, const mpreal &b)
bool operator>= (const unsigned int a, const mpreal &b)
bool operator>= (const long int a, const mpreal &b)
bool operator>= (const int a, const mpreal &b)
bool operator>= (const long double a, const mpreal &b)
bool operator>= (const double a, const mpreal &b)
bool operator>= (const mpreal &a, const mpreal &b)
istream & operator>> (istream &is, mpreal &v)
const mpreal operator>> (const mpreal &v, const unsigned long int k)
const mpreal operator>> (const mpreal &v, const unsigned int k)
const mpreal operator>> (const mpreal &v, const long int k)
const mpreal operator>> (const mpreal &v, const int k)
const mpreal pow (const mpreal &a, const unsigned int b, mp_rnd_t rnd_mode=mpreal::default_rnd)
const mpreal pow (const mpreal &a, const int b, mp_rnd_t rnd_mode=mpreal::default_rnd)
const mpreal pow (const mpreal &a, const long double b, mp_rnd_t rnd_mode=mpreal::default_rnd)
const mpreal pow (const mpreal &a, const double b, mp_rnd_t rnd_mode=mpreal::default_rnd)
const mpreal pow (const unsigned int a, const mpreal &b, mp_rnd_t rnd_mode=mpreal::default_rnd)
const mpreal pow (const long int a, const mpreal &b, mp_rnd_t rnd_mode=mpreal::default_rnd)
const mpreal pow (const int a, const mpreal &b, mp_rnd_t rnd_mode=mpreal::default_rnd)
const mpreal pow (const long double a, const mpreal &b, mp_rnd_t rnd_mode=mpreal::default_rnd)
const mpreal pow (const double a, const mpreal &b, mp_rnd_t rnd_mode=mpreal::default_rnd)
const mpreal pow (const unsigned long int a, const unsigned int b, mp_rnd_t rnd_mode=mpreal::default_rnd)
const mpreal pow (const unsigned long int a, const long int b, mp_rnd_t rnd_mode=mpreal::default_rnd)
const mpreal pow (const unsigned long int a, const int b, mp_rnd_t rnd_mode=mpreal::default_rnd)
const mpreal pow (const unsigned long int a, const long double b, mp_rnd_t rnd_mode=mpreal::default_rnd)
const mpreal pow (const unsigned long int a, const double b, mp_rnd_t rnd_mode=mpreal::default_rnd)
const mpreal pow (const unsigned int a, const unsigned long int b, mp_rnd_t rnd_mode=mpreal::default_rnd)
const mpreal pow (const unsigned int a, const unsigned int b, mp_rnd_t rnd_mode=mpreal::default_rnd)
const mpreal pow (const unsigned int a, const long int b, mp_rnd_t rnd_mode=mpreal::default_rnd)
const mpreal pow (const unsigned int a, const int b, mp_rnd_t rnd_mode=mpreal::default_rnd)
const mpreal pow (const unsigned int a, const long double b, mp_rnd_t rnd_mode=mpreal::default_rnd)
const mpreal pow (const unsigned int a, const double b, mp_rnd_t rnd_mode=mpreal::default_rnd)
const mpreal pow (const long int a, const unsigned long int b, mp_rnd_t rnd_mode=mpreal::default_rnd)
const mpreal pow (const long int a, const unsigned int b, mp_rnd_t rnd_mode=mpreal::default_rnd)
const mpreal pow (const long int a, const long int b, mp_rnd_t rnd_mode=mpreal::default_rnd)
const mpreal pow (const long int a, const int b, mp_rnd_t rnd_mode=mpreal::default_rnd)
const mpreal pow (const long int a, const long double b, mp_rnd_t rnd_mode=mpreal::default_rnd)
const mpreal pow (const long int a, const double b, mp_rnd_t rnd_mode=mpreal::default_rnd)
const mpreal pow (const int a, const unsigned long int b, mp_rnd_t rnd_mode=mpreal::default_rnd)
const mpreal pow (const int a, const unsigned int b, mp_rnd_t rnd_mode=mpreal::default_rnd)
const mpreal pow (const int a, const long int b, mp_rnd_t rnd_mode=mpreal::default_rnd)
const mpreal pow (const int a, const int b, mp_rnd_t rnd_mode=mpreal::default_rnd)
const mpreal pow (const int a, const long double b, mp_rnd_t rnd_mode=mpreal::default_rnd)
const mpreal pow (const int a, const double b, mp_rnd_t rnd_mode=mpreal::default_rnd)
const mpreal pow (const long double a, const long double b, mp_rnd_t rnd_mode=mpreal::default_rnd)
const mpreal pow (const long double a, const unsigned long int b, mp_rnd_t rnd_mode=mpreal::default_rnd)
const mpreal pow (const long double a, const unsigned int b, mp_rnd_t rnd_mode=mpreal::default_rnd)
const mpreal pow (const long double a, const long int b, mp_rnd_t rnd_mode=mpreal::default_rnd)
const mpreal pow (const long double a, const int b, mp_rnd_t rnd_mode=mpreal::default_rnd)
const mpreal pow (const double a, const double b, mp_rnd_t rnd_mode=mpreal::default_rnd)
const mpreal pow (const double a, const unsigned long int b, mp_rnd_t rnd_mode=mpreal::default_rnd)
const mpreal pow (const double a, const unsigned int b, mp_rnd_t rnd_mode=mpreal::default_rnd)
const mpreal pow (const double a, const long int b, mp_rnd_t rnd_mode=mpreal::default_rnd)
const mpreal pow (const double a, const int b, mp_rnd_t rnd_mode=mpreal::default_rnd)
const mpreal pow (const mpreal &a, const mpreal &b, mp_rnd_t rnd_mode)
const mpreal pow (const mpreal &a, const mpz_t b, mp_rnd_t rnd_mode)
const mpreal pow (const mpreal &a, const unsigned long int b, mp_rnd_t rnd_mode)
const mpreal pow (const mpreal &a, const long int b, mp_rnd_t rnd_mode)
const mpreal pow (const unsigned long int a, const mpreal &b, mp_rnd_t rnd_mode)
const mpreal pow (const unsigned long int a, const unsigned long int b, mp_rnd_t rnd_mode)
const mpreal random2 (mp_size_t size, mp_exp_t exp)
const mpreal rec_sqrt (const mpreal &v, mp_rnd_t rnd_mode)
const mpreal remainder (const mpreal &x, const mpreal &y, mp_rnd_t rnd_mode)
const mpreal remquo (long *q, const mpreal &x, const mpreal &y, mp_rnd_t rnd_mode)
const mpreal rint (const mpreal &v, mp_rnd_t rnd_mode)
const mpreal rint_ceil (const mpreal &v, mp_rnd_t rnd_mode)
const mpreal rint_floor (const mpreal &v, mp_rnd_t rnd_mode)
const mpreal rint_round (const mpreal &v, mp_rnd_t rnd_mode)
const mpreal rint_trunc (const mpreal &v, mp_rnd_t rnd_mode)
const mpreal root (const mpreal &v, unsigned long int k, mp_rnd_t rnd_mode)
const mpreal round (const mpreal &v)
const mpreal sec (const mpreal &v, mp_rnd_t rnd_mode)
const mpreal sech (const mpreal &v, mp_rnd_t rnd_mode)
int sgn (const mpreal &v)
const mpreal sin (const mpreal &v, mp_rnd_t rnd_mode)
int sin_cos (mpreal &s, mpreal &c, const mpreal &v, mp_rnd_t rnd_mode)
const mpreal sinh (const mpreal &v, mp_rnd_t rnd_mode)
int sinh_cosh (mpreal &s, mpreal &c, const mpreal &v, mp_rnd_t rnd_mode)
const mpreal sqr (const mpreal &v, mp_rnd_t rnd_mode)
const mpreal sqrt (const unsigned int v, mp_rnd_t rnd_mode=mpreal::default_rnd)
const mpreal sqrt (const long int v, mp_rnd_t rnd_mode=mpreal::default_rnd)
const mpreal sqrt (const int v, mp_rnd_t rnd_mode=mpreal::default_rnd)
const mpreal sqrt (const long double v, mp_rnd_t rnd_mode=mpreal::default_rnd)
const mpreal sqrt (const double v, mp_rnd_t rnd_mode=mpreal::default_rnd)
const mpreal sqrt (const mpreal &v, mp_rnd_t rnd_mode)
const mpreal sqrt (const unsigned long int v, mp_rnd_t rnd_mode)
const mpreal sum (const mpreal tab[], unsigned long int n, mp_rnd_t rnd_mode)
void swap (mpreal &a, mpreal &b)
const mpreal tan (const mpreal &v, mp_rnd_t rnd_mode)
const mpreal tanh (const mpreal &v, mp_rnd_t rnd_mode)
template<class T >
std::string to_string (T t, std::ios_base &(*f)(std::ios_base &))
const mpreal trunc (const mpreal &v)
const mpreal urandom (gmp_randstate_t &state, mp_rnd_t rnd_mode)
const mpreal urandomb (gmp_randstate_t &state)
const mpreal zeta (const mpreal &v, mp_rnd_t rnd_mode)

Function Documentation

bool mpfr::_isinf ( const mpreal &  v) [inline]

Definition at line 1990 of file mpreal.h.

bool mpfr::_isint ( const mpreal &  v) [inline]

Definition at line 2005 of file mpreal.h.

bool mpfr::_isnan ( const mpreal &  v) [inline]

Definition at line 1985 of file mpreal.h.

bool mpfr::_isnum ( const mpreal &  v) [inline]

Definition at line 1995 of file mpreal.h.

bool mpfr::_isregular ( const mpreal &  v) [inline]

Definition at line 2011 of file mpreal.h.

bool mpfr::_iszero ( const mpreal &  v) [inline]

Definition at line 2000 of file mpreal.h.

const mpreal mpfr::_j0 ( const mpreal &  v,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 2560 of file mpreal.h.

const mpreal mpfr::_j1 ( const mpreal &  v,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 2567 of file mpreal.h.

const mpreal mpfr::_jn ( long  n,
const mpreal &  v,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 2574 of file mpreal.h.

const mpreal mpfr::_y0 ( const mpreal &  v,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 2581 of file mpreal.h.

const mpreal mpfr::_y1 ( const mpreal &  v,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 2588 of file mpreal.h.

const mpreal mpfr::_yn ( long  n,
const mpreal &  v,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 2595 of file mpreal.h.

const mpreal mpfr::abs ( const mpreal &  v,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 2277 of file mpreal.h.

const mpreal mpfr::acos ( const mpreal &  v,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 2385 of file mpreal.h.

const mpreal mpfr::acosh ( const mpreal &  v,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 2463 of file mpreal.h.

const mpreal mpfr::agm ( const mpreal &  v1,
const mpreal &  v2,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
)

Definition at line 248 of file mpreal.cpp.

const mpreal mpfr::ai ( const mpreal &  v,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 2652 of file mpreal.h.

const mpreal mpfr::asin ( const mpreal &  v,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 2392 of file mpreal.h.

const mpreal mpfr::asinh ( const mpreal &  v,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 2470 of file mpreal.h.

const mpreal mpfr::atan ( const mpreal &  v,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 2399 of file mpreal.h.

const mpreal mpfr::atan2 ( const mpreal &  y,
const mpreal &  x,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 2406 of file mpreal.h.

const mpreal mpfr::atanh ( const mpreal &  v,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 2477 of file mpreal.h.

const mpreal mpfr::cbrt ( const mpreal &  v,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 2256 of file mpreal.h.

const mpreal mpfr::ceil ( const mpreal &  v) [inline]

Definition at line 2712 of file mpreal.h.

int mpfr::cmpabs ( const mpreal &  a,
const mpreal &  b 
) [inline]

Definition at line 2291 of file mpreal.h.

const mpreal mpfr::const_catalan ( mp_prec_t  prec = mpreal::default_prec,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 2687 of file mpreal.h.

const mpreal mpfr::const_euler ( mp_prec_t  prec = mpreal::default_prec,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 2679 of file mpreal.h.

const mpreal mpfr::const_infinity ( int  sign = 1,
mp_prec_t  prec = mpreal::default_prec,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 2695 of file mpreal.h.

const mpreal mpfr::const_log2 ( mp_prec_t  prec = mpreal::default_prec,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 2663 of file mpreal.h.

const mpreal mpfr::const_pi ( mp_prec_t  prec = mpreal::default_prec,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 2671 of file mpreal.h.

const mpreal mpfr::cos ( const mpreal &  v,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 2338 of file mpreal.h.

const mpreal mpfr::cosh ( const mpreal &  v,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 2421 of file mpreal.h.

const mpreal mpfr::cot ( const mpreal &  v,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 2373 of file mpreal.h.

const mpreal mpfr::coth ( const mpreal &  v,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 2456 of file mpreal.h.

const mpreal mpfr::csc ( const mpreal &  v,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 2366 of file mpreal.h.

const mpreal mpfr::csch ( const mpreal &  v,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 2449 of file mpreal.h.

const mpreal mpfr::digamma ( const mpreal &  v,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 2645 of file mpreal.h.

const mpreal mpfr::dim ( const mpreal &  a,
const mpreal &  b,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 2284 of file mpreal.h.

const mpreal mpfr::div_2si ( const mpreal &  v,
long int  k,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 1586 of file mpreal.h.

const mpreal mpfr::div_2ui ( const mpreal &  v,
unsigned long int  k,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 1579 of file mpreal.h.

const mpreal mpfr::eint ( const mpreal &  v,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 2505 of file mpreal.h.

const mpreal mpfr::erf ( const mpreal &  v,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 2546 of file mpreal.h.

const mpreal mpfr::erfc ( const mpreal &  v,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 2553 of file mpreal.h.

const mpreal mpfr::exp ( const mpreal &  v,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 2317 of file mpreal.h.

const mpreal mpfr::exp10 ( const mpreal &  v,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 2331 of file mpreal.h.

const mpreal mpfr::exp2 ( const mpreal &  v,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 2324 of file mpreal.h.

const mpreal mpfr::expm1 ( const mpreal &  v,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 2498 of file mpreal.h.

const mpreal mpfr::fabs ( const mpreal &  v,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 2270 of file mpreal.h.

const mpreal mpfr::fac_ui ( unsigned long int  v,
mp_prec_t  prec = mpreal::default_prec,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 2484 of file mpreal.h.

const mpreal mpfr::floor ( const mpreal &  v) [inline]

Definition at line 2720 of file mpreal.h.

const mpreal mpfr::fma ( const mpreal &  v1,
const mpreal &  v2,
const mpreal &  v3,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
)

Definition at line 218 of file mpreal.cpp.

const mpreal mpfr::fmax ( const mpreal &  x,
const mpreal &  y,
mp_rnd_t  rnd_mode = default_rnd 
) [inline]

Definition at line 2794 of file mpreal.h.

const mpreal mpfr::fmin ( const mpreal &  x,
const mpreal &  y,
mp_rnd_t  rnd_mode = default_rnd 
) [inline]

Definition at line 2801 of file mpreal.h.

const mpreal mpfr::fmod ( const mpreal &  x,
const mpreal &  y,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 2618 of file mpreal.h.

const mpreal mpfr::fms ( const mpreal &  v1,
const mpreal &  v2,
const mpreal &  v3,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
)

Definition at line 233 of file mpreal.cpp.

const mpreal mpfr::frac ( const mpreal &  v,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 2769 of file mpreal.h.

const mpreal mpfr::frexp ( const mpreal &  v,
mp_exp_t *  exp 
) [inline]

Definition at line 2102 of file mpreal.h.

const mpreal mpfr::gamma ( const mpreal &  v,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 2512 of file mpreal.h.

const mpreal mpfr::hypot ( const mpreal &  x,
const mpreal &  y,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
)

Definition at line 263 of file mpreal.cpp.

const mpreal mpfr::ldexp ( const mpreal &  v,
mp_exp_t  exp 
) [inline]

Definition at line 2110 of file mpreal.h.

const mpreal mpfr::lgamma ( const mpreal &  v,
int *  signp = 0,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 2526 of file mpreal.h.

const mpreal mpfr::li2 ( const mpreal &  v,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 2611 of file mpreal.h.

const mpreal mpfr::lngamma ( const mpreal &  v,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 2519 of file mpreal.h.

const mpreal mpfr::log ( const mpreal &  v,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 2296 of file mpreal.h.

const mpreal mpfr::log10 ( const mpreal &  v,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 2310 of file mpreal.h.

const mpreal mpfr::log1p ( const mpreal &  v,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 2491 of file mpreal.h.

const mpreal mpfr::log2 ( const mpreal &  v,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 2303 of file mpreal.h.

const mpreal mpfr::machine_epsilon ( mp_prec_t  prec = mpreal::default_prec) [inline]

Definition at line 2119 of file mpreal.h.

const mpreal() mpfr::max ( const mpreal &  x,
const mpreal &  y 
) [inline]

Definition at line 2784 of file mpreal.h.

const mpreal() mpfr::min ( const mpreal &  x,
const mpreal &  y 
) [inline]

Definition at line 2789 of file mpreal.h.

const mpreal mpfr::modf ( const mpreal &  v,
mpreal &  n 
) [inline]

Definition at line 2145 of file mpreal.h.

const mpreal mpfr::mpreal_max ( mp_prec_t  prec = mpreal::default_prec) [inline]

Definition at line 2135 of file mpreal.h.

const mpreal mpfr::mpreal_min ( mp_prec_t  prec = mpreal::default_prec) [inline]

Definition at line 2127 of file mpreal.h.

const mpreal mpfr::mul_2si ( const mpreal &  v,
long int  k,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 1572 of file mpreal.h.

const mpreal mpfr::mul_2ui ( const mpreal &  v,
unsigned long int  k,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 1564 of file mpreal.h.

const mpreal mpfr::nextabove ( const mpreal &  x) [inline]

Definition at line 2815 of file mpreal.h.

const mpreal mpfr::nextbelow ( const mpreal &  x) [inline]

Definition at line 2822 of file mpreal.h.

const mpreal mpfr::nexttoward ( const mpreal &  x,
const mpreal &  y 
) [inline]

Definition at line 2808 of file mpreal.h.

bool mpfr::operator!= ( const mpreal &  a,
const unsigned long int  b 
) [inline]

Definition at line 1925 of file mpreal.h.

bool mpfr::operator!= ( const mpreal &  a,
const unsigned int  b 
) [inline]

Definition at line 1930 of file mpreal.h.

bool mpfr::operator!= ( const mpreal &  a,
const long int  b 
) [inline]

Definition at line 1935 of file mpreal.h.

bool mpfr::operator!= ( const mpreal &  a,
const int  b 
) [inline]

Definition at line 1940 of file mpreal.h.

bool mpfr::operator!= ( const mpreal &  a,
const long double  b 
) [inline]

Definition at line 1945 of file mpreal.h.

bool mpfr::operator!= ( const mpreal &  a,
const double  b 
) [inline]

Definition at line 1950 of file mpreal.h.

bool mpfr::operator!= ( const unsigned long int  a,
const mpreal &  b 
) [inline]

Definition at line 1955 of file mpreal.h.

bool mpfr::operator!= ( const unsigned int  a,
const mpreal &  b 
) [inline]

Definition at line 1960 of file mpreal.h.

bool mpfr::operator!= ( const long int  a,
const mpreal &  b 
) [inline]

Definition at line 1965 of file mpreal.h.

bool mpfr::operator!= ( const int  a,
const mpreal &  b 
) [inline]

Definition at line 1970 of file mpreal.h.

bool mpfr::operator!= ( const long double  a,
const mpreal &  b 
) [inline]

Definition at line 1975 of file mpreal.h.

bool mpfr::operator!= ( const double  a,
const mpreal &  b 
) [inline]

Definition at line 1980 of file mpreal.h.

bool mpfr::operator!= ( const mpreal &  a,
const mpreal &  b 
) [inline]

Definition at line 1920 of file mpreal.h.

const mpreal mpfr::operator* ( const mpreal &  a,
const mpreal &  b 
) [inline]

Definition at line 1227 of file mpreal.h.

const mpreal mpfr::operator* ( const mpreal &  a,
const mpz_t  b 
) [inline]

Definition at line 1234 of file mpreal.h.

const mpreal mpfr::operator* ( const mpreal &  a,
const mpq_t  b 
) [inline]

Definition at line 1239 of file mpreal.h.

const mpreal mpfr::operator* ( const mpreal &  a,
const long double  b 
) [inline]

Definition at line 1244 of file mpreal.h.

const mpreal mpfr::operator* ( const mpreal &  a,
const double  b 
) [inline]

Definition at line 1249 of file mpreal.h.

const mpreal mpfr::operator* ( const mpreal &  a,
const unsigned long int  b 
) [inline]

Definition at line 1254 of file mpreal.h.

const mpreal mpfr::operator* ( const mpreal &  a,
const unsigned int  b 
) [inline]

Definition at line 1259 of file mpreal.h.

const mpreal mpfr::operator* ( const mpreal &  a,
const long int  b 
) [inline]

Definition at line 1264 of file mpreal.h.

const mpreal mpfr::operator* ( const mpreal &  a,
const int  b 
) [inline]

Definition at line 1269 of file mpreal.h.

const mpreal mpfr::operator* ( const mpz_t  b,
const mpreal &  a 
) [inline]

Definition at line 1274 of file mpreal.h.

const mpreal mpfr::operator* ( const mpq_t  b,
const mpreal &  a 
) [inline]

Definition at line 1279 of file mpreal.h.

const mpreal mpfr::operator* ( const long double  b,
const mpreal &  a 
) [inline]

Definition at line 1284 of file mpreal.h.

const mpreal mpfr::operator* ( const double  b,
const mpreal &  a 
) [inline]

Definition at line 1289 of file mpreal.h.

const mpreal mpfr::operator* ( const unsigned long int  b,
const mpreal &  a 
) [inline]

Definition at line 1294 of file mpreal.h.

const mpreal mpfr::operator* ( const unsigned int  b,
const mpreal &  a 
) [inline]

Definition at line 1299 of file mpreal.h.

const mpreal mpfr::operator* ( const long int  b,
const mpreal &  a 
) [inline]

Definition at line 1304 of file mpreal.h.

const mpreal mpfr::operator* ( const int  b,
const mpreal &  a 
) [inline]

Definition at line 1309 of file mpreal.h.

const mpreal mpfr::operator+ ( const mpreal &  a,
const mpreal &  b 
) [inline]

Definition at line 857 of file mpreal.h.

const mpreal mpfr::operator+ ( const mpreal &  a,
const mpz_t  b 
) [inline]

Definition at line 874 of file mpreal.h.

const mpreal mpfr::operator+ ( const mpreal &  a,
const mpq_t  b 
) [inline]

Definition at line 890 of file mpreal.h.

const mpreal mpfr::operator+ ( const mpreal &  a,
const long double  b 
) [inline]

Definition at line 895 of file mpreal.h.

const mpreal mpfr::operator+ ( const mpreal &  a,
const double  b 
) [inline]

Definition at line 900 of file mpreal.h.

const mpreal mpfr::operator+ ( const mpreal &  a,
const unsigned long int  b 
) [inline]

Definition at line 905 of file mpreal.h.

const mpreal mpfr::operator+ ( const mpreal &  a,
const unsigned int  b 
) [inline]

Definition at line 910 of file mpreal.h.

const mpreal mpfr::operator+ ( const mpreal &  a,
const long int  b 
) [inline]

Definition at line 915 of file mpreal.h.

const mpreal mpfr::operator+ ( const mpreal &  a,
const int  b 
) [inline]

Definition at line 920 of file mpreal.h.

const mpreal mpfr::operator+ ( const mpreal &  a,
const char *  b 
) [inline]

Definition at line 879 of file mpreal.h.

const mpreal mpfr::operator+ ( const char *  a,
const mpreal &  b 
) [inline]

Definition at line 884 of file mpreal.h.

const std::string mpfr::operator+ ( const mpreal &  a,
const std::string  b 
) [inline]

Definition at line 864 of file mpreal.h.

const std::string mpfr::operator+ ( const std::string  a,
const mpreal &  b 
) [inline]

Definition at line 869 of file mpreal.h.

const mpreal mpfr::operator+ ( const mpz_t  b,
const mpreal &  a 
) [inline]

Definition at line 925 of file mpreal.h.

const mpreal mpfr::operator+ ( const mpq_t  b,
const mpreal &  a 
) [inline]

Definition at line 930 of file mpreal.h.

const mpreal mpfr::operator+ ( const long double  b,
const mpreal &  a 
) [inline]

Definition at line 935 of file mpreal.h.

const mpreal mpfr::operator+ ( const double  b,
const mpreal &  a 
) [inline]

Definition at line 940 of file mpreal.h.

const mpreal mpfr::operator+ ( const unsigned long int  b,
const mpreal &  a 
) [inline]

Definition at line 945 of file mpreal.h.

const mpreal mpfr::operator+ ( const unsigned int  b,
const mpreal &  a 
) [inline]

Definition at line 950 of file mpreal.h.

const mpreal mpfr::operator+ ( const long int  b,
const mpreal &  a 
) [inline]

Definition at line 955 of file mpreal.h.

const mpreal mpfr::operator+ ( const int  b,
const mpreal &  a 
) [inline]

Definition at line 960 of file mpreal.h.

const mpreal mpfr::operator- ( const mpreal &  a,
const mpreal &  b 
) [inline]

Definition at line 1057 of file mpreal.h.

const mpreal mpfr::operator- ( const mpreal &  a,
const mpz_t  b 
) [inline]

Definition at line 1064 of file mpreal.h.

const mpreal mpfr::operator- ( const mpreal &  a,
const mpq_t  b 
) [inline]

Definition at line 1069 of file mpreal.h.

const mpreal mpfr::operator- ( const mpreal &  a,
const long double  b 
) [inline]

Definition at line 1074 of file mpreal.h.

const mpreal mpfr::operator- ( const mpreal &  a,
const double  b 
) [inline]

Definition at line 1079 of file mpreal.h.

const mpreal mpfr::operator- ( const mpreal &  a,
const unsigned long int  b 
) [inline]

Definition at line 1084 of file mpreal.h.

const mpreal mpfr::operator- ( const mpreal &  a,
const unsigned int  b 
) [inline]

Definition at line 1089 of file mpreal.h.

const mpreal mpfr::operator- ( const mpreal &  a,
const long int  b 
) [inline]

Definition at line 1094 of file mpreal.h.

const mpreal mpfr::operator- ( const mpreal &  a,
const int  b 
) [inline]

Definition at line 1099 of file mpreal.h.

const mpreal mpfr::operator- ( const mpreal &  a,
const char *  b 
) [inline]

Definition at line 1158 of file mpreal.h.

const mpreal mpfr::operator- ( const char *  a,
const mpreal &  b 
) [inline]

Definition at line 1163 of file mpreal.h.

const mpreal mpfr::operator- ( const mpz_t  b,
const mpreal &  a 
) [inline]

Definition at line 1104 of file mpreal.h.

const mpreal mpfr::operator- ( const mpq_t  b,
const mpreal &  a 
) [inline]

Definition at line 1109 of file mpreal.h.

const mpreal mpfr::operator- ( const long double  b,
const mpreal &  a 
) [inline]

Definition at line 1114 of file mpreal.h.

const mpreal mpfr::operator- ( const double  b,
const mpreal &  a 
) [inline]

Definition at line 1119 of file mpreal.h.

const mpreal mpfr::operator- ( const unsigned long int  b,
const mpreal &  a 
) [inline]

Definition at line 1130 of file mpreal.h.

const mpreal mpfr::operator- ( const unsigned int  b,
const mpreal &  a 
) [inline]

Definition at line 1137 of file mpreal.h.

const mpreal mpfr::operator- ( const long int  b,
const mpreal &  a 
) [inline]

Definition at line 1144 of file mpreal.h.

const mpreal mpfr::operator- ( const int  b,
const mpreal &  a 
) [inline]

Definition at line 1151 of file mpreal.h.

const mpreal mpfr::operator/ ( const mpreal &  a,
const mpreal &  b 
) [inline]

Definition at line 1373 of file mpreal.h.

const mpreal mpfr::operator/ ( const mpreal &  a,
const mpz_t  b 
) [inline]

Definition at line 1387 of file mpreal.h.

const mpreal mpfr::operator/ ( const mpreal &  a,
const mpq_t  b 
) [inline]

Definition at line 1392 of file mpreal.h.

const mpreal mpfr::operator/ ( const mpreal &  a,
const long double  b 
) [inline]

Definition at line 1397 of file mpreal.h.

const mpreal mpfr::operator/ ( const mpreal &  a,
const double  b 
) [inline]

Definition at line 1402 of file mpreal.h.

const mpreal mpfr::operator/ ( const mpreal &  a,
const unsigned long int  b 
) [inline]

Definition at line 1407 of file mpreal.h.

const mpreal mpfr::operator/ ( const mpreal &  a,
const unsigned int  b 
) [inline]

Definition at line 1412 of file mpreal.h.

const mpreal mpfr::operator/ ( const mpreal &  a,
const long int  b 
) [inline]

Definition at line 1417 of file mpreal.h.

const mpreal mpfr::operator/ ( const mpreal &  a,
const int  b 
) [inline]

Definition at line 1422 of file mpreal.h.

const mpreal mpfr::operator/ ( const long double  b,
const mpreal &  a 
) [inline]

Definition at line 1455 of file mpreal.h.

const mpreal mpfr::operator/ ( const unsigned long int  b,
const mpreal &  a 
) [inline]

Definition at line 1427 of file mpreal.h.

const mpreal mpfr::operator/ ( const unsigned int  b,
const mpreal &  a 
) [inline]

Definition at line 1434 of file mpreal.h.

const mpreal mpfr::operator/ ( const long int  b,
const mpreal &  a 
) [inline]

Definition at line 1441 of file mpreal.h.

const mpreal mpfr::operator/ ( const int  b,
const mpreal &  a 
) [inline]

Definition at line 1448 of file mpreal.h.

const mpreal mpfr::operator/ ( const double  b,
const mpreal &  a 
) [inline]

Definition at line 1461 of file mpreal.h.

bool mpfr::operator< ( const mpreal &  a,
const unsigned long int  b 
) [inline]

Definition at line 1730 of file mpreal.h.

bool mpfr::operator< ( const mpreal &  a,
const unsigned int  b 
) [inline]

Definition at line 1735 of file mpreal.h.

bool mpfr::operator< ( const mpreal &  a,
const long int  b 
) [inline]

Definition at line 1740 of file mpreal.h.

bool mpfr::operator< ( const mpreal &  a,
const int  b 
) [inline]

Definition at line 1745 of file mpreal.h.

bool mpfr::operator< ( const mpreal &  a,
const long double  b 
) [inline]

Definition at line 1750 of file mpreal.h.

bool mpfr::operator< ( const mpreal &  a,
const double  b 
) [inline]

Definition at line 1755 of file mpreal.h.

bool mpfr::operator< ( const unsigned long int  a,
const mpreal &  b 
) [inline]

Definition at line 1760 of file mpreal.h.

bool mpfr::operator< ( const unsigned int  a,
const mpreal &  b 
) [inline]

Definition at line 1765 of file mpreal.h.

bool mpfr::operator< ( const long int  a,
const mpreal &  b 
) [inline]

Definition at line 1770 of file mpreal.h.

bool mpfr::operator< ( const int  a,
const mpreal &  b 
) [inline]

Definition at line 1775 of file mpreal.h.

bool mpfr::operator< ( const long double  a,
const mpreal &  b 
) [inline]

Definition at line 1780 of file mpreal.h.

bool mpfr::operator< ( const double  a,
const mpreal &  b 
) [inline]

Definition at line 1785 of file mpreal.h.

bool mpfr::operator< ( const mpreal &  a,
const mpreal &  b 
) [inline]

Definition at line 1725 of file mpreal.h.

ostream& mpfr::operator<< ( ostream &  os,
const mpreal &  v 
)

Definition at line 436 of file mpreal.cpp.

const mpreal mpfr::operator<< ( const mpreal &  v,
const unsigned long int  k 
) [inline]

Definition at line 1523 of file mpreal.h.

const mpreal mpfr::operator<< ( const mpreal &  v,
const unsigned int  k 
) [inline]

Definition at line 1528 of file mpreal.h.

const mpreal mpfr::operator<< ( const mpreal &  v,
const long int  k 
) [inline]

Definition at line 1533 of file mpreal.h.

const mpreal mpfr::operator<< ( const mpreal &  v,
const int  k 
) [inline]

Definition at line 1538 of file mpreal.h.

bool mpfr::operator<= ( const mpreal &  a,
const unsigned long int  b 
) [inline]

Definition at line 1795 of file mpreal.h.

bool mpfr::operator<= ( const mpreal &  a,
const unsigned int  b 
) [inline]

Definition at line 1800 of file mpreal.h.

bool mpfr::operator<= ( const mpreal &  a,
const long int  b 
) [inline]

Definition at line 1805 of file mpreal.h.

bool mpfr::operator<= ( const mpreal &  a,
const int  b 
) [inline]

Definition at line 1810 of file mpreal.h.

bool mpfr::operator<= ( const mpreal &  a,
const long double  b 
) [inline]

Definition at line 1815 of file mpreal.h.

bool mpfr::operator<= ( const mpreal &  a,
const double  b 
) [inline]

Definition at line 1820 of file mpreal.h.

bool mpfr::operator<= ( const unsigned long int  a,
const mpreal &  b 
) [inline]

Definition at line 1825 of file mpreal.h.

bool mpfr::operator<= ( const unsigned int  a,
const mpreal &  b 
) [inline]

Definition at line 1830 of file mpreal.h.

bool mpfr::operator<= ( const long int  a,
const mpreal &  b 
) [inline]

Definition at line 1835 of file mpreal.h.

bool mpfr::operator<= ( const int  a,
const mpreal &  b 
) [inline]

Definition at line 1840 of file mpreal.h.

bool mpfr::operator<= ( const long double  a,
const mpreal &  b 
) [inline]

Definition at line 1845 of file mpreal.h.

bool mpfr::operator<= ( const double  a,
const mpreal &  b 
) [inline]

Definition at line 1850 of file mpreal.h.

bool mpfr::operator<= ( const mpreal &  a,
const mpreal &  b 
) [inline]

Definition at line 1790 of file mpreal.h.

bool mpfr::operator== ( const mpreal &  a,
const unsigned long int  b 
) [inline]

Definition at line 1860 of file mpreal.h.

bool mpfr::operator== ( const mpreal &  a,
const unsigned int  b 
) [inline]

Definition at line 1865 of file mpreal.h.

bool mpfr::operator== ( const mpreal &  a,
const long int  b 
) [inline]

Definition at line 1870 of file mpreal.h.

bool mpfr::operator== ( const mpreal &  a,
const int  b 
) [inline]

Definition at line 1875 of file mpreal.h.

bool mpfr::operator== ( const mpreal &  a,
const long double  b 
) [inline]

Definition at line 1880 of file mpreal.h.

bool mpfr::operator== ( const mpreal &  a,
const double  b 
) [inline]

Definition at line 1885 of file mpreal.h.

bool mpfr::operator== ( const unsigned long int  a,
const mpreal &  b 
) [inline]

Definition at line 1890 of file mpreal.h.

bool mpfr::operator== ( const unsigned int  a,
const mpreal &  b 
) [inline]

Definition at line 1895 of file mpreal.h.

bool mpfr::operator== ( const long int  a,
const mpreal &  b 
) [inline]

Definition at line 1900 of file mpreal.h.

bool mpfr::operator== ( const int  a,
const mpreal &  b 
) [inline]

Definition at line 1905 of file mpreal.h.

bool mpfr::operator== ( const long double  a,
const mpreal &  b 
) [inline]

Definition at line 1910 of file mpreal.h.

bool mpfr::operator== ( const double  a,
const mpreal &  b 
) [inline]

Definition at line 1915 of file mpreal.h.

bool mpfr::operator== ( const mpreal &  a,
const mpreal &  b 
) [inline]

Definition at line 1855 of file mpreal.h.

bool mpfr::operator> ( const mpreal &  a,
const unsigned long int  b 
) [inline]

Definition at line 1600 of file mpreal.h.

bool mpfr::operator> ( const mpreal &  a,
const unsigned int  b 
) [inline]

Definition at line 1605 of file mpreal.h.

bool mpfr::operator> ( const mpreal &  a,
const long int  b 
) [inline]

Definition at line 1610 of file mpreal.h.

bool mpfr::operator> ( const mpreal &  a,
const int  b 
) [inline]

Definition at line 1615 of file mpreal.h.

bool mpfr::operator> ( const mpreal &  a,
const long double  b 
) [inline]

Definition at line 1620 of file mpreal.h.

bool mpfr::operator> ( const mpreal &  a,
const double  b 
) [inline]

Definition at line 1625 of file mpreal.h.

bool mpfr::operator> ( const unsigned long int  a,
const mpreal &  b 
) [inline]

Definition at line 1630 of file mpreal.h.

bool mpfr::operator> ( const unsigned int  a,
const mpreal &  b 
) [inline]

Definition at line 1635 of file mpreal.h.

bool mpfr::operator> ( const long int  a,
const mpreal &  b 
) [inline]

Definition at line 1640 of file mpreal.h.

bool mpfr::operator> ( const int  a,
const mpreal &  b 
) [inline]

Definition at line 1645 of file mpreal.h.

bool mpfr::operator> ( const long double  a,
const mpreal &  b 
) [inline]

Definition at line 1650 of file mpreal.h.

bool mpfr::operator> ( const double  a,
const mpreal &  b 
) [inline]

Definition at line 1655 of file mpreal.h.

bool mpfr::operator> ( const mpreal &  a,
const mpreal &  b 
) [inline]

Definition at line 1595 of file mpreal.h.

bool mpfr::operator>= ( const mpreal &  a,
const unsigned long int  b 
) [inline]

Definition at line 1665 of file mpreal.h.

bool mpfr::operator>= ( const mpreal &  a,
const unsigned int  b 
) [inline]

Definition at line 1670 of file mpreal.h.

bool mpfr::operator>= ( const mpreal &  a,
const long int  b 
) [inline]

Definition at line 1675 of file mpreal.h.

bool mpfr::operator>= ( const mpreal &  a,
const int  b 
) [inline]

Definition at line 1680 of file mpreal.h.

bool mpfr::operator>= ( const mpreal &  a,
const long double  b 
) [inline]

Definition at line 1685 of file mpreal.h.

bool mpfr::operator>= ( const mpreal &  a,
const double  b 
) [inline]

Definition at line 1690 of file mpreal.h.

bool mpfr::operator>= ( const unsigned long int  a,
const mpreal &  b 
) [inline]

Definition at line 1695 of file mpreal.h.

bool mpfr::operator>= ( const unsigned int  a,
const mpreal &  b 
) [inline]

Definition at line 1700 of file mpreal.h.

bool mpfr::operator>= ( const long int  a,
const mpreal &  b 
) [inline]

Definition at line 1705 of file mpreal.h.

bool mpfr::operator>= ( const int  a,
const mpreal &  b 
) [inline]

Definition at line 1710 of file mpreal.h.

bool mpfr::operator>= ( const long double  a,
const mpreal &  b 
) [inline]

Definition at line 1715 of file mpreal.h.

bool mpfr::operator>= ( const double  a,
const mpreal &  b 
) [inline]

Definition at line 1720 of file mpreal.h.

bool mpfr::operator>= ( const mpreal &  a,
const mpreal &  b 
) [inline]

Definition at line 1660 of file mpreal.h.

istream& mpfr::operator>> ( istream &  is,
mpreal &  v 
)

Definition at line 441 of file mpreal.cpp.

const mpreal mpfr::operator>> ( const mpreal &  v,
const unsigned long int  k 
) [inline]

Definition at line 1543 of file mpreal.h.

const mpreal mpfr::operator>> ( const mpreal &  v,
const unsigned int  k 
) [inline]

Definition at line 1553 of file mpreal.h.

const mpreal mpfr::operator>> ( const mpreal &  v,
const long int  k 
) [inline]

Definition at line 1548 of file mpreal.h.

const mpreal mpfr::operator>> ( const mpreal &  v,
const int  k 
) [inline]

Definition at line 1558 of file mpreal.h.

const mpreal mpfr::pow ( const mpreal &  a,
const unsigned int  b,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 2927 of file mpreal.h.

const mpreal mpfr::pow ( const mpreal &  a,
const int  b,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 2939 of file mpreal.h.

const mpreal mpfr::pow ( const mpreal &  a,
const long double  b,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 2944 of file mpreal.h.

const mpreal mpfr::pow ( const mpreal &  a,
const double  b,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 2949 of file mpreal.h.

const mpreal mpfr::pow ( const unsigned int  a,
const mpreal &  b,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 2961 of file mpreal.h.

const mpreal mpfr::pow ( const long int  a,
const mpreal &  b,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 2966 of file mpreal.h.

const mpreal mpfr::pow ( const int  a,
const mpreal &  b,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 2972 of file mpreal.h.

const mpreal mpfr::pow ( const long double  a,
const mpreal &  b,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 2978 of file mpreal.h.

const mpreal mpfr::pow ( const double  a,
const mpreal &  b,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 2983 of file mpreal.h.

const mpreal mpfr::pow ( const unsigned long int  a,
const unsigned int  b,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 2996 of file mpreal.h.

const mpreal mpfr::pow ( const unsigned long int  a,
const long int  b,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 3001 of file mpreal.h.

const mpreal mpfr::pow ( const unsigned long int  a,
const int  b,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 3007 of file mpreal.h.

const mpreal mpfr::pow ( const unsigned long int  a,
const long double  b,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 3013 of file mpreal.h.

const mpreal mpfr::pow ( const unsigned long int  a,
const double  b,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 3018 of file mpreal.h.

const mpreal mpfr::pow ( const unsigned int  a,
const unsigned long int  b,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 3024 of file mpreal.h.

const mpreal mpfr::pow ( const unsigned int  a,
const unsigned int  b,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 3029 of file mpreal.h.

const mpreal mpfr::pow ( const unsigned int  a,
const long int  b,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 3034 of file mpreal.h.

const mpreal mpfr::pow ( const unsigned int  a,
const int  b,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 3040 of file mpreal.h.

const mpreal mpfr::pow ( const unsigned int  a,
const long double  b,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 3046 of file mpreal.h.

const mpreal mpfr::pow ( const unsigned int  a,
const double  b,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 3051 of file mpreal.h.

const mpreal mpfr::pow ( const long int  a,
const unsigned long int  b,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 3057 of file mpreal.h.

const mpreal mpfr::pow ( const long int  a,
const unsigned int  b,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 3063 of file mpreal.h.

const mpreal mpfr::pow ( const long int  a,
const long int  b,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 3069 of file mpreal.h.

const mpreal mpfr::pow ( const long int  a,
const int  b,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 3080 of file mpreal.h.

const mpreal mpfr::pow ( const long int  a,
const long double  b,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 3091 of file mpreal.h.

const mpreal mpfr::pow ( const long int  a,
const double  b,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 3097 of file mpreal.h.

const mpreal mpfr::pow ( const int  a,
const unsigned long int  b,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 3104 of file mpreal.h.

const mpreal mpfr::pow ( const int  a,
const unsigned int  b,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 3110 of file mpreal.h.

const mpreal mpfr::pow ( const int  a,
const long int  b,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 3116 of file mpreal.h.

const mpreal mpfr::pow ( const int  a,
const int  b,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 3127 of file mpreal.h.

const mpreal mpfr::pow ( const int  a,
const long double  b,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 3138 of file mpreal.h.

const mpreal mpfr::pow ( const int  a,
const double  b,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 3144 of file mpreal.h.

const mpreal mpfr::pow ( const long double  a,
const long double  b,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 3151 of file mpreal.h.

const mpreal mpfr::pow ( const long double  a,
const unsigned long int  b,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 3156 of file mpreal.h.

const mpreal mpfr::pow ( const long double  a,
const unsigned int  b,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 3161 of file mpreal.h.

const mpreal mpfr::pow ( const long double  a,
const long int  b,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 3166 of file mpreal.h.

const mpreal mpfr::pow ( const long double  a,
const int  b,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 3171 of file mpreal.h.

const mpreal mpfr::pow ( const double  a,
const double  b,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 3176 of file mpreal.h.

const mpreal mpfr::pow ( const double  a,
const unsigned long int  b,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 3181 of file mpreal.h.

const mpreal mpfr::pow ( const double  a,
const unsigned int  b,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 3186 of file mpreal.h.

const mpreal mpfr::pow ( const double  a,
const long int  b,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 3191 of file mpreal.h.

const mpreal mpfr::pow ( const double  a,
const int  b,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 3196 of file mpreal.h.

const mpreal mpfr::pow ( const mpreal &  a,
const mpreal &  b,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 2906 of file mpreal.h.

const mpreal mpfr::pow ( const mpreal &  a,
const mpz_t  b,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 2913 of file mpreal.h.

const mpreal mpfr::pow ( const mpreal &  a,
const unsigned long int  b,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 2920 of file mpreal.h.

const mpreal mpfr::pow ( const mpreal &  a,
const long int  b,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 2932 of file mpreal.h.

const mpreal mpfr::pow ( const unsigned long int  a,
const mpreal &  b,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 2954 of file mpreal.h.

const mpreal mpfr::pow ( const unsigned long int  a,
const unsigned long int  b,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 2989 of file mpreal.h.

const mpreal mpfr::random2 ( mp_size_t  size,
mp_exp_t  exp 
) [inline]

Definition at line 2847 of file mpreal.h.

const mpreal mpfr::rec_sqrt ( const mpreal &  v,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 2633 of file mpreal.h.

const mpreal mpfr::remainder ( const mpreal &  x,
const mpreal &  y,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
)

Definition at line 291 of file mpreal.cpp.

const mpreal mpfr::remquo ( long *  q,
const mpreal &  x,
const mpreal &  y,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
)

Definition at line 306 of file mpreal.cpp.

const mpreal mpfr::rint ( const mpreal &  v,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 2705 of file mpreal.h.

const mpreal mpfr::rint_ceil ( const mpreal &  v,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 2741 of file mpreal.h.

const mpreal mpfr::rint_floor ( const mpreal &  v,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 2748 of file mpreal.h.

const mpreal mpfr::rint_round ( const mpreal &  v,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 2755 of file mpreal.h.

const mpreal mpfr::rint_trunc ( const mpreal &  v,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 2762 of file mpreal.h.

const mpreal mpfr::root ( const mpreal &  v,
unsigned long int  k,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 2263 of file mpreal.h.

const mpreal mpfr::round ( const mpreal &  v) [inline]

Definition at line 2727 of file mpreal.h.

const mpreal mpfr::sec ( const mpreal &  v,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 2359 of file mpreal.h.

const mpreal mpfr::sech ( const mpreal &  v,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 2442 of file mpreal.h.

int mpfr::sgn ( const mpreal &  v) [inline]

Definition at line 2061 of file mpreal.h.

const mpreal mpfr::sin ( const mpreal &  v,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 2345 of file mpreal.h.

int mpfr::sin_cos ( mpreal &  s,
mpreal &  c,
const mpreal &  v,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 2380 of file mpreal.h.

const mpreal mpfr::sinh ( const mpreal &  v,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 2428 of file mpreal.h.

int mpfr::sinh_cosh ( mpreal &  s,
mpreal &  c,
const mpreal &  v,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 2606 of file mpreal.h.

const mpreal mpfr::sqr ( const mpreal &  v,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 2208 of file mpreal.h.

const mpreal mpfr::sqrt ( const unsigned int  v,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 2229 of file mpreal.h.

const mpreal mpfr::sqrt ( const long int  v,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 2234 of file mpreal.h.

const mpreal mpfr::sqrt ( const int  v,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 2240 of file mpreal.h.

const mpreal mpfr::sqrt ( const long double  v,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 2246 of file mpreal.h.

const mpreal mpfr::sqrt ( const double  v,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 2251 of file mpreal.h.

const mpreal mpfr::sqrt ( const mpreal &  v,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 2215 of file mpreal.h.

const mpreal mpfr::sqrt ( const unsigned long int  v,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 2222 of file mpreal.h.

const mpreal mpfr::sum ( const mpreal  tab[],
unsigned long int  n,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
)

Definition at line 278 of file mpreal.cpp.

void mpfr::swap ( mpreal &  a,
mpreal &  b 
) [inline]

Definition at line 2778 of file mpreal.h.

const mpreal mpfr::tan ( const mpreal &  v,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 2352 of file mpreal.h.

const mpreal mpfr::tanh ( const mpreal &  v,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 2435 of file mpreal.h.

template<class T >
std::string mpfr::to_string ( T  t,
std::ios_base &(*)(std::ios_base &)  f 
)

Definition at line 322 of file mpreal.cpp.

const mpreal mpfr::trunc ( const mpreal &  v) [inline]

Definition at line 2734 of file mpreal.h.

const mpreal mpfr::urandom ( gmp_randstate_t &  state,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 2838 of file mpreal.h.

const mpreal mpfr::urandomb ( gmp_randstate_t &  state) [inline]

Definition at line 2829 of file mpreal.h.

const mpreal mpfr::zeta ( const mpreal &  v,
mp_rnd_t  rnd_mode = mpreal::default_rnd 
) [inline]

Definition at line 2539 of file mpreal.h.



libicr
Author(s): Robert Krug
autogenerated on Mon Jan 6 2014 11:34:38