Namespaces | Functions
hypot.h File Reference
#include <cmath>
#include <limits>
#include <type_traits>
#include <utility>

Go to the source code of this file.

Namespaces

 cet
 

Functions

template<class T >
std::enable_if_t< std::is_arithmetic_v< T >, T > cet::hypot (T x, T y)
 
template<class T >
std::enable_if_t< std::is_arithmetic_v< T >, T > cet::unchecked_hypot (T x, T y)
 
template<class T >
std::enable_if_t< std::is_arithmetic_v< T >, T > cet::checked_hypot (T x, T y)