Medusa  1.1
Coordinate Free Mehless Method implementation
mm::Pi< T > Struct Template Reference

#include <Config.hpp>

Detailed Description

template<typename T>
struct mm::Pi< T >

Value of Pi in type T. Usage:

double tau = 2*Pi<double>::value;

Definition at line 40 of file Config.hpp.

Static Public Attributes

static constexpr T value = T(3.14159265358979323846264338327950L)
 Value of \(\pi\). More...
 

Member Data Documentation

◆ value

template<typename T >
constexpr T mm::Pi< T >::value = T(3.14159265358979323846264338327950L)
staticconstexpr

Value of \(\pi\).

Definition at line 41 of file Config.hpp.


The documentation for this struct was generated from the following file:
mm::Pi::value
static constexpr T value
Value of .
Definition: Config.hpp:41