Goby3  3.1.4
2024.02.22
constants.h File Reference
#include <limits>

Go to the source code of this file.

Namespaces

 goby
 The global namespace for the Goby project.
 
 goby::util
 

Variables

template<class T >
constexpr T goby::util::pi = T(3.1415926535897932385L)
 
template<class T >
constexpr T goby::util::e = T(2.7182818284590452354L)
 
template<class T >
constexpr T goby::util::NaN {std::numeric_limits<T>::quiet_NaN()}