5 #ifndef VCCC_MATH_CONSTANTS_HPP
6 #define VCCC_MATH_CONSTANTS_HPP
37 constexpr T
e =
static_cast<T
>(2.71828182845904523536028747135266250);
50 constexpr T
pi =
static_cast<T
>(3.14159265358979323846264338327950288);
constexpr T e
the mathematical constant
Definition: constants.hpp:37
constexpr T pi
the mathematical constant
Definition: constants.hpp:50
Definition: directory.h:12