Blame view

stim/math/constants.h 253 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
  
9339fbad   David Mayerich   implementing mie ...
4
  #include "stim/cuda/cudatools/callable.h"
8e4f8364   David Mayerich   started a new opt...
5
6
7
8
  namespace stim{
  	const double PI		=	3.1415926535897932384626433832795028841971693993751058209749445923078164062862;
  	const double TAU	=	2 * stim::PI;
  }
821513c8   David Mayerich   ERROR plane wave ...
9
  
8a86bd56   David Mayerich   changed rts names...
10
  #endif