SFrame 3.6
|
Namespace for the safe comparison functionals. More...
Classes | |
struct | equal |
Compare two FP numbers, working around x87 precision issues. More... | |
struct | equalf |
Compare two FP numbers, working around x87 precision issues. More... | |
struct | greater |
Compare two FP numbers, working around x87 precision issues. More... | |
struct | greaterf |
Compare two FP numbers, working around x87 precision issues. More... | |
struct | less |
Compare two FP numbers, working around x87 precision issues. More... | |
struct | lessf |
Compare two FP numbers, working around x87 precision issues. More... | |
struct | greater_equal |
Compare two FP numbers, working around x87 precision issues. More... | |
struct | greater_equalf |
Compare two FP numbers, working around x87 precision issues. More... | |
struct | less_equal |
Compare two FP numbers, working around x87 precision issues. More... | |
struct | less_equalf |
Compare two FP numbers, working around x87 precision issues. More... |
Namespace for the safe comparison functionals.
The function objects in this namespace can be used to implement "safe" comparisons between floating point numbers in all circumstances.
$Revision$ $Date$