Move Bell model unfolding rate test into pysawsim/test/bell_rate.py.
[sawsim.git] / pysawsim / constants.py
index fc00ce3c9c26850af8ecac1bf903e210d72384d5..507d78ebec4f30ea8bfc684e4af16e5434bd1242 100644 (file)
@@ -23,6 +23,8 @@
 TODO: bundle physcon?
 """
 
+gamma_e = 0.5772156649015328606065
+"Euler-Mascheroni constant"
 
-kB = 1.3806503e-23 # m²·kg/s²·K
-
+kB = 1.3806503e-23
+"Boltzmann constant in m²·kg/s²·K"