#include <basis/definitions.h>Include dependency graph for float_plus.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| class | float_plus< contents > |
| An extension to floating point primitives providing approximate equality. More... | |
Defines | |
| #define | DEFAULT_DELTA 0.0001 |
| #define DEFAULT_DELTA 0.0001 |
the delta is the acceptable amount of difference between two floating point numbers that are considered equivalent by this class. if they differ by more than that, they are considered non-equivalent (and hence must be greater than or less than each other).
Definition at line 32 of file float_plus.h.
1.5.1