|
template<class F > |
FP_NR< F > | operator+ (const FP_NR< F > &a, const FP_NR< F > &b) |
|
template<class F > |
FP_NR< F > && | operator+ (FP_NR< F > &&a, const FP_NR< F > &b) |
|
template<class F > |
FP_NR< F > | operator+ (const FP_NR< F > &a, double b) |
|
template<class F > |
FP_NR< F > | operator+ (double a, const FP_NR< F > &b) |
|
template<class F > |
FP_NR< F > | operator+ (const FP_NR< F > &a, long b) |
|
template<class F > |
FP_NR< F > | operator+ (long a, const FP_NR< F > &b) |
|
template<class F > |
FP_NR< F > | operator- (const FP_NR< F > &a, const FP_NR< F > &b) |
|
template<class F > |
FP_NR< F > | operator- (const FP_NR< F > &a, double b) |
|
template<class F > |
FP_NR< F > | operator- (double a, const FP_NR< F > &b) |
|
template<class F > |
FP_NR< F > | operator- (const FP_NR< F > &a, long b) |
|
template<class F > |
FP_NR< F > | operator- (long a, const FP_NR< F > &b) |
|
template<class F > |
FP_NR< F > | operator* (const FP_NR< F > &a, const FP_NR< F > &b) |
|
template<class F > |
FP_NR< F > && | operator* (FP_NR< F > &&a, const FP_NR< F > &b) |
|
template<class F > |
FP_NR< F > | operator* (const FP_NR< F > &a, double b) |
|
template<class F > |
FP_NR< F > | operator* (const FP_NR< F > &a, long b) |
|
template<class F > |
FP_NR< F > | operator* (double a, const FP_NR< F > &b) |
|
template<class F > |
FP_NR< F > && | operator* (FP_NR< F > &&a, double b) |
|
template<class F > |
FP_NR< F > | operator/ (const FP_NR< F > &a, const FP_NR< F > &b) |
|
template<class F > |
FP_NR< F > | operator/ (const FP_NR< F > &a, const double b) |
|
template<class F > |
FP_NR< F > | operator/ (const double a, const FP_NR< F > &b) |
|
template<class F > |
FP_NR< F > | sqrt (const FP_NR< F > &a) |
|
template<class F > |
FP_NR< F > && | sqrt (FP_NR< F > &&a) |
|
template<class F > |
FP_NR< F > | abs (const FP_NR< F > &a) |
|
template<class F > |
FP_NR< F > && | abs (FP_NR< F > &&a) |
|
template<class F > |
FP_NR< F > | floor (const FP_NR< F > &a) |
|
template<class F > |
FP_NR< F > && | floor (FP_NR< F > &&a) |
|
template<class F > |
FP_NR< F > | log (const FP_NR< F > &a) |
|
template<class F > |
FP_NR< F > && | log (FP_NR< F > &&a) |
|
template<class F > |
FP_NR< F > | exp (const FP_NR< F > &a) |
|
template<class F > |
FP_NR< F > && | exp (FP_NR< F > &&a) |
|
template<class F > |
FP_NR< F > | pow_si (const FP_NR< F > &a, long b) |
|
template<class F > |
FP_NR< F > && | pow_si (FP_NR< F > &&a, long b) |
|
template<class F > |
FP_NR< F > | root (const FP_NR< F > &a, unsigned int b) |
|
template<class F > |
FP_NR< F > && | root (FP_NR< F > &&a, unsigned int b) |
|
template<class T > |
ostream & | operator<< (ostream &os, const FP_NR< T > &x) |
|
template<> |
ostream & | operator<< (ostream &os, const FP_NR< dpe_t > &x) |
|
template<> |
ostream & | operator<< (ostream &os, const FP_NR< mpfr_t > &x) |
|