|
| Double | operator+ (const Double &, const Double &) |
| |
| Double | operator+ (const Double &, const double) |
| |
| Double | operator+ (const double, const Double &) |
| |
| Double | operator+ (const Double &, const int) |
| |
| Double | operator+ (const int, const Double &) |
| |
| Double | operator+ (const Double &, const unsigned int) |
| |
| Double | operator+ (const unsigned int, const Double &) |
| |
| Double | operator- (const Double &, const Double &) |
| |
| Double | operator- (const Double &, const double) |
| |
| Double | operator- (const double, const Double &) |
| |
| Double | operator- (const Double &, const int) |
| |
| Double | operator- (const int, const Double &) |
| |
| Double | operator- (const Double &, const unsigned int) |
| |
| Double | operator- (const unsigned int, const Double &) |
| |
| Double | operator* (const Double &, const Double &) |
| |
| Double | operator* (const Double &, const double) |
| |
| Double | operator* (const double, const Double &) |
| |
| Double | operator* (const Double &, const int) |
| |
| Double | operator* (const int, const Double &) |
| |
| Double | operator* (const Double &, const unsigned int) |
| |
| Double | operator* (const unsigned int, const Double &) |
| |
| Double | operator/ (const Double &, const Double &) |
| |
| Double | operator/ (const double, const Double &) |
| |
| Double | operator/ (const Double &, const double) |
| |
| Double | operator/ (const int, const Double &) |
| |
| Double | operator/ (const Double &, const int) |
| |
| Double | operator/ (const unsigned int, const Double &) |
| |
| Double | operator/ (const Double &, const unsigned int) |
| |
| bool | operator== (const Double &, const Double &) |
| |
| bool | operator== (const double, const Double &) |
| |
| bool | operator== (const Double &, const double) |
| |
| bool | operator== (const int, const Double &) |
| |
| bool | operator== (const Double &, const int) |
| |
| bool | operator== (const unsigned int, const Double &) |
| |
| bool | operator== (const Double &, const unsigned int) |
| |
| bool | operator!= (const Double &, const Double &) |
| |
| bool | operator!= (const double, const Double &) |
| |
| bool | operator!= (const Double &, const double) |
| |
| bool | operator!= (const int, const Double &) |
| |
| bool | operator!= (const Double &, const int) |
| |
| bool | operator!= (const unsigned int, const Double &) |
| |
| bool | operator!= (const Double &, const unsigned int) |
| |
| bool | operator< (const Double &, const Double &) |
| |
| bool | operator< (const double, const Double &) |
| |
| bool | operator< (const Double &, const double) |
| |
| bool | operator< (const int, const Double &) |
| |
| bool | operator< (const Double &, const int) |
| |
| bool | operator< (const unsigned int, const Double &) |
| |
| bool | operator< (const Double &, const unsigned int) |
| |
| bool | operator<= (const Double &, const Double &) |
| |
| bool | operator<= (const double, const Double &) |
| |
| bool | operator<= (const Double &, const double) |
| |
| bool | operator<= (const int, const Double &) |
| |
| bool | operator<= (const Double &, const int) |
| |
| bool | operator<= (const unsigned int, const Double &) |
| |
| bool | operator<= (const Double &, const unsigned int) |
| |
| bool | operator> (const Double &, const Double &) |
| |
| bool | operator> (const double, const Double &) |
| |
| bool | operator> (const Double &, const double) |
| |
| bool | operator> (const int, const Double &) |
| |
| bool | operator> (const Double &, const int) |
| |
| bool | operator> (const unsigned int, const Double &) |
| |
| bool | operator> (const Double &, const unsigned int) |
| |
| bool | operator>= (const Double &, const Double &) |
| |
| bool | operator>= (const double, const Double &) |
| |
| bool | operator>= (const Double &, const double) |
| |
| bool | operator>= (const int, const Double &) |
| |
| bool | operator>= (const Double &, const int) |
| |
| bool | operator>= (const unsigned int, const Double &) |
| |
| bool | operator>= (const Double &, const unsigned int) |
| |
| std::ostream & | operator<< (std ::ostream &, const Double &) |
| |
| std::istream & | operator>> (std ::istream &, Double &) |
| |
| template<class Traits > |
| OutStreamInterface< Traits > & | operator<< (OutStreamInterface< Traits > &, const Double) |
| |
| template<class Traits > |
| InStreamInterface< Traits > & | operator>> (InStreamInterface< Traits > &, Double &) |
| |
| double | pow (const Double &v, const double p) |
| |
| double | pow (const Double &v, const Double &p) |
| |
| double | log (const Double &v) |
| |
| double | sqrt (const Double &v) |
| |
| double | sin (const Double &v) |
| |
| double | cos (const Double &v) |
| |
| Double | abs (const Double &) |
| |
| double | min (const Double &, const double) |
| |
| double | min (const double, const Double &) |
| |
| double | max (const Double &, const double) |
| |
| double | max (const double, const Double &) |
| |
| double | real (const std::complex< Double > &) |
| |
| double | real (const Double &) |
| |
| double | imag (const std::complex< Double > &) |
| |
| double | imag (const Double &) |
| |
| void | field_cast (const Double &, double &) |
| |