Commit 5e831fb75335abf9471d71c94f25b2ab074d91e9
1 parent
dc3e54f7
Exists in
master
and in
93 other branches
Fix constants file
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
generic_data/Functions/constants.xml
1 | 1 | <?xml version="1.0"?> |
2 | -<constants> | |
2 | +<constants xml:id="constants"> | |
3 | 3 | <constant info="astronomical unit" name="AU" units="km" kind="space">1.49598e+8</constant> |
4 | 4 | <constant info="Boltzmann constant" name="k" units="J/K" kind="physics">1.38054e-23</constant> |
5 | 5 | <constant info="kelvin to electron-volt" name="K2eV" units="eV/K" kind="units">8.622e-5</constant> |
... | ... | @@ -8,8 +8,8 @@ |
8 | 8 | <constant info="electron mass" name="m_e" units="kg" kind="physics">9.1091e-31</constant> |
9 | 9 | <constant info="speed of light in vacuum" name="c" units="m/s" kind="physics">2.99792e+08</constant> |
10 | 10 | <constant info="elementary charge" name="q_e" units="C" kind="physics">1.6021e-19</constant> |
11 | - <constant info='electric constant' name="epsilon_0" units="F/m" kind="physics">8.85416e-12</constant> | |
12 | - <constant info='magnetic constant' name="mu_0" units="H/m" kind="physics">1.25664e-06</constant> | |
11 | + <constant info="electric constant" name="epsilon_0" units="F/m" kind="physics">8.85416e-12</constant> | |
12 | + <constant info="magnetic constant" name="mu_0" units="H/m" kind="physics">1.25664e-06</constant> | |
13 | 13 | <constant info="pi" name="pi" kind="physics">3.14159</constant> |
14 | 14 | <constant info="rad2deg" name="rad2deg" units="deg/rad" kind="units">57.2958</constant> |
15 | 15 | <constant info="deg2rad" name="deg2rad" units="rad/deg" kind="units">0.0174533</constant> | ... | ... |