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