constants.h 253 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 #ifndef STIM_CONSTANTS_H #define STIM_CONSTANTS_H #include "stim/cuda/cudatools/callable.h" namespace stim{ const double PI = 3.1415926535897932384626433832795028841971693993751058209749445923078164062862; const double TAU = 2 * stim::PI; } #endif