Namespaces
NumericUtils.h File Reference

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...
 

Detailed Description

Functions to help with numbers.

Author
Gianluca Petrillo (petri.nosp@m.llo@.nosp@m.fnal..nosp@m.gov)
Date
March 30, 2018

This library is currently header-only.

Definition in file NumericUtils.h.