25#ifndef GOBY_UTIL_CONSTANTS_H
26#define GOBY_UTIL_CONSTANTS_H
34template <
class T>
constexpr T
pi = T(3.1415926535897932385L);
35template <
class T>
constexpr T
e = T(2.7182818284590452354L);
37template <
class T>
constexpr T
NaN{std::numeric_limits<T>::quiet_NaN()};
The global namespace for the Goby project.