|
| FloatVal | operator+ (const FloatVal &x) |
| |
| FloatVal | operator- (const FloatVal &x) |
| |
| FloatVal | operator+ (const FloatVal &x, const FloatVal &y) |
| |
| FloatVal | operator+ (const FloatVal &x, const FloatNum &y) |
| |
| FloatVal | operator+ (const FloatNum &x, const FloatVal &y) |
| |
| FloatVal | operator- (const FloatVal &x, const FloatVal &y) |
| |
| FloatVal | operator- (const FloatVal &x, const FloatNum &y) |
| |
| FloatVal | operator- (const FloatNum &x, const FloatVal &y) |
| |
| FloatVal | operator* (const FloatVal &x, const FloatVal &y) |
| |
| FloatVal | operator* (const FloatVal &x, const FloatNum &y) |
| |
| FloatVal | operator* (const FloatNum &x, const FloatVal &y) |
| |
| FloatVal | operator/ (const FloatVal &x, const FloatVal &y) |
| |
| FloatVal | operator/ (const FloatVal &x, const FloatNum &y) |
| |
| FloatVal | operator/ (const FloatNum &x, const FloatVal &y) |
| |
| bool | operator< (const FloatVal &x, const FloatVal &y) |
| |
| bool | operator< (const FloatVal &x, const FloatNum &y) |
| |
| bool | operator< (const FloatNum &x, const FloatVal &y) |
| |
| bool | operator<= (const FloatVal &x, const FloatVal &y) |
| |
| bool | operator<= (const FloatVal &x, const FloatNum &y) |
| |
| bool | operator<= (const FloatNum &x, const FloatVal &y) |
| |
| bool | operator> (const FloatVal &x, const FloatVal &y) |
| |
| bool | operator> (const FloatVal &x, const FloatNum &y) |
| |
| bool | operator> (const FloatNum &x, const FloatVal &y) |
| |
| bool | operator>= (const FloatVal &x, const FloatVal &y) |
| |
| bool | operator>= (const FloatVal &x, const FloatNum &y) |
| |
| bool | operator>= (const FloatNum &x, const FloatVal &y) |
| |
| bool | operator== (const FloatVal &x, const FloatVal &y) |
| |
| bool | operator== (const FloatVal &x, const FloatNum &y) |
| |
| bool | operator== (const FloatNum &x, const FloatVal &y) |
| |
| bool | operator!= (const FloatVal &x, const FloatVal &y) |
| |
| bool | operator!= (const FloatVal &x, const FloatNum &y) |
| |
| bool | operator!= (const FloatNum &x, const FloatVal &y) |
| |
| template<class Char , class Traits > |
| std::basic_ostream< Char, Traits > & | operator<< (std::basic_ostream< Char, Traits > &os, const FloatVal &x) |
| |
| FloatVal | abs (const FloatVal &x) |
| |
| FloatVal | sqrt (const FloatVal &x) |
| |
| FloatVal | sqr (const FloatVal &x) |
| |
| FloatVal | pow (const FloatVal &x, int n) |
| |
| FloatVal | nroot (const FloatVal &x, int n) |
| |
| FloatVal | max (const FloatVal &x, const FloatVal &y) |
| |
| FloatVal | max (const FloatVal &x, const FloatNum &y) |
| |
| FloatVal | max (const FloatNum &x, const FloatVal &y) |
| |
| FloatVal | min (const FloatVal &x, const FloatVal &y) |
| |
| FloatVal | min (const FloatVal &x, const FloatNum &y) |
| |
| FloatVal | min (const FloatNum &x, const FloatVal &y) |
| |
| FloatVal | exp (const FloatVal &x) |
| |
| FloatVal | log (const FloatVal &x) |
| |
| FloatVal | fmod (const FloatVal &x, const FloatVal &y) |
| |
| FloatVal | fmod (const FloatVal &x, const FloatNum &y) |
| |
| FloatVal | fmod (const FloatNum &x, const FloatVal &y) |
| |
| FloatVal | sin (const FloatVal &x) |
| |
| FloatVal | cos (const FloatVal &x) |
| |
| FloatVal | tan (const FloatVal &x) |
| |
| FloatVal | asin (const FloatVal &x) |
| |
| FloatVal | acos (const FloatVal &x) |
| |
| FloatVal | atan (const FloatVal &x) |
| |
| FloatVal | sinh (const FloatVal &x) |
| |
| FloatVal | cosh (const FloatVal &x) |
| |
| FloatVal | tanh (const FloatVal &x) |
| |
| FloatVal | asinh (const FloatVal &x) |
| |
| FloatVal | acosh (const FloatVal &x) |
| |
| FloatVal | atanh (const FloatVal &x) |
| |
| bool | Float::subset (const FloatVal &x, const FloatVal &y) |
| |
| bool | Float::proper_subset (const FloatVal &x, const FloatVal &y) |
| |
| bool | Float::overlap (const FloatVal &x, const FloatVal &y) |
| |
| FloatVal | Float::intersect (const FloatVal &x, const FloatVal &y) |
| |
| FloatVal | Float::hull (const FloatVal &x, const FloatVal &y) |
| |
| FloatVal | Float::hull (const FloatVal &x, const FloatNum &y) |
| |
| FloatVal | Float::hull (const FloatNum &x, const FloatVal &y) |
| |
| FloatVal | Float::hull (const FloatNum &x, const FloatNum &y) |
| |
|
(Note that these are not member functions.)
|
| bool | subset (const FloatVal &x, const FloatVal &y) |
| | Test whether x is a subset of y. More...
|
| |
| bool | proper_subset (const FloatVal &x, const FloatVal &y) |
| | Test whether x is a proper subset of y. More...
|
| |
| bool | overlap (const FloatVal &x, const FloatVal &y) |
| | Test whether x and y overlap. More...
|
| |
| FloatVal | intersect (const FloatVal &x, const FloatVal &y) |
| | Return intersection of x and y. More...
|
| |
| FloatVal | hull (const FloatVal &x, const FloatVal &y) |
| | Return hull of x and y. More...
|
| |
| FloatVal | hull (const FloatVal &x, const FloatNum &y) |
| | Return hull of x and y. More...
|
| |
| FloatVal | hull (const FloatNum &x, const FloatVal &y) |
| | Return hull of x and y. More...
|
| |
| FloatVal | hull (const FloatNum &x, const FloatNum &y) |
| | Return hull of x and y. More...
|
| |
| FloatVal | operator+ (const FloatVal &x) |
| | Arithmetic operator. More...
|
| |
| FloatVal | operator- (const FloatVal &x) |
| | Arithmetic operator. More...
|
| |
| FloatVal | operator+ (const FloatVal &x, const FloatVal &y) |
| | Arithmetic operator. More...
|
| |
| FloatVal | operator+ (const FloatVal &x, const FloatNum &y) |
| | Arithmetic operator. More...
|
| |
| FloatVal | operator+ (const FloatNum &x, const FloatVal &y) |
| | Arithmetic operator. More...
|
| |
| FloatVal | operator- (const FloatVal &x, const FloatVal &y) |
| | Arithmetic operator. More...
|
| |
| FloatVal | operator- (const FloatVal &x, const FloatNum &y) |
| | Arithmetic operator. More...
|
| |
| FloatVal | operator- (const FloatNum &x, const FloatVal &y) |
| | Arithmetic operator. More...
|
| |
| FloatVal | operator* (const FloatVal &x, const FloatVal &y) |
| | Arithmetic operator. More...
|
| |
| FloatVal | operator* (const FloatVal &x, const FloatNum &y) |
| | Arithmetic operator. More...
|
| |
| FloatVal | operator* (const FloatNum &x, const FloatVal &y) |
| | Arithmetic operator. More...
|
| |
| FloatVal | operator/ (const FloatVal &x, const FloatVal &y) |
| | Arithmetic operator. More...
|
| |
| FloatVal | operator/ (const FloatVal &x, const FloatNum &y) |
| | Arithmetic operator. More...
|
| |
| FloatVal | operator/ (const FloatNum &r, const FloatVal &x) |
| | Arithmetic operator. More...
|
| |
| bool | operator< (const FloatVal &x, const FloatVal &y) |
| | Comparison operator. More...
|
| |
| bool | operator< (const FloatVal &x, const FloatNum &y) |
| | Comparison operator. More...
|
| |
| bool | operator< (const FloatNum &x, const FloatVal &y) |
| | Comparison operator. More...
|
| |
| bool | operator<= (const FloatVal &x, const FloatVal &y) |
| | Comparison operator. More...
|
| |
| bool | operator<= (const FloatVal &x, const FloatNum &y) |
| | Comparison operator. More...
|
| |
| bool | operator<= (const FloatNum &x, const FloatVal &y) |
| | Comparison operator. More...
|
| |
| bool | operator> (const FloatVal &x, const FloatVal &y) |
| | Comparison operator. More...
|
| |
| bool | operator> (const FloatVal &x, const FloatNum &y) |
| | Comparison operator. More...
|
| |
| bool | operator> (const FloatNum &x, const FloatVal &y) |
| | Comparison operator. More...
|
| |
| bool | operator>= (const FloatVal &x, const FloatVal &y) |
| | Comparison operator. More...
|
| |
| bool | operator>= (const FloatVal &x, const FloatNum &y) |
| | Comparison operator. More...
|
| |
| bool | operator>= (const FloatNum &x, const FloatVal &y) |
| | Comparison operator. More...
|
| |
| bool | operator== (const FloatVal &x, const FloatVal &y) |
| | Comparison operator. More...
|
| |
| bool | operator== (const FloatVal &x, const FloatNum &y) |
| | Comparison operator. More...
|
| |
| bool | operator== (const FloatNum &x, const FloatVal &y) |
| | Comparison operator. More...
|
| |
| bool | operator!= (const FloatVal &x, const FloatVal &y) |
| | Comparison operator. More...
|
| |
| bool | operator!= (const FloatVal &x, const FloatNum &y) |
| | Comparison operator. More...
|
| |
| bool | operator!= (const FloatNum &x, const FloatVal &y) |
| | Comparison operator. More...
|
| |
| template<class Char , class Traits > |
| std::basic_ostream< Char, Traits > & | operator<< (std::basic_ostream< Char, Traits > &os, const FloatVal &x) |
| | Print float value x. More...
|
| |
| FloatVal | abs (const FloatVal &x) |
| | Return absolute value of x. More...
|
| |
| FloatVal | sqrt (const FloatVal &x) |
| | Return square root of x. More...
|
| |
| FloatVal | sqr (const FloatVal &x) |
| | Return square of x. More...
|
| |
| FloatVal | pow (const FloatVal &x, int n) |
| | Return n -th power of x. More...
|
| |
| FloatVal | nroot (const FloatVal &x, int n) |
| | Return n -th root of x. More...
|
| |
| FloatVal | max (const FloatVal &x, const FloatVal &y) |
| | Return maximum of x and y. More...
|
| |
| FloatVal | max (const FloatVal &x, const FloatNum &y) |
| | Return maximum of x and y. More...
|
| |
| FloatVal | max (const FloatNum &x, const FloatVal &y) |
| | Return maximum of x and y. More...
|
| |
| FloatVal | min (const FloatVal &x, const FloatVal &y) |
| | Return minimum of x and y. More...
|
| |
| FloatVal | min (const FloatVal &x, const FloatNum &y) |
| | Return minimum of x and y. More...
|
| |
| FloatVal | min (const FloatNum &x, const FloatVal &y) |
| | Return minimum of x and y. More...
|
| |
| FloatVal | exp (const FloatVal &x) |
| | Return exponential of x. More...
|
| |
| FloatVal | log (const FloatVal &x) |
| | Return logarithm of x. More...
|
| |
| FloatVal | fmod (const FloatVal &x, const FloatVal &y) |
| | Trigonometric function argument reduction. More...
|
| |
| FloatVal | fmod (const FloatVal &x, const FloatNum &y) |
| | Trigonometric function argument reduction. More...
|
| |
| FloatVal | fmod (const FloatNum &x, const FloatVal &y) |
| | Trigonometric function argument reduction. More...
|
| |
| FloatVal | sin (const FloatVal &x) |
| | Return sine of x. More...
|
| |
| FloatVal | cos (const FloatVal &x) |
| | Return cosine of x. More...
|
| |
| FloatVal | tan (const FloatVal &x) |
| | Return tangent of x. More...
|
| |
| FloatVal | asin (const FloatVal &x) |
| | Return arcsine of x. More...
|
| |
| FloatVal | acos (const FloatVal &x) |
| | Return arccosine of x. More...
|
| |
| FloatVal | atan (const FloatVal &x) |
| | Return arctangent of x. More...
|
| |
| FloatVal | sinh (const FloatVal &x) |
| | Return hyperbolic of x. More...
|
| |
| FloatVal | cosh (const FloatVal &x) |
| | Return hyperbolic of x. More...
|
| |
| FloatVal | tanh (const FloatVal &x) |
| | Return hyperbolic of x. More...
|
| |
| FloatVal | asinh (const FloatVal &x) |
| | Return hyperbolic of x. More...
|
| |
| FloatVal | acosh (const FloatVal &x) |
| | Return hyperbolic of x. More...
|
| |
| FloatVal | atanh (const FloatVal &x) |
| | Return hyperbolic of x. More...
|
| |
Float value type.
Definition at line 321 of file float.hh.