#include "math_ops.h"
#include <basis/contracts.h>
#include <basis/enhance_cpp.h>
#include <basis/functions.h>
#include <stdio.h>
Go to the source code of this file.
|
| mathematics |
| An extension to floating point primitives providing approximate equality.
|
|
◆ DEFAULT_DELTA
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 43 of file double_plus.h.