1#ifndef VIENNASHE_MATH_CONSTANTS_HPP
2#define VIENNASHE_MATH_CONSTANTS_HPP
30 template <
bool dummy = true>
34 static const double pi;
37 static const double e;
detail::constants constants
Convenience typedef for accessing mathematical constants, e.g. viennashe::math::constants::pi.
The main ViennaSHE namespace. All functionality resides inside this namespace.
Implementation class holding basic math constants.
static const double e
Euler's number.
static const double pi
Pi.