|
Scl< MPFR > | operator+ (const Scl< MPFR > &a1, const Scl< MPFR > &a2) |
|
Scl< MPFR > | operator- (const Scl< MPFR > &a1, const Scl< MPFR > &a2) |
|
Scl< MPFR > | operator* (const Scl< MPFR > &a1, const Scl< MPFR > &a2) |
|
Scl< MPFR > | operator* (const Scl< MPFR > &a1, double a2) |
|
Scl< MPFR > | operator/ (const Scl< MPFR > &a1, const Scl< MPFR > &a2) |
|
Scl< MPFR > | operator/ (double a2, const Scl< MPFR > &a1) |
|
Scl< MPFR > | operator/ (const Scl< MPFR > &a1, double a2) |
|
Scl< MPFR > | operator/ (int a2, const Scl< MPFR > &a1) |
|
Scl< MPFR > | operator/ (const Scl< MPFR > &a1, int a2) |
|
Scl< MPFR > | operator/ (long int a2, const Scl< MPFR > &a1) |
|
void | convert (Scl< MPFR > &n, char *s) |
|
std::ostream & | operator<< (std::ostream &os, const Scl< MPFR > &x) |
|
std::istream & | operator>> (std::istream &is, Scl< MPFR > &b) |
|
bool | has_positive_sign (const Scl< MPFR > &b) |
|
void | Precision (unsigned long l) |
|
void | Precision (Scl< MPFR > &b, unsigned long l) |
|
Scl< MPFR > | log (const Scl< MPFR > &b) |
|
int | sign (const Scl< MPFR > &b) |
|
Scl< MPFR > | pow (const Scl< MPFR > &b1, const Scl< MPFR > &b2) |
|
int | compare (const Scl< MPFR > &b1, const Scl< MPFR > &b2) |
|
int | compare (const Scl< MPFR > &b, unsigned long ul) |
|
int | compare (const Scl< MPFR > &b, long sl) |
|
bool | operator> (double ul, const Scl< MPFR > &rhs) |
|
bool | operator< (double ul, const Scl< MPFR > &rhs) |
|
bool | operator< (int ul, const Scl< MPFR > &rhs) |
|
bool | operator> (int ul, const Scl< MPFR > &rhs) |
|
Scl< MPFR > | fmax (const Scl< MPFR > &a, const Scl< MPFR > &b) |
|
Scl< MPFR > | logb (const Scl< MPFR > &x) |
|
int | isinf (const Scl< MPFR > &x) |
|
int | isfinite (const Scl< MPFR > &x) |
|
int | isnan (const Scl< MPFR > &x) |
|
Scl< MPFR > | fabs (const Scl< MPFR > &x) |
|
Scl< MPFR > | copysign (const Scl< MPFR > &a, const Scl< MPFR > &b) |
|
Scl< MPFR > | std::abs (const Scl< MPFR > &x) |
|