@@ -9,13 +9,13 @@ import ..@add_prefixes
9
9
" Speed of light in a vacuum. Standard."
10
10
const c = 299792458 u " m/s"
11
11
" Planck constant. Standard."
12
- const h = 6.62607015 e− 34 u " J/Hz"
12
+ const h = 6.62607015e- 34 u " J/Hz"
13
13
" Reduced Planck constant (h/2π). Standard."
14
14
const hbar = h / (2 π)
15
15
" Elementary charge. Standard."
16
- const e = 1.602176634 e− 19 u " C"
16
+ const e = 1.602176634e- 19 u " C"
17
17
" Boltzmann constant. Standard."
18
- const k_B = 1.380649 e− 23 u " J/K"
18
+ const k_B = 1.380649e- 23 u " J/K"
19
19
" Avogadro constant. Standard."
20
20
const N_A = 6.02214076e+23 u " mol^-1"
21
21
@@ -32,7 +32,7 @@ const sigma_sb = (π^2/60) * k_B^4/(hbar^3 * c^2)
32
32
33
33
# Measured
34
34
" Fine-structure constant. Measured."
35
- const alpha = 7.2973525693 e− 3
35
+ const alpha = 7.2973525693e- 3
36
36
" Atomic mass unit (1/12th the mass of Carbon-12). Measured."
37
37
const u = 1.66053906660e-27 u " kg"
38
38
" Newtonian constant of gravitation. Measured."
@@ -42,9 +42,9 @@ const mu_0 = 4π * alpha * hbar / (e^2 * c)
42
42
" Vacuum electric permittivity. Measured."
43
43
const eps_0 = 8.8541878128e-12 u " F/m"
44
44
" Electron mass. Measured."
45
- const m_e = 9.1093837015 e− 31 u " kg"
45
+ const m_e = 9.1093837015e- 31 u " kg"
46
46
" Proton mass. Measured."
47
- const m_p = 1.67262192369 e− 27 u " kg"
47
+ const m_p = 1.67262192369e- 27 u " kg"
48
48
" Neutron mass. Measured."
49
49
const m_n = 1.67492749804e-27 u " kg"
50
50
" Bohr radius. Measured."
0 commit comments