#include "common.hpp"
Include dependency graph for numeric.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | nlsr |
| Copyright (c) 2014-2020, The University of Memphis, Regents of the University of California. | |
| namespace | nlsr::util |
Functions | |
| bool | nlsr::util::diffInEpsilon (double lhs, double rhs) |
| Determine whether the difference between two numbers are within epsilon. | |