Blame view

stim/math/constants.h 211 Bytes
8e4f8364   David Mayerich   started a new opt...
1
2
  #ifndef STIM_CONSTANTS_H
  #define STIM_CONSTANTS_H
821513c8   David Mayerich   ERROR plane wave ...
3
  
8e4f8364   David Mayerich   started a new opt...
4
5
6
7
  namespace stim{
  	const double PI		=	3.1415926535897932384626433832795028841971693993751058209749445923078164062862;
  	const double TAU	=	2 * stim::PI;
  }
821513c8   David Mayerich   ERROR plane wave ...
8
  
8a86bd56   David Mayerich   changed rts names...
9
  #endif