VCCC  2024.05
VisualCamp Common C++ library
(constants)

Detailed Description

Variables

template<typename T >
constexpr T e = static_cast<T>(2.71828182845904523536028747135266250)
 the mathematical constant \(e\) More...
 
template<typename T >
constexpr T pi = static_cast<T>(3.14159265358979323846264338327950288)
 the mathematical constant \(\pi\) More...
 

Variable Documentation

◆ e

constexpr T e = static_cast<T>(2.71828182845904523536028747135266250)
constexpr
Template Parameters
T

◆ pi

constexpr T pi = static_cast<T>(3.14159265358979323846264338327950288)
constexpr
Template Parameters
T