WaveBlocksND
pi.hpp
Go to the documentation of this file.
1 #pragma once
2 
3 namespace waveblocks {
4  namespace math {
5  template<class T>
6  constexpr T pi()
7  {
8  return static_cast<T>(3.141592653589793238462643383279);
9  }
10  }
11 }
Definition: coefficients_file_parser.cpp:10
constexpr T pi()
Definition: pi.hpp:6