|
CP3-llbb Framework
|
Public Member Functions | |
| Approx (double value) | |
| Approx (Approx const &other) | |
| Approx | operator() (double value) |
| Approx & | epsilon (double newEpsilon) |
| Approx & | scale (double newScale) |
| std::string | toString () const |
Static Public Member Functions | |
| static Approx | custom () |
Friends | |
| bool | operator== (double lhs, Approx const &rhs) |
| bool | operator== (Approx const &lhs, double rhs) |
| bool | operator!= (double lhs, Approx const &rhs) |
| bool | operator!= (Approx const &lhs, double rhs) |