Bayeux
3.4.1
Core Foundation library for SuperNEMO
|
Go to the source code of this file.
Namespaces | |
mygsl | |
Top-level namespace of the Bayeux/mygsl module library. | |
Enumerations | |
enum | mygsl::compare_score_type { mygsl::COMPARE_LESS_EQUAL = -2, mygsl::COMPARE_LESS = -1, mygsl::COMPARE_EQUAL = 0, mygsl::COMPARE_GREATER = 1, mygsl::COMPARE_GREATER_EQUAL = 2, mygsl::COMPARE_UNORDERED = 3 } |
Comparison score. More... | |
Functions | |
compare_score_type | mygsl::compare_relative (double x_, double y_, double epsilon_) |
compare_score_type | mygsl::compare_absolute (double x_, double y_, double epsilon_) |
bool | mygsl::approximately_equal (double x_, double y_, double epsilon_) |
bool | mygsl::essentially_equal (double x_, double b, double epsilon_) |
bool | mygsl::definitely_greater_than (double x_, double y_, double epsilon_) |
bool | mygsl::definitely_less_than (double x_, double b, double epsilon_) |
bool | mygsl::nearly_equal (double x_, double y_, double epsilon_) |