Functions to help with numbers. More...
#include <type_traits>Go to the source code of this file.
Namespaces | |
| util | |
| Namespace for general, non-LArSoft-specific utilities. | |
Functions | |
| template<typename A , typename B > | |
| constexpr auto | util::absDiff (A const &a, B const &b) |
| Returns the absolute value of the difference between two values. More... | |
Functions to help with numbers.
This library is currently header-only.
Definition in file NumericUtils.h.
1.8.11