ViennaSHE 1.3.0
Free open-source semiconductor device simulator using spherical harmonics expansions techniques.
viennashe::math::detail::constants< dummy > Struct Template Reference

Implementation class holding basic math constants. More...

#include <constants.hpp>

Static Public Attributes

static const double pi = 3.1415926535897932384626433832795
 Pi. More...
 
static const double e = 2.718281828459045235360287471352
 Euler's number. More...
 

Detailed Description

template<bool dummy = true>
struct viennashe::math::detail::constants< dummy >

Implementation class holding basic math constants.

Definition at line 31 of file constants.hpp.

Member Data Documentation

◆ e

template<bool b>
const double viennashe::math::detail::constants< b >::e = 2.718281828459045235360287471352
static

Euler's number.

Definition at line 37 of file constants.hpp.

◆ pi

template<bool b>
const double viennashe::math::detail::constants< b >::pi = 3.1415926535897932384626433832795
static

Pi.

Definition at line 34 of file constants.hpp.


The documentation for this struct was generated from the following file: