texlive[53674] Master/texmf-dist: physconst (4feb20)

commits+karl at tug.org commits+karl at tug.org
Tue Feb 4 23:19:29 CET 2020


Revision: 53674
          http://tug.org/svn/texlive?view=revision&revision=53674
Author:   karl
Date:     2020-02-04 23:19:29 +0100 (Tue, 04 Feb 2020)
Log Message:
-----------
physconst (4feb20)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/physconst/CHANGELOG.md
    trunk/Master/texmf-dist/doc/latex/physconst/README.md
    trunk/Master/texmf-dist/doc/latex/physconst/physconst.pdf
    trunk/Master/texmf-dist/source/latex/physconst/physconst.dtx
    trunk/Master/texmf-dist/tex/latex/physconst/physconst.sty

Modified: trunk/Master/texmf-dist/doc/latex/physconst/CHANGELOG.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/physconst/CHANGELOG.md	2020-02-04 22:19:11 UTC (rev 53673)
+++ trunk/Master/texmf-dist/doc/latex/physconst/CHANGELOG.md	2020-02-04 22:19:29 UTC (rev 53674)
@@ -13,7 +13,8 @@
 - added localuninstall and distuninstall targets to the makefile
 ### Changed
 - Modified the makefile to split up generation of the .sty, .dtx, and .pdf
-- Modified the .cpp so that every \DeclareRobustCommand starts a new line right away
+- Modified the .cpp so that every \DeclareRobustCommand starts a new line right 
+away
 - Added a newline in the middle of the title declaration (in .cpp)
 - Added a newline in the middle of the \DoNotIndex declaration (in .cpp)
 - Added dependency on imakeidx and changed the index to 2 column.
@@ -31,10 +32,30 @@
 - Add disribution specific readme
 - Add disribution specific makefile
 ### Changed
-- Update README to have clearer build, distribute, install, and uninstall instructions.
+- Update README to have clearer build, distribute, install, and uninstall 
+instructions.
 - Distribute with .dtx instead of .sty
 - Reordered build, install, distribute, and uninstall sections of the README
 - Pulled build up one level of headings in the README
 - fix some typos in README
-
-
+## [1.1.0] - 2020/02/03
+### Added
+- macro for Earth's mass
+- macro for Jupiter's mass
+- macro for Earth's radius
+- macro for Jupiter's radius
+- distribution specific change log
+- Numeric variant of each constant for use with e.g. tikz
+### Changes
+- Colomb constant in SI units had an incorrect magnitude; fixed to 10^9 instead 
+of 10^14
+- Vacuum permeability was incorrectly a duplicate of the permittivity.
+Premeability is now the correct value.
+- Mass of particles in eV was being computed incorrectly. Fixed values.
+- Order of magnitude of Newton's Gravity, Boltzmann, Planck, and 
+Stefan-Boltzmann constants were incorrect.
+- Acceleration due to gravity on Earth was accidentally a copy of G instead of g
+- Acceleration due to gravity on Earth had the wrong units
+- Corrected formatting of README file.
+- Fixed sections of macros - the individual macros were unintentionally
+subsections of the Naming Conversion

Modified: trunk/Master/texmf-dist/doc/latex/physconst/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/physconst/README.md	2020-02-04 22:19:11 UTC (rev 53673)
+++ trunk/Master/texmf-dist/doc/latex/physconst/README.md	2020-02-04 22:19:29 UTC (rev 53674)
@@ -16,7 +16,8 @@
 version 2006/05/20 or later.
 
 # Dependencies
-- [`physunits` package](https://github.com/astrobit/physunits) also available at [CTAN](https://ctan.org)
+- [`physunits` package](https://github.com/astrobit/physunits) also available
+at [CTAN](https://ctan.org)
 
 # Build Dependencies
 - some LaTeX distribution.
@@ -27,7 +28,8 @@
 
 # Files
 ```
-    makefile                GNU makefile to simplify building and installation on linux
+    makefile                GNU makefile to simplify building and installation
+                            on linux
     README.md               This file.
     CHANGELOG.md            List of changes
     physconst.ins           The installer file
@@ -40,21 +42,29 @@
 1. `make`
 
 ## Otherwise
-1. Run `latex` on `physconst.ins` to create the `.sty` file. e.g. `latex physconst.ins`.
+1. Run `latex` on `physconst.ins` to create the `.sty` file. e.g. 
+`latex physconst.ins`.
 1. The following steps apply only if you want the documentation (recommended).
-  1. Run `latex` on `physconst.dtx` to create the `.pdf` file. e.g. `xelatex physconst.pdf`.
-  1. Run `makeindex` to create the index, e.g. `makeindex -s gind.ist -o physconst.ind physconst.idx`.
-  1. Run `makeindex` to create the change log, e.g. `makeindex -s gglo.ist -o physconst.gls physconst.glo`.
-  1. Run `latex` on `physconst.dtx` to create the `.pdf` file with index and change log. e.g. `xelatex physconst.pdf`.
-  1. Run `latex` on `physconst.dtx` to get the labels sorted out. e.g. `xelatex physconst.pdf`.
+  1. Run `latex` on `physconst.dtx` to create the `.pdf` file. e.g. 
+`xelatex physconst.pdf`.
+  1. Run `makeindex` to create the index, e.g. 
+`makeindex -s gind.ist -o physconst.ind physconst.idx`.
+  1. Run `makeindex` to create the change log, e.g. 
+`makeindex -s gglo.ist -o physconst.gls physconst.glo`.
+  1. Run `latex` on `physconst.dtx` to create the `.pdf` file with index and
+change log. e.g. `xelatex physconst.pdf`.
+  1. Run `latex` on `physconst.dtx` to get the labels sorted out. e.g.
+`xelatex physconst.pdf`.
 
-Instructions that might help can be for windows can be found at [this post on StackExchange](https://tex.stackexchange.com/questions/369921/loading-packages-with-ins-and-dtx-files).
+Instructions that might help can be for windows can be found at 
+[this post on StackExchange](https://tex.stackexchange.com/questions/369921/loading-packages-with-ins-and-dtx-files).
 
 # Installation
 First build the project as described above.
 
 ## For a single project
-1. Copy the `physconst.sty` into your project where your `.tex` files are located.
+1. Copy the `physconst.sty` into your project where your `.tex` files are
+located.
 
 ## for all users and projects
 ### Linux / Mac using make and xelatex
@@ -61,7 +71,8 @@
 1. `make localinstall`
 
 ### Otherwise
-Instructions that might help can be for windows can be found at [this post on StackExchange](https://tex.stackexchange.com/questions/369921/loading-packages-with-ins-and-dtx-files).
+Instructions that might help can be for windows can be found at 
+[this post on StackExchange](https://tex.stackexchange.com/questions/369921/loading-packages-with-ins-and-dtx-files).
 1. Figure out where your LaTeX local packages are installed.
 1. Create a directory named `physconst` in that location.
 1. Copy the `.sty` file into the directory you just created.

Modified: trunk/Master/texmf-dist/doc/latex/physconst/physconst.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/source/latex/physconst/physconst.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/physconst/physconst.dtx	2020-02-04 22:19:11 UTC (rev 53673)
+++ trunk/Master/texmf-dist/source/latex/physconst/physconst.dtx	2020-02-04 22:19:29 UTC (rev 53674)
@@ -133,7 +133,7 @@
 % The normal macros are the ones that you will typically use, whose values are
 % determined by the choice of options when the package is invoked.
 %
-% \subsection{Naming Convention}
+% \subsubsection{Naming Convention}
 %
 % Each macro starts with a lower case `k' to indicate that it is a constant.
 % If the macro is of special units, e.g. eV, those units will be specified next.
@@ -147,42 +147,137 @@
 %\index{Mass|usage}
 %
 % \DescribeMacro{\kMassElectron}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
 % \index{Mass>Electron|usage}
 % |\kMassElectron| is the mass of an electron.
 %
 % \DescribeMacro{\keVMassElectron}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
 % \index{Mass>Electron>in eV|usage}
 % |\keVMassElectron| is the mass of an electron.
 %
+% \DescribeMacro{\kMassElectronNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
+% \index{Mass>Electron|usage}
+% |\kMassElectronNumeric| is the numeric value of
+%  the mass of an electron.
+%
+% \DescribeMacro{\keVMassElectronNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
+% \index{Mass>Electron>in eV|usage}
+% |\keVMassElectronNumeric| is the numeric value of
+%  the mass of an electron.
+%
 % \DescribeMacro{\kMassProton}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
 % \index{Mass>Proton|usage}
 % |\kMassProton| is the mass of a proton.
 %
 % \DescribeMacro{\keVMassProton}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
 % \index{Mass>Proton>in eV|usage}
 % |\keVMassProton| is the mass of a proton.
 %
+% \DescribeMacro{\kMassProtonNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
+% \index{Mass>Proton|usage}
+% |\kMassProtonNumeric| is the numeric value of
+%  the mass of a proton.
+%
+% \DescribeMacro{\keVMassProtonNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
+% \index{Mass>Proton>in eV|usage}
+% |\keVMassProtonNumeric| is the numeric value of
+%  the mass of a proton.
+%
 % \DescribeMacro{\kMassHydrogen}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
 % \index{Mass>Hydrogen atom|usage}
 % |\kMassHydrogen| is the mass of a neutral hydrogen atom.
 %
 % \DescribeMacro{\keVMassHydrogen}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
 % \index{Mass>Hydrogen atom>in eV|usage}
 % |\keVMassHydrogen| is the mass of a neutral hydrogen atom.
 %
+% \DescribeMacro{\kMassHydrogenNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
+% \index{Mass>Hydrogen atom|usage}
+% |\kMassHydrogenNumeric| is the numeric value of
+%  the mass of a neutral hydrogen atom.
+%
+% \DescribeMacro{\keVMassHydrogenNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
+% \index{Mass>Hydrogen atom>in eV|usage}
+% |\keVMassHydrogenNumeric| is the numeric value of
+%  the mass of a neutral hydrogen atom.
+%
 % \DescribeMacro{\kMassSun}
 % \index{Mass>Sun|usage}
 % |\kMassSun| is the mass of the Sun.
 %
+% \DescribeMacro{\kMassSunNumeric}
+% \index{Mass>Sun|usage}
+% |\kMassSunNumeric| is the numeric value of
+%  the mass of the Sun.
+%
+% \DescribeMacro{\kMassEarth}
+% \changes{v1.1.0}{2020/02/03}{Add mass of Earth}
+% |\kMassEarth| is the mass of the Earth.
+%
+% \DescribeMacro{\kMassEarthNumeric}
+% \changes{v1.1.0}{2020/02/03}{Add mass of Earth}
+% |\kMassEarthNumeric| is the numeric value of
+%  the mass of the Earth.
+%
+% \DescribeMacro{\kMassJupiter}
+% \changes{v1.1.0}{2020/02/03}{Add mass of Jupiter}
+% |\kMassJupiter| is the mass of Jupiter.
+%
+% \DescribeMacro{\kMassJupiterNumeric}
+% \changes{v1.1.0}{2020/02/03}{Add mass of Jupiter}
+% |\kMassJupiterNumeric| is the numeric value of
+%  the mass of Jupiter.
+%
 % \DescribeMacro{\kMassAMU}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
 % \index{Mass>amu|usage}
 % |\kMassAMU| is the mass of an atomic mass unit.
 %
 % \DescribeMacro{\keVMassAMU}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
 % \index{Mass>amu>in eV|usage}
 % |\keVMassAMU| is the mass of an atomic mass unit.
 %
+% \DescribeMacro{\kMassAMUNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
+% \index{Mass>amu|usage}
+% |\kMassAMUNumeric| is the numeric value of
+%  the mass of an atomic mass unit.
 %
+% \DescribeMacro{\keVMassAMUNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
+% \index{Mass>amu>in eV|usage}
+% |\keVMassAMUNumeric| is the numeric value of
+%  the mass of an atomic mass unit.
+%
+%
 %\subsubsection{Charge}
 %
 %
@@ -192,15 +287,30 @@
 % \index{Charge>Elementary|usage}
 % |\kChargeFundamental| is the fundamental charge.
 %
+% \DescribeMacro{\kChargeFundamentalNumeric}
+% \index{Charge>Elementary|usage}
+% |\kChargeFundamentalNumeric| is the numeric value of
+%  the fundamental charge.
+%
 % \DescribeMacro{\kChargeElectron}
 % \index{Charge>Electron|usage}
 % |\kChargeElectron| is the charge of an electron.
 %
+% \DescribeMacro{\kChargeElectronNumeric}
+% \index{Charge>Electron|usage}
+% |\kChargeElectronNumeric| is the numeric value of
+%  the charge of an electron.
+%
 % \DescribeMacro{\kChargeProton}
 % \index{Charge>Proton|usage}
 % |\kChargeProton| is the charge of a proton.
 %
+% \DescribeMacro{\kChargeProtonNumeric}
+% \index{Charge>Proton|usage}
+% |\kChargeProtonNumeric| is the numeric value of
+%  the charge of a proton.
 %
+%
 %\subsubsection{Distances and Lengths}
 %
 %
@@ -210,20 +320,59 @@
 % \index{Distances and Lengths>Bohr Radius|usage}
 % |\kRadiusBohr| is Bohr radius of an atom.
 %
+% \DescribeMacro{\kRadiusBohrNumeric}
+% \index{Distances and Lengths>Bohr Radius|usage}
+% |\kRadiusBohrNumeric| is the numeric value of
+%  Bohr radius of an atom.
+%
 % \DescribeMacro{\kAstronomicalUnit}
 % \index{Distances and Lengths>Astronomical Unit|usage}
 % |\kAstronomicalUnit| is the astronomical unit (the average distance between
 % the Earth and the Sun).
 %
+% \DescribeMacro{\kAstronomicalUnitNumeric}
+% \index{Distances and Lengths>Astronomical Unit|usage}
+% |\kAstronomicalUnitNumeric| is the numeric value of
+%  the astronomical unit (the average distance between the
+% Earth and the Sun).
+%
 % \DescribeMacro{\kParsec}
 % \index{Distances and Lengths>Parsec|usage}
 % |\kParsec| is the length of a parsec ($\frac{648000\au}{\pi}$).
 %
+% \DescribeMacro{\kParsecNumeric}
+% \index{Distances and Lengths>Parsec|usage}
+% |\kParsecNumeric| is the numeric value of
+%  the length of a parsec ($\frac{648000\au}{\pi}$).
+%
 % \DescribeMacro{\kRadiusSun}
 % \index{Distances and Lengths>Solar Radius|usage}
 % |\kRadiusSun| is the mean radius of the Sun.
 %
+% \DescribeMacro{\kRadiusSunNumeric}
+% \index{Distances and Lengths>Solar Radius|usage}
+% |\kRadiusSunNumeric| is the numeric value of
+%  the mean radius of the Sun.
 %
+% \DescribeMacro{\kRadiusEarth}
+% \changes{v1.1.0}{2020/02/03}{Add radius of Earth}
+% |\kRadiusEarth| is the mean radius of the Earth.
+%
+% \DescribeMacro{\kRadiusEarthNumeric}
+% \changes{v1.1.0}{2020/02/03}{Add radius of Earth}
+% |\kRadiusEarthNumeric| is the numeric value of
+%  the mean radius of the Earth.
+%
+% \DescribeMacro{\kRadiusJupiter}
+% \changes{v1.1.0}{2020/02/03}{Add radius of Jupiter}
+% |\kRadiusJupiter| is the mean radius of Jupiter.
+%
+% \DescribeMacro{\kRadiusJupiterNumeric}
+% \changes{v1.1.0}{2020/02/03}{Add radius of Jupiter}
+% |\kRadiusJupiterNumeric| is the numeric value of
+%  the mean radius of Jupiter.
+%
+%
 %\subsubsection{Energy, Power, and Luminosity}
 %
 %
@@ -237,11 +386,26 @@
 % \index{Energy, Power, and Luminosity>Rydberg>in eV|usage}
 % |\keVRydberg| is the Rydberg energy (the binding energy of Hydrogen).
 %
+% \DescribeMacro{\kRydbergNumeric}
+% \index{Energy, Power, and Luminosity>Rydberg|usage}
+% |\kRydbergNumeric| is the numeric value of
+%  the Rydberg energy (the binding energy of Hydrogen).
+%
+% \DescribeMacro{\keVRydbergNumeric}
+% \index{Energy, Power, and Luminosity>Rydberg>in eV|usage}
+% |\keVRydbergNumeric| is the numeric value of
+%  the Rydberg energy (the binding energy of Hydrogen).
+%
 % \DescribeMacro{\kLuminositySun}
 % \index{Energy, Power, and Luminosity>Solar Luminosity|usage}
 % |\kLuminositySun| is the luminosity of the Sun.
 %
+% \DescribeMacro{\kLuminositySunNumeric}
+% \index{Energy, Power, and Luminosity>Solar Luminosity|usage}
+% |\kLuminositySunNumeric| is the numeric value of
+%  the luminosity of the Sun.
 %
+%
 %\subsubsection{Pressure}
 %
 %
@@ -248,14 +412,28 @@
 %\index{Pressure|usage}
 %
 % \DescribeMacro{\kPressureAtmosphere}
+% \changes{v1.1.0}{2020/02/03}{Fix prefix of units.}
 % \index{Pressure>Standard Atmosphere|usage}
 % |\kPressureAtmosphere| is the standard atmospheric pressure.
 %
+% \DescribeMacro{\kPressureAtmosphereNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix prefix of units.}
+% \index{Pressure>Standard Atmosphere|usage}
+% |\kPressureAtmosphereNumeric| is the numeric value of
+%  the standard atmospheric pressure.
+%
 % \DescribeMacro{\kPressureStandard}
+% \changes{v1.1.0}{2020/02/03}{Fix prefix of units.}
 % \index{Pressure>Standard Pressure|usage}
 % |\kPressureStandard| is the standard atmospheric pressure.
 %
+% \DescribeMacro{\kPressureStandardNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix prefix of units.}
+% \index{Pressure>Standard Pressure|usage}
+% |\kPressureStandardNumeric| is the numeric value of
+%  the standard atmospheric pressure.
 %
+%
 %\subsubsection{Velocity, Speed and Acceleration}
 %
 %
@@ -265,12 +443,26 @@
 % \index{Velocity, Speed and Acceleration>Speed of Light|usage}
 % |\kSpeedLight| is the speed of light.
 %
+% \DescribeMacro{\kSpeedLightNumeric}
+% \index{Velocity, Speed and Acceleration>Speed of Light|usage}
+% |\kSpeedLightNumeric| is the numeric value of
+%  the speed of light.
+%
 % \DescribeMacro{\kAccelGravity}
+% \changes{v1.1.0}{2020/02/03}{Correct value.}
+% \changes{v1.1.0}{2020/02/03}{Fix units.}
 % \index{Velocity, Speed and Acceleration>Acceleration due to Gravity|usage}
 % |\kAccelGravity| is the accelertion due to gravity at the surface of the
 % Earth.
 %
+% \DescribeMacro{\kAccelGravityNumeric}
+% \changes{v1.1.0}{2020/02/03}{Correct value.}
+% \changes{v1.1.0}{2020/02/03}{Fix units.}
+% \index{Velocity, Speed and Acceleration>Acceleration due to Gravity|usage}
+% |\kAccelGravityNumeric| is the numeric value of
+%  the accelertion due to gravity at the surface of the Earth.
 %
+%
 %\subsubsection{Other Constants}
 %
 %
@@ -277,21 +469,45 @@
 %\index{Other Constants|usage}
 %
 % \DescribeMacro{\kCoulomb}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
 % \index{Other Constants>Coulomb Constant|usage}
 % |\kCoulomb| is the Coulomb constant ($\frac{1}{4\pi\epsilon_0}$).
 %
+% \DescribeMacro{\kCoulombNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \index{Other Constants>Coulomb Constant|usage}
+% |\kCoulombNumeric| is the numeric value of
+%  the Coulomb constant ($\frac{1}{4\pi\epsilon_0}$).
+%
 % \DescribeMacro{\kVacuumPermittivity}
 % \index{Other Constants>Vacuum Permittivity|usage}
 % |\kVacuumPermittivity| is the electric permittivity of the vacuum.
 %
+% \DescribeMacro{\kVacuumPermittivityNumeric}
+% \index{Other Constants>Vacuum Permittivity|usage}
+% |\kVacuumPermittivityNumeric| is the numeric value of
+%  the electric permittivity of the vacuum.
+%
 % \DescribeMacro{\kVacuumPermeability}
+% \changes{v1.1.0}{2020/02/03}{Fix value of constant.}
 % \index{Other Constants>Vacuum Permeability|usage}
 % |\kVacuumPermeability| is the magnetic permeability of the vacuum.
 %
+% \DescribeMacro{\kVacuumPermeabilityNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix value of constant.}
+% \index{Other Constants>Vacuum Permeability|usage}
+% |\kVacuumPermeabilityNumeric| is the numeric value of
+%  the magnetic permeability of the vacuum.
+%
 % \DescribeMacro{\kVacuumImpedance}
 % \index{Other Constants>Vacuum Impedance|usage}
 % |\kVacuumImpedance| is the characteristic impedance of the vacuum.
 %
+% \DescribeMacro{\kVacuumImpedanceNumeric}
+% \index{Other Constants>Vacuum Impedance|usage}
+% |\kVacuumImpedanceNumeric| is the numeric value of
+%  the characteristic impedance of the vacuum.
+%
 % \DescribeMacro{\kBoltzmann}
 % \index{Other Constants>Boltzmann|usage}
 % |\kBoltzmann| is the Boltzmann constant.
@@ -300,51 +516,125 @@
 % \index{Other Constants>Boltzmann>in eV|usage}
 % |\keVBoltzmann| is the Boltzmann constant.
 %
+% \DescribeMacro{\kBoltzmannNumeric}
+% \index{Other Constants>Boltzmann|usage}
+% |\kBoltzmannNumeric| is the numeric value of
+%  the Boltzmann constant.
+%
+% \DescribeMacro{\keVBoltzmannNumeric}
+% \index{Other Constants>Boltzmann>in eV|usage}
+% |\keVBoltzmannNumeric| is the numeric value of
+%  the Boltzmann constant.
+%
 % \DescribeMacro{\kPlanck}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
 % \index{Other Constants>Planck|usage}
 % |\kPlanck| is the Planck constant.
 %
 % \DescribeMacro{\keVPlanck}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
 % \index{Other Constants>Planck>in eV|usage}
 % |\keVPlanck| is the Planck constant.
 %
+% \DescribeMacro{\kPlanckNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \index{Other Constants>Planck|usage}
+% |\kPlanckNumeric| is the numeric value of
+%  the Planck constant.
+%
+% \DescribeMacro{\keVPlanckNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \index{Other Constants>Planck>in eV|usage}
+% |\keVPlanckNumeric| is the numeric value of
+%  the Planck constant.
+%
 % \DescribeMacro{\kPlanckReduced}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
 % \index{Other Constants>Reduced Planck|usage}
 % |\kPlanckReduced| is the Reduced Planck constant
 % $\left(\frac{h}{2\pi}\right)$.
 %
 % \DescribeMacro{\keVPlanckReduced}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
 % \index{Other Constants>Reduced Planck>in eV|usage}
 % |\keVPlanckReduced| is the Reduced Planck constant
 % $\left(\frac{h}{2\pi}\right)$.
 %
+% \DescribeMacro{\kPlanckReducedNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \index{Other Constants>Reduced Planck|usage}
+% |\kPlanckReducedNumeric| is the numeric value of
+%  the Reduced Planck constant $\left(\frac{h}{2\pi}\right)$.
+%
+% \DescribeMacro{\keVPlanckReducedNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \index{Other Constants>Reduced Planck>in eV|usage}
+% |\keVPlanckReducedNumeric| is the numeric value of
+%  the Reduced Planck constant $\left(\frac{h}{2\pi}\right)$.
+%
 % \DescribeMacro{\kGravity}
+% \changes{v1.1.0}{2020/02/03}{Fix value of constant.}
 % \index{Other Constants>Newton's Gravitational Constant|usage}
 % |\kGravity| is Newton's gravitational constant.
 %
+% \DescribeMacro{\kGravityNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix value of constant.}
+% \index{Other Constants>Newton's Gravitational Constant|usage}
+% |\kGravityNumeric| is the numeric value of
+%  Newton's gravitational constant.
+%
 % \DescribeMacro{\kStefanBoltzmann}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
 % \index{Other Constants>Stefan-Boltzmann|usage}
 % |\kStefanBoltzmann| is the Stefan-Boltzmann blackbody constant
 % $\left(\frac{2\pi^5k_\mathrm{B}}{15h^3c^2}\right)$.
 %
+% \DescribeMacro{\kStefanBoltzmannNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \index{Other Constants>Stefan-Boltzmann|usage}
+% |\kStefanBoltzmannNumeric| is the numeric value of
+%  the Stefan-Boltzmann blackbody constant
+% $\left(\frac{2\pi^5k_\mathrm{B}}{15h^3c^2}\right)$.
+%
 % \DescribeMacro{\kRadiation}
 % \index{Other Constants>Radiation|usage}
 % |\kRadiation| is the radiation constant, $a
 % \left(\frac{8\pi^5k_\mathrm{B}^4}{15c^3h^3}\right)$.
 %
+% \DescribeMacro{\kRadiationNumeric}
+% \index{Other Constants>Radiation|usage}
+% |\kRadiationNumeric| is the numeric value of
+%  the radiation constant, $a
+% \left(\frac{8\pi^5k_\mathrm{B}^4}{15c^3h^3}\right)$.
+%
 % \DescribeMacro{\kFineStructure}
 % \index{Other Constants>Fine Structure|usage}
 % |\kFineStructure| is the fine structure constant.
 %
+% \DescribeMacro{\kFineStructureNumeric}
+% \index{Other Constants>Fine Structure|usage}
+% |\kFineStructureNumeric| is the numeric value of
+%  the fine structure constant.
+%
 % \DescribeMacro{\kFineStructureReciprocal}
 % \index{Other Constants>Fine Structure>Reciprocal|usage}
 % |\kFineStructureReciprocal| is the reciprocal of the fine structure constant.
 %
+% \DescribeMacro{\kFineStructureReciprocalNumeric}
+% \index{Other Constants>Fine Structure>Reciprocal|usage}
+% |\kFineStructureReciprocalNumeric| is the numeric value of
+%  the reciprocal of the fine structure constant.
+%
 % \DescribeMacro{\kAvogadro}
 % \index{Other Constants>Avogadro's Number|usage}
 % |\kAvogadro| is Avogadro's Number (the number of particles in a mole).
 %
+% \DescribeMacro{\kAvogadroNumeric}
+% \index{Other Constants>Avogadro's Number|usage}
+% |\kAvogadroNumeric| is the numeric value of
+%  Avogadro's Number (the number of particles in a mole).
 %
+%
 %\subsection{Detailed Macros}
 %
 % These macros are used to access the constants with specific units and 
@@ -353,7 +643,7 @@
 % by physconst to define the macros that are normally used (those described
 % above.
 %
-% \subsection{NamingConvention}
+% \subsubsection{NamingConvention}
 % The detailed macros are named like \k at units@precision at name. The units
 % specify which units the constant is in (SI, cgs, or eV). For constants that
 % are independent of the unit system (e.g. Avogadro's number and the fine
@@ -366,6 +656,8 @@
 %\subsubsection{Mass}
 %
 % \DescribeMacro{\k at SI@short at MassElectron}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
 % |\k at SI@short at MassElectron| is the mass of an electron in SI units with
 % reduced precision.
 % (CODATA~2018)
@@ -382,6 +674,8 @@
 % \makeatother
 %
 % \DescribeMacro{\k at SI@full at MassElectron}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
 % |\k at SI@full at MassElectron| is the mass of an electron in SI units with full
 % precision.
 % (CODATA~2018)
@@ -398,6 +692,8 @@
 % \makeatother
 %
 % \DescribeMacro{\k at cgs@short at MassElectron}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
 % |\k at cgs@short at MassElectron| is the mass of an electron in cgs units with
 % reduced precision.
 % (CODATA~2018)
@@ -414,6 +710,8 @@
 % \makeatother
 %
 % \DescribeMacro{\k at cgs@full at MassElectron}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
 % |\k at cgs@full at MassElectron| is the mass of an electron in cgs units with full
 % precision.
 % (CODATA~2018)
@@ -430,6 +728,8 @@
 % \makeatother
 %
 % \DescribeMacro{\k at eV@short at MassElectron}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
 % |\k at eV@short at MassElectron| is the mass of an electron in eV with reduced
 % precision.
 % (CODATA~2018)
@@ -446,6 +746,8 @@
 % \makeatother
 %
 % \DescribeMacro{\k at eV@full at MassElectron}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
 % |\k at eV@full at MassElectron| is the mass of an electron in eV with full
 % precision.
 % (CODATA~2018)
@@ -461,7 +763,121 @@
 % {The value is \k at eV@full at MassElectron}\end{mdframed}
 % \makeatother
 %
+% \DescribeMacro{\k at SI@short at MassElectronNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
+% |\k at SI@short at MassElectronNumeric| is a mathematical value of
+%  the mass of an electron in SI units with reduced
+% precision.
+% (CODATA~2018)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at SI@short at MassElectronNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at SI@short at MassElectronNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at SI@full at MassElectronNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
+% |\k at SI@full at MassElectronNumeric| is a mathematical value of
+%  the mass of an electron in SI units with full
+% precision.
+% (CODATA~2018)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at SI@full at MassElectronNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at SI@full at MassElectronNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at cgs@short at MassElectronNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
+% |\k at cgs@short at MassElectronNumeric| is a mathematical value of
+%  the mass of an electron in cgs units with reduced
+% precision.
+% (CODATA~2018)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at cgs@short at MassElectronNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at cgs@short at MassElectronNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at cgs@full at MassElectronNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
+% |\k at cgs@full at MassElectronNumeric| is a mathematical value of
+%  the mass of an electron in cgs units with full
+% precision.
+% (CODATA~2018)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at cgs@full at MassElectronNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at cgs@full at MassElectronNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at eV@short at MassElectronNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
+% |\k at eV@short at MassElectronNumeric| is a mathematical value of
+%  the mass of an electron in eV with reduced precision.
+% (CODATA~2018)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at eV@short at MassElectronNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at eV@short at MassElectronNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at eV@full at MassElectronNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
+% |\k at eV@full at MassElectronNumeric| is a mathematical value of
+%  the mass of an electron in eV with full precision.
+% (CODATA~2018)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at eV@full at MassElectronNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at eV@full at MassElectronNumeric}\end{mdframed}
+% \makeatother
+%
 % \DescribeMacro{\k at SI@short at MassProton}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
 % |\k at SI@short at MassProton| is the mass of a proton in SI units with reduced
 % precision.
 % (CODATA~2018)
@@ -478,6 +894,8 @@
 % \makeatother
 %
 % \DescribeMacro{\k at SI@full at MassProton}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
 % |\k at SI@full at MassProton| is the mass of a proton in SI units with full
 % precision.
 % (CODATA~2018)
@@ -494,6 +912,8 @@
 % \makeatother
 %
 % \DescribeMacro{\k at cgs@short at MassProton}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
 % |\k at cgs@short at MassProton| is the mass of a proton in cgs units with reduced
 % precision.
 % (CODATA~2018)
@@ -510,6 +930,8 @@
 % \makeatother
 %
 % \DescribeMacro{\k at cgs@full at MassProton}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
 % |\k at cgs@full at MassProton| is the mass of a proton in cgs units with full
 % precision.
 % (CODATA~2018)
@@ -526,6 +948,8 @@
 % \makeatother
 %
 % \DescribeMacro{\k at eV@short at MassProton}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
 % |\k at eV@short at MassProton| is the mass of a proton in eV with reduced precision.
 % (CODATA~2018)
 %
@@ -541,6 +965,8 @@
 % \makeatother
 %
 % \DescribeMacro{\k at eV@full at MassProton}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
 % |\k at eV@full at MassProton| is the mass of a proton in eV with full precision.
 % (CODATA~2018)
 %
@@ -555,7 +981,119 @@
 % {The value is \k at eV@full at MassProton}\end{mdframed}
 % \makeatother
 %
+% \DescribeMacro{\k at SI@short at MassProtonNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
+% |\k at SI@short at MassProtonNumeric| is a mathematical value of
+%  the mass of a proton in SI units with reduced
+% precision.
+% (CODATA~2018)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at SI@short at MassProtonNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at SI@short at MassProtonNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at SI@full at MassProtonNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
+% |\k at SI@full at MassProtonNumeric| is a mathematical value of
+%  the mass of a proton in SI units with full precision.
+% (CODATA~2018)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at SI@full at MassProtonNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at SI@full at MassProtonNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at cgs@short at MassProtonNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
+% |\k at cgs@short at MassProtonNumeric| is a mathematical value of
+%  the mass of a proton in cgs units with reduced
+% precision.
+% (CODATA~2018)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at cgs@short at MassProtonNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at cgs@short at MassProtonNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at cgs@full at MassProtonNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
+% |\k at cgs@full at MassProtonNumeric| is a mathematical value of
+%  the mass of a proton in cgs units with full precision.
+% (CODATA~2018)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at cgs@full at MassProtonNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at cgs@full at MassProtonNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at eV@short at MassProtonNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
+% |\k at eV@short at MassProtonNumeric| is a mathematical value of
+%  the mass of a proton in eV with reduced precision.
+% (CODATA~2018)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at eV@short at MassProtonNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at eV@short at MassProtonNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at eV@full at MassProtonNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
+% |\k at eV@full at MassProtonNumeric| is a mathematical value of
+%  the mass of a proton in eV with full precision.
+% (CODATA~2018)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at eV@full at MassProtonNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at eV@full at MassProtonNumeric}\end{mdframed}
+% \makeatother
+%
 % \DescribeMacro{\k at SI@short at MassHydrogen}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
 % |\k at SI@short at MassHydrogen| is the mass of a neutral hydrogen atom in SI units
 % with reduced precision.
 % (CODATA~2018)
@@ -572,6 +1110,8 @@
 % \makeatother
 %
 % \DescribeMacro{\k at SI@full at MassHydrogen}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
 % |\k at SI@full at MassHydrogen| is the mass of a neutral hydrogen atom in SI units
 % with full precision.
 % (CODATA~2018)
@@ -588,6 +1128,8 @@
 % \makeatother
 %
 % \DescribeMacro{\k at cgs@short at MassHydrogen}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
 % |\k at cgs@short at MassHydrogen| is the mass of a neutral hydrogen atom in cgs
 % units with reduced precision.
 % (CODATA~2018)
@@ -604,6 +1146,8 @@
 % \makeatother
 %
 % \DescribeMacro{\k at cgs@full at MassHydrogen}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
 % |\k at cgs@full at MassHydrogen| is the mass of a neutral hydrogen atom in cgs
 % units with full precision.
 % (CODATA~2018)
@@ -620,6 +1164,8 @@
 % \makeatother
 %
 % \DescribeMacro{\k at eV@short at MassHydrogen}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
 % |\k at eV@short at MassHydrogen| is the mass of a neutral hydrogen atom in eV with
 % reduced precision.
 % (CODATA~2018)
@@ -636,6 +1182,8 @@
 % \makeatother
 %
 % \DescribeMacro{\k at eV@full at MassHydrogen}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
 % |\k at eV@full at MassHydrogen| is the mass of a neutral hydrogen atom in eV with
 % full precision.
 % (CODATA~2018)
@@ -651,6 +1199,120 @@
 % {The value is \k at eV@full at MassHydrogen}\end{mdframed}
 % \makeatother
 %
+% \DescribeMacro{\k at SI@short at MassHydrogenNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
+% |\k at SI@short at MassHydrogenNumeric| is a mathematical value of
+%  the mass of a neutral hydrogen atom in SI units with
+% reduced precision.
+% (CODATA~2018)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at SI@short at MassHydrogenNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at SI@short at MassHydrogenNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at SI@full at MassHydrogenNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
+% |\k at SI@full at MassHydrogenNumeric| is a mathematical value of
+%  the mass of a neutral hydrogen atom in SI units with
+% full precision.
+% (CODATA~2018)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at SI@full at MassHydrogenNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at SI@full at MassHydrogenNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at cgs@short at MassHydrogenNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
+% |\k at cgs@short at MassHydrogenNumeric| is a mathematical value of
+%  the mass of a neutral hydrogen atom in cgs units
+% with reduced precision.
+% (CODATA~2018)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at cgs@short at MassHydrogenNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at cgs@short at MassHydrogenNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at cgs@full at MassHydrogenNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
+% |\k at cgs@full at MassHydrogenNumeric| is a mathematical value of
+%  the mass of a neutral hydrogen atom in cgs units
+% with full precision.
+% (CODATA~2018)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at cgs@full at MassHydrogenNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at cgs@full at MassHydrogenNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at eV@short at MassHydrogenNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
+% |\k at eV@short at MassHydrogenNumeric| is a mathematical value of
+%  the mass of a neutral hydrogen atom in eV with
+% reduced precision.
+% (CODATA~2018)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at eV@short at MassHydrogenNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at eV@short at MassHydrogenNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at eV@full at MassHydrogenNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
+% |\k at eV@full at MassHydrogenNumeric| is a mathematical value of
+%  the mass of a neutral hydrogen atom in eV with full
+% precision.
+% (CODATA~2018)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at eV@full at MassHydrogenNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at eV@full at MassHydrogenNumeric}\end{mdframed}
+% \makeatother
+%
 % \DescribeMacro{\k at SI@short at MassSun}
 % |\k at SI@short at MassSun| is the mass of the Sun in SI units with reduced
 % precision.
@@ -713,7 +1375,205 @@
 % {The value is \k at cgs@full at MassSun}\end{mdframed}
 % \makeatother
 %
+% \DescribeMacro{\k at SI@short at MassSunNumeric}
+% |\k at SI@short at MassSunNumeric| is a mathematical value of
+%  the mass of the Sun in SI units with reduced precision.
+% (IAU~Resolution~B3~2015)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at SI@short at MassSunNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at SI@short at MassSunNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at SI@full at MassSunNumeric}
+% |\k at SI@full at MassSunNumeric| is a mathematical value of
+%  the mass of the Sun in SI units with full precision.
+% (IAU~Resolution~B3~2015)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at SI@full at MassSunNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at SI@full at MassSunNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at cgs@short at MassSunNumeric}
+% |\k at cgs@short at MassSunNumeric| is a mathematical value of
+%  the mass of the Sun in cgs units with reduced precision.
+% (IAU~Resolution~B3~2015)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at cgs@short at MassSunNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at cgs@short at MassSunNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at cgs@full at MassSunNumeric}
+% |\k at cgs@full at MassSunNumeric| is a mathematical value of
+%  the mass of the Sun in cgs units with full precision.
+% (IAU~Resolution~B3~2015)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at cgs@full at MassSunNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at cgs@full at MassSunNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at short@MassEarth}
+% \changes{v1.1.0}{2020/02/03}{Add mass of Earth}
+% |\k at short@MassEarth| is the mass of the Earth with reduced precision.
+% (IAU~Resolution~B3~2015)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at short@MassEarth\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at short@MassEarth}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at full@MassEarth}
+% \changes{v1.1.0}{2020/02/03}{Add mass of Earth}
+% |\k at full@MassEarth| is the mass of the Earth with full precision.
+% (IAU~Resolution~B3~2015)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at full@MassEarth\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at full@MassEarth}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at short@MassEarthNumeric}
+% \changes{v1.1.0}{2020/02/03}{Add mass of Earth}
+% |\k at short@MassEarthNumeric| is a mathematical value of
+%  the mass of the Earth with reduced precision.
+% (IAU~Resolution~B3~2015)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at short@MassEarthNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at short@MassEarthNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at full@MassEarthNumeric}
+% \changes{v1.1.0}{2020/02/03}{Add mass of Earth}
+% |\k at full@MassEarthNumeric| is a mathematical value of
+%  the mass of the Earth with full precision.
+% (IAU~Resolution~B3~2015)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at full@MassEarthNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at full@MassEarthNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at short@MassJupiter}
+% \changes{v1.1.0}{2020/02/03}{Add mass of Jupiter}
+% |\k at short@MassJupiter| is the mass of Jupiter with reduced precision.
+% (IAU~Resolution~B3~2015)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at short@MassJupiter\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at short@MassJupiter}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at full@MassJupiter}
+% \changes{v1.1.0}{2020/02/03}{Add mass of Jupiter}
+% |\k at full@MassJupiter| is the mass of Jupiter with full precision.
+% (IAU~Resolution~B3~2015)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at full@MassJupiter\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at full@MassJupiter}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at short@MassJupiterNumeric}
+% \changes{v1.1.0}{2020/02/03}{Add mass of Jupiter}
+% |\k at short@MassJupiterNumeric| is a mathematical value of
+%  the mass of Jupiter with reduced precision.
+% (IAU~Resolution~B3~2015)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at short@MassJupiterNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at short@MassJupiterNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at full@MassJupiterNumeric}
+% \changes{v1.1.0}{2020/02/03}{Add mass of Jupiter}
+% |\k at full@MassJupiterNumeric| is a mathematical value of
+%  the mass of Jupiter with full precision.
+% (IAU~Resolution~B3~2015)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at full@MassJupiterNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at full@MassJupiterNumeric}\end{mdframed}
+% \makeatother
+%
 % \DescribeMacro{\k at SI@short at MassAMU}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
 % |\k at SI@short at MassAMU| is the mass of an atomic mass unit in SI units with
 % reduced precision.
 % (CODATA~2018)
@@ -730,6 +1590,8 @@
 % \makeatother
 %
 % \DescribeMacro{\k at SI@full at MassAMU}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
 % |\k at SI@full at MassAMU| is the mass of an atomic mass unit in SI units with full
 % precision.
 % (CODATA~2018)
@@ -746,6 +1608,8 @@
 % \makeatother
 %
 % \DescribeMacro{\k at cgs@short at MassAMU}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
 % |\k at cgs@short at MassAMU| is the mass of an atomic mass unit in cgs units with
 % reduced precision.
 % (CODATA~2018)
@@ -762,6 +1626,8 @@
 % \makeatother
 %
 % \DescribeMacro{\k at cgs@full at MassAMU}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
 % |\k at cgs@full at MassAMU| is the mass of an atomic mass unit in cgs units with
 % full precision.
 % (CODATA~2018)
@@ -778,6 +1644,8 @@
 % \makeatother
 %
 % \DescribeMacro{\k at eV@short at MassAMU}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
 % |\k at eV@short at MassAMU| is the mass of an atomic mass unit in eV with reduced
 % precision.
 % (CODATA~2018)
@@ -794,6 +1662,8 @@
 % \makeatother
 %
 % \DescribeMacro{\k at eV@full at MassAMU}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
 % |\k at eV@full at MassAMU| is the mass of an atomic mass unit in eV with full
 % precision.
 % (CODATA~2018)
@@ -809,7 +1679,120 @@
 % {The value is \k at eV@full at MassAMU}\end{mdframed}
 % \makeatother
 %
+% \DescribeMacro{\k at SI@short at MassAMUNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
+% |\k at SI@short at MassAMUNumeric| is a mathematical value of
+%  the mass of an atomic mass unit in SI units with reduced
+% precision.
+% (CODATA~2018)
 %
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at SI@short at MassAMUNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at SI@short at MassAMUNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at SI@full at MassAMUNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
+% |\k at SI@full at MassAMUNumeric| is a mathematical value of
+%  the mass of an atomic mass unit in SI units with full
+% precision.
+% (CODATA~2018)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at SI@full at MassAMUNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at SI@full at MassAMUNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at cgs@short at MassAMUNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
+% |\k at cgs@short at MassAMUNumeric| is a mathematical value of
+%  the mass of an atomic mass unit in cgs units with
+% reduced precision.
+% (CODATA~2018)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at cgs@short at MassAMUNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at cgs@short at MassAMUNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at cgs@full at MassAMUNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
+% |\k at cgs@full at MassAMUNumeric| is a mathematical value of
+%  the mass of an atomic mass unit in cgs units with full
+% precision.
+% (CODATA~2018)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at cgs@full at MassAMUNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at cgs@full at MassAMUNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at eV@short at MassAMUNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
+% |\k at eV@short at MassAMUNumeric| is a mathematical value of
+%  the mass of an atomic mass unit in eV with reduced
+% precision.
+% (CODATA~2018)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at eV@short at MassAMUNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at eV@short at MassAMUNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at eV@full at MassAMUNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
+% |\k at eV@full at MassAMUNumeric| is a mathematical value of
+%  the mass of an atomic mass unit in eV with full precision.
+% (CODATA~2018)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at eV@full at MassAMUNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at eV@full at MassAMUNumeric}\end{mdframed}
+% \makeatother
+%
+%
 %\subsubsection{Charge}
 %
 % \DescribeMacro{\k at SI@short at ChargeFundamental}
@@ -876,6 +1859,74 @@
 % {The value is \k at cgs@full at ChargeFundamental}\end{mdframed}
 % \makeatother
 %
+% \DescribeMacro{\k at SI@short at ChargeFundamentalNumeric}
+% |\k at SI@short at ChargeFundamentalNumeric| is a mathematical value of
+%  the fundamental charge in SI units with reduced
+% precision.
+% (CODATA~2018)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at SI@short at ChargeFundamentalNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at SI@short at ChargeFundamentalNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at SI@full at ChargeFundamentalNumeric}
+% |\k at SI@full at ChargeFundamentalNumeric| is a mathematical value of
+%  the fundamental charge in SI units with full
+% precision.
+% (CODATA~2018)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at SI@full at ChargeFundamentalNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at SI@full at ChargeFundamentalNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at cgs@short at ChargeFundamentalNumeric}
+% |\k at cgs@short at ChargeFundamentalNumeric| is a mathematical value of
+%  the fundamental charge in cgs units with
+% reduced precision.
+% (CODATA~2018)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at cgs@short at ChargeFundamentalNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at cgs@short at ChargeFundamentalNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at cgs@full at ChargeFundamentalNumeric}
+% |\k at cgs@full at ChargeFundamentalNumeric| is a mathematical value of
+%  the fundamental charge in cgs units with full
+% precision.
+% (CODATA~2018)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at cgs@full at ChargeFundamentalNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at cgs@full at ChargeFundamentalNumeric}\end{mdframed}
+% \makeatother
+%
 % \DescribeMacro{\k at SI@short at ChargeElectron}
 % |\k at SI@short at ChargeElectron| is the charge of an electron in SI units with
 % reduced precision.
@@ -940,6 +1991,74 @@
 % {The value is \k at cgs@full at ChargeElectron}\end{mdframed}
 % \makeatother
 %
+% \DescribeMacro{\k at SI@short at ChargeElectronNumeric}
+% |\k at SI@short at ChargeElectronNumeric| is a mathematical value of
+%  the charge of an electron in SI units with reduced
+% precision.
+% (CODATA~2018)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at SI@short at ChargeElectronNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at SI@short at ChargeElectronNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at SI@full at ChargeElectronNumeric}
+% |\k at SI@full at ChargeElectronNumeric| is a mathematical value of
+%  the charge of an electron in SI units with full
+% precision.
+% (CODATA~2018)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at SI@full at ChargeElectronNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at SI@full at ChargeElectronNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at cgs@short at ChargeElectronNumeric}
+% |\k at cgs@short at ChargeElectronNumeric| is a mathematical value of
+%  the charge of an electron in cgs units with
+% reduced precision.
+% (CODATA~2018)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at cgs@short at ChargeElectronNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at cgs@short at ChargeElectronNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at cgs@full at ChargeElectronNumeric}
+% |\k at cgs@full at ChargeElectronNumeric| is a mathematical value of
+%  the charge of an electron in cgs units with full
+% precision.
+% (CODATA~2018)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at cgs@full at ChargeElectronNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at cgs@full at ChargeElectronNumeric}\end{mdframed}
+% \makeatother
+%
 % \DescribeMacro{\k at SI@short at ChargeProton}
 % |\k at SI@short at ChargeProton| is the charge of a proton in SI units with reduced
 % precision.
@@ -1004,7 +2123,75 @@
 % {The value is \k at cgs@full at ChargeProton}\end{mdframed}
 % \makeatother
 %
+% \DescribeMacro{\k at SI@short at ChargeProtonNumeric}
+% |\k at SI@short at ChargeProtonNumeric| is a mathematical value of
+%  the charge of a proton in SI units with reduced
+% precision.
+% (CODATA~2018)
 %
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at SI@short at ChargeProtonNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at SI@short at ChargeProtonNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at SI@full at ChargeProtonNumeric}
+% |\k at SI@full at ChargeProtonNumeric| is a mathematical value of
+%  the charge of a proton in SI units with full
+% precision.
+% (CODATA~2018)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at SI@full at ChargeProtonNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at SI@full at ChargeProtonNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at cgs@short at ChargeProtonNumeric}
+% |\k at cgs@short at ChargeProtonNumeric| is a mathematical value of
+%  the charge of a proton in cgs units with reduced
+% precision.
+% (CODATA~2018)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at cgs@short at ChargeProtonNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at cgs@short at ChargeProtonNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at cgs@full at ChargeProtonNumeric}
+% |\k at cgs@full at ChargeProtonNumeric| is a mathematical value of
+%  the charge of a proton in cgs units with full
+% precision.
+% (CODATA~2018)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at cgs@full at ChargeProtonNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at cgs@full at ChargeProtonNumeric}\end{mdframed}
+% \makeatother
+%
+%
 %\subsubsection{Distances and Lengths}
 %
 % \DescribeMacro{\k at SI@short at RadiusBohr}
@@ -1071,6 +2258,73 @@
 % {The value is \k at cgs@full at RadiusBohr}\end{mdframed}
 % \makeatother
 %
+% \DescribeMacro{\k at SI@short at RadiusBohrNumeric}
+% |\k at SI@short at RadiusBohrNumeric| is a mathematical value of
+%  Bohr radius of an atom in SI units with reduced
+% precision.
+% (Calculated)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at SI@short at RadiusBohrNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at SI@short at RadiusBohrNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at SI@full at RadiusBohrNumeric}
+% |\k at SI@full at RadiusBohrNumeric| is a mathematical value of
+%  Bohr radius of an atom in SI units with full precision.
+% (Calculated)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at SI@full at RadiusBohrNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at SI@full at RadiusBohrNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at cgs@short at RadiusBohrNumeric}
+% |\k at cgs@short at RadiusBohrNumeric| is a mathematical value of
+%  Bohr radius of an atom in cgs units with reduced
+% precision.
+% (Calculated)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at cgs@short at RadiusBohrNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at cgs@short at RadiusBohrNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at cgs@full at RadiusBohrNumeric}
+% |\k at cgs@full at RadiusBohrNumeric| is a mathematical value of
+%  Bohr radius of an atom in cgs units with full
+% precision.
+% (Calculated)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at cgs@full at RadiusBohrNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at cgs@full at RadiusBohrNumeric}\end{mdframed}
+% \makeatother
+%
 % \DescribeMacro{\k at SI@short at AstronomicalUnit}
 % |\k at SI@short at AstronomicalUnit| is the astronomical unit (the average distance
 % between the Earth and the Sun) in SI units with reduced precision.
@@ -1135,6 +2389,74 @@
 % {The value is \k at cgs@full at AstronomicalUnit}\end{mdframed}
 % \makeatother
 %
+% \DescribeMacro{\k at SI@short at AstronomicalUnitNumeric}
+% |\k at SI@short at AstronomicalUnitNumeric| is a mathematical value of
+%  the astronomical unit (the average distance
+% between the Earth and the Sun) in SI units with reduced precision.
+% (IAU~Resolution~B2~2012)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at SI@short at AstronomicalUnitNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at SI@short at AstronomicalUnitNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at SI@full at AstronomicalUnitNumeric}
+% |\k at SI@full at AstronomicalUnitNumeric| is a mathematical value of
+%  the astronomical unit (the average distance
+% between the Earth and the Sun) in SI units with full precision.
+% (IAU~Resolution~B2~2012)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at SI@full at AstronomicalUnitNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at SI@full at AstronomicalUnitNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at cgs@short at AstronomicalUnitNumeric}
+% |\k at cgs@short at AstronomicalUnitNumeric| is a mathematical value of
+%  the astronomical unit (the average distance
+% between the Earth and the Sun) in cgs units with reduced precision.
+% (IAU~Resolution~B2~2012)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at cgs@short at AstronomicalUnitNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at cgs@short at AstronomicalUnitNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at cgs@full at AstronomicalUnitNumeric}
+% |\k at cgs@full at AstronomicalUnitNumeric| is a mathematical value of
+%  the astronomical unit (the average distance
+% between the Earth and the Sun) in cgs units with full precision.
+% (IAU~Resolution~B2~2012)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at cgs@full at AstronomicalUnitNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at cgs@full at AstronomicalUnitNumeric}\end{mdframed}
+% \makeatother
+%
 % \DescribeMacro{\k at SI@short at Parsec}
 % |\k at SI@short at Parsec| is the length of a parsec ($\frac{648000\au}{\pi}$) in
 % SI units with reduced precision.
@@ -1199,6 +2521,74 @@
 % {The value is \k at cgs@full at Parsec}\end{mdframed}
 % \makeatother
 %
+% \DescribeMacro{\k at SI@short at ParsecNumeric}
+% |\k at SI@short at ParsecNumeric| is a mathematical value of
+%  the length of a parsec ($\frac{648000\au}{\pi}$) in SI
+% units with reduced precision.
+% (Calculated)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at SI@short at ParsecNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at SI@short at ParsecNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at SI@full at ParsecNumeric}
+% |\k at SI@full at ParsecNumeric| is a mathematical value of
+%  the length of a parsec ($\frac{648000\au}{\pi}$) in SI
+% units with full precision.
+% (Calculated)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at SI@full at ParsecNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at SI@full at ParsecNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at cgs@short at ParsecNumeric}
+% |\k at cgs@short at ParsecNumeric| is a mathematical value of
+%  the length of a parsec ($\frac{648000\au}{\pi}$) in cgs
+% units with reduced precision.
+% (Calculated)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at cgs@short at ParsecNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at cgs@short at ParsecNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at cgs@full at ParsecNumeric}
+% |\k at cgs@full at ParsecNumeric| is a mathematical value of
+%  the length of a parsec ($\frac{648000\au}{\pi}$) in cgs
+% units with full precision.
+% (Calculated)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at cgs@full at ParsecNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at cgs@full at ParsecNumeric}\end{mdframed}
+% \makeatother
+%
 % \DescribeMacro{\k at SI@short at RadiusSun}
 % |\k at SI@short at RadiusSun| is the mean radius of the Sun in SI units with
 % reduced precision.
@@ -1263,7 +2653,207 @@
 % {The value is \k at cgs@full at RadiusSun}\end{mdframed}
 % \makeatother
 %
+% \DescribeMacro{\k at SI@short at RadiusSunNumeric}
+% |\k at SI@short at RadiusSunNumeric| is a mathematical value of
+%  the mean radius of the Sun in SI units with reduced
+% precision.
+% (IAU~Resolution~B3~2015)
 %
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at SI@short at RadiusSunNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at SI@short at RadiusSunNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at SI@full at RadiusSunNumeric}
+% |\k at SI@full at RadiusSunNumeric| is a mathematical value of
+%  the mean radius of the Sun in SI units with full
+% precision.
+% (IAU~Resolution~B3~2015)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at SI@full at RadiusSunNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at SI@full at RadiusSunNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at cgs@short at RadiusSunNumeric}
+% |\k at cgs@short at RadiusSunNumeric| is a mathematical value of
+%  the mean radius of the Sun in cgs units with reduced
+% precision.
+% (IAU~Resolution~B3~2015)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at cgs@short at RadiusSunNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at cgs@short at RadiusSunNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at cgs@full at RadiusSunNumeric}
+% |\k at cgs@full at RadiusSunNumeric| is a mathematical value of
+%  the mean radius of the Sun in cgs units with full
+% precision.
+% (IAU~Resolution~B3~2015)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at cgs@full at RadiusSunNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at cgs@full at RadiusSunNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at short@RadiusEarth}
+% \changes{v1.1.0}{2020/02/03}{Add radius of Earth}
+% |\k at short@RadiusEarth| is the mean radius of the Earth with reduced precision.
+% (IAU~Resolution~B3~2015)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at short@RadiusEarth\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at short@RadiusEarth}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at full@RadiusEarth}
+% \changes{v1.1.0}{2020/02/03}{Add radius of Earth}
+% |\k at full@RadiusEarth| is the mean radius of the Earth with full precision.
+% (IAU~Resolution~B3~2015)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at full@RadiusEarth\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at full@RadiusEarth}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at short@RadiusEarthNumeric}
+% \changes{v1.1.0}{2020/02/03}{Add radius of Earth}
+% |\k at short@RadiusEarthNumeric| is a mathematical value of
+%  the mean radius of the Earth with reduced precision.
+% (IAU~Resolution~B3~2015)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at short@RadiusEarthNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at short@RadiusEarthNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at full@RadiusEarthNumeric}
+% \changes{v1.1.0}{2020/02/03}{Add radius of Earth}
+% |\k at full@RadiusEarthNumeric| is a mathematical value of
+%  the mean radius of the Earth with full precision.
+% (IAU~Resolution~B3~2015)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at full@RadiusEarthNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at full@RadiusEarthNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at short@RadiusJupiter}
+% \changes{v1.1.0}{2020/02/03}{Add radius of Jupiter}
+% |\k at short@RadiusJupiter| is the mean radius of Jupiter with reduced precision.
+% (IAU~Resolution~B3~2015)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at short@RadiusJupiter\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at short@RadiusJupiter}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at full@RadiusJupiter}
+% \changes{v1.1.0}{2020/02/03}{Add radius of Jupiter}
+% |\k at full@RadiusJupiter| is the mean radius of Jupiter with full precision.
+% (IAU~Resolution~B3~2015)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at full@RadiusJupiter\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at full@RadiusJupiter}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at short@RadiusJupiterNumeric}
+% \changes{v1.1.0}{2020/02/03}{Add radius of Jupiter}
+% |\k at short@RadiusJupiterNumeric| is a mathematical value of
+%  the mean radius of Jupiter with reduced precision.
+% (IAU~Resolution~B3~2015)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at short@RadiusJupiterNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at short@RadiusJupiterNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at full@RadiusJupiterNumeric}
+% \changes{v1.1.0}{2020/02/03}{Add radius of Jupiter}
+% |\k at full@RadiusJupiterNumeric| is a mathematical value of
+%  the mean radius of Jupiter with full precision.
+% (IAU~Resolution~B3~2015)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at full@RadiusJupiterNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at full@RadiusJupiterNumeric}\end{mdframed}
+% \makeatother
+%
+%
 %\subsubsection{Energy, Power, and Luminosity}
 %
 % \DescribeMacro{\k at SI@short at Rydberg}
@@ -1362,6 +2952,108 @@
 % {The value is \k at eV@full at Rydberg}\end{mdframed}
 % \makeatother
 %
+% \DescribeMacro{\k at SI@short at RydbergNumeric}
+% |\k at SI@short at RydbergNumeric| is a mathematical value of
+%  the Rydberg energy (the binding energy of Hydrogen) in SI
+% units with reduced precision.
+% (Calculated)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at SI@short at RydbergNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at SI@short at RydbergNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at SI@full at RydbergNumeric}
+% |\k at SI@full at RydbergNumeric| is a mathematical value of
+%  the Rydberg energy (the binding energy of Hydrogen) in SI
+% units with full precision.
+% (Calculated)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at SI@full at RydbergNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at SI@full at RydbergNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at cgs@short at RydbergNumeric}
+% |\k at cgs@short at RydbergNumeric| is a mathematical value of
+%  the Rydberg energy (the binding energy of Hydrogen) in
+% cgs units with reduced precision.
+% (Calculated)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at cgs@short at RydbergNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at cgs@short at RydbergNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at cgs@full at RydbergNumeric}
+% |\k at cgs@full at RydbergNumeric| is a mathematical value of
+%  the Rydberg energy (the binding energy of Hydrogen) in
+% cgs units with full precision.
+% (Calculated)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at cgs@full at RydbergNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at cgs@full at RydbergNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at eV@short at RydbergNumeric}
+% |\k at eV@short at RydbergNumeric| is a mathematical value of
+%  the Rydberg energy (the binding energy of Hydrogen) in eV
+% with reduced precision.
+% (Calculated)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at eV@short at RydbergNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at eV@short at RydbergNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at eV@full at RydbergNumeric}
+% |\k at eV@full at RydbergNumeric| is a mathematical value of
+%  the Rydberg energy (the binding energy of Hydrogen) in eV
+% with full precision.
+% (Calculated)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at eV@full at RydbergNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at eV@full at RydbergNumeric}\end{mdframed}
+% \makeatother
+%
 % \DescribeMacro{\k at SI@short at LuminositySun}
 % |\k at SI@short at LuminositySun| is the luminosity of the Sun in SI units with
 % reduced precision.
@@ -1426,10 +3118,79 @@
 % {The value is \k at cgs@full at LuminositySun}\end{mdframed}
 % \makeatother
 %
+% \DescribeMacro{\k at SI@short at LuminositySunNumeric}
+% |\k at SI@short at LuminositySunNumeric| is a mathematical value of
+%  the luminosity of the Sun in SI units with reduced
+% precision.
+% (IAU~Resolution~B3~2015)
 %
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at SI@short at LuminositySunNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at SI@short at LuminositySunNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at SI@full at LuminositySunNumeric}
+% |\k at SI@full at LuminositySunNumeric| is a mathematical value of
+%  the luminosity of the Sun in SI units with full
+% precision.
+% (IAU~Resolution~B3~2015)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at SI@full at LuminositySunNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at SI@full at LuminositySunNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at cgs@short at LuminositySunNumeric}
+% |\k at cgs@short at LuminositySunNumeric| is a mathematical value of
+%  the luminosity of the Sun in cgs units with
+% reduced precision.
+% (IAU~Resolution~B3~2015)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at cgs@short at LuminositySunNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at cgs@short at LuminositySunNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at cgs@full at LuminositySunNumeric}
+% |\k at cgs@full at LuminositySunNumeric| is a mathematical value of
+%  the luminosity of the Sun in cgs units with full
+% precision.
+% (IAU~Resolution~B3~2015)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at cgs@full at LuminositySunNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at cgs@full at LuminositySunNumeric}\end{mdframed}
+% \makeatother
+%
+%
 %\subsubsection{Pressure}
 %
 % \DescribeMacro{\k at SI@short at PressureAtmosphere}
+% \changes{v1.1.0}{2020/02/03}{Fix prefix of units.}
 % |\k at SI@short at PressureAtmosphere| is the standard atmospheric pressure in SI
 % units with reduced precision.
 % (CODATA~2018)
@@ -1446,6 +3207,7 @@
 % \makeatother
 %
 % \DescribeMacro{\k at SI@full at PressureAtmosphere}
+% \changes{v1.1.0}{2020/02/03}{Fix prefix of units.}
 % |\k at SI@full at PressureAtmosphere| is the standard atmospheric pressure in SI
 % units with full precision.
 % (CODATA~2018)
@@ -1462,6 +3224,7 @@
 % \makeatother
 %
 % \DescribeMacro{\k at cgs@short at PressureAtmosphere}
+% \changes{v1.1.0}{2020/02/03}{Fix prefix of units.}
 % |\k at cgs@short at PressureAtmosphere| is the standard atmospheric pressure in cgs
 % units with reduced precision.
 % (CODATA~2018)
@@ -1478,6 +3241,7 @@
 % \makeatother
 %
 % \DescribeMacro{\k at cgs@full at PressureAtmosphere}
+% \changes{v1.1.0}{2020/02/03}{Fix prefix of units.}
 % |\k at cgs@full at PressureAtmosphere| is the standard atmospheric pressure in cgs
 % units with full precision.
 % (CODATA~2018)
@@ -1493,7 +3257,80 @@
 % {The value is \k at cgs@full at PressureAtmosphere}\end{mdframed}
 % \makeatother
 %
+% \DescribeMacro{\k at SI@short at PressureAtmosphereNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix prefix of units.}
+% |\k at SI@short at PressureAtmosphereNumeric| is a mathematical value of
+%  the standard atmospheric pressure in SI units
+% with reduced precision.
+% (CODATA~2018)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at SI@short at PressureAtmosphereNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at SI@short at PressureAtmosphereNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at SI@full at PressureAtmosphereNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix prefix of units.}
+% |\k at SI@full at PressureAtmosphereNumeric| is a mathematical value of
+%  the standard atmospheric pressure in SI units
+% with full precision.
+% (CODATA~2018)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at SI@full at PressureAtmosphereNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at SI@full at PressureAtmosphereNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at cgs@short at PressureAtmosphereNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix prefix of units.}
+% |\k at cgs@short at PressureAtmosphereNumeric| is a mathematical value of
+%  the standard atmospheric pressure in cgs
+% units with reduced precision.
+% (CODATA~2018)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at cgs@short at PressureAtmosphereNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at cgs@short at PressureAtmosphereNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at cgs@full at PressureAtmosphereNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix prefix of units.}
+% |\k at cgs@full at PressureAtmosphereNumeric| is a mathematical value of
+%  the standard atmospheric pressure in cgs units
+% with full precision.
+% (CODATA~2018)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at cgs@full at PressureAtmosphereNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at cgs@full at PressureAtmosphereNumeric}\end{mdframed}
+% \makeatother
+%
 % \DescribeMacro{\k at SI@short at PressureStandard}
+% \changes{v1.1.0}{2020/02/03}{Fix prefix of units.}
 % |\k at SI@short at PressureStandard| is the standard atmospheric pressure in SI
 % units with reduced precision.
 % (CODATA~2018)
@@ -1510,6 +3347,7 @@
 % \makeatother
 %
 % \DescribeMacro{\k at SI@full at PressureStandard}
+% \changes{v1.1.0}{2020/02/03}{Fix prefix of units.}
 % |\k at SI@full at PressureStandard| is the standard atmospheric pressure in SI
 % units with full precision.
 % (CODATA~2018)
@@ -1526,6 +3364,7 @@
 % \makeatother
 %
 % \DescribeMacro{\k at cgs@short at PressureStandard}
+% \changes{v1.1.0}{2020/02/03}{Fix prefix of units.}
 % |\k at cgs@short at PressureStandard| is the standard atmospheric pressure in cgs
 % units with reduced precision.
 % (CODATA~2018)
@@ -1542,6 +3381,7 @@
 % \makeatother
 %
 % \DescribeMacro{\k at cgs@full at PressureStandard}
+% \changes{v1.1.0}{2020/02/03}{Fix prefix of units.}
 % |\k at cgs@full at PressureStandard| is the standard atmospheric pressure in cgs
 % units with full precision.
 % (CODATA~2018)
@@ -1557,7 +3397,79 @@
 % {The value is \k at cgs@full at PressureStandard}\end{mdframed}
 % \makeatother
 %
+% \DescribeMacro{\k at SI@short at PressureStandardNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix prefix of units.}
+% |\k at SI@short at PressureStandardNumeric| is a mathematical value of
+%  the standard atmospheric pressure in SI units
+% with reduced precision.
+% (CODATA~2018)
 %
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at SI@short at PressureStandardNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at SI@short at PressureStandardNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at SI@full at PressureStandardNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix prefix of units.}
+% |\k at SI@full at PressureStandardNumeric| is a mathematical value of
+%  the standard atmospheric pressure in SI units
+% with full precision.
+% (CODATA~2018)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at SI@full at PressureStandardNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at SI@full at PressureStandardNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at cgs@short at PressureStandardNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix prefix of units.}
+% |\k at cgs@short at PressureStandardNumeric| is a mathematical value of
+%  the standard atmospheric pressure in cgs units
+% with reduced precision.
+% (CODATA~2018)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at cgs@short at PressureStandardNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at cgs@short at PressureStandardNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at cgs@full at PressureStandardNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix prefix of units.}
+% |\k at cgs@full at PressureStandardNumeric| is a mathematical value of
+%  the standard atmospheric pressure in cgs units
+% with full precision.
+% (CODATA~2018)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at cgs@full at PressureStandardNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at cgs@full at PressureStandardNumeric}\end{mdframed}
+% \makeatother
+%
+%
 %\subsubsection{Velocity, Speed and Acceleration}
 %
 % \DescribeMacro{\k at SI@short at SpeedLight}
@@ -1623,7 +3535,74 @@
 % {The value is \k at cgs@full at SpeedLight}\end{mdframed}
 % \makeatother
 %
+% \DescribeMacro{\k at SI@short at SpeedLightNumeric}
+% |\k at SI@short at SpeedLightNumeric| is a mathematical value of
+%  the speed of light in SI units with reduced precision.
+% (CODATA 2018)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at SI@short at SpeedLightNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at SI@short at SpeedLightNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at SI@full at SpeedLightNumeric}
+% |\k at SI@full at SpeedLightNumeric| is a mathematical value of
+%  the speed of light in SI units with full precision.
+% (CODATA 2018)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at SI@full at SpeedLightNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at SI@full at SpeedLightNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at cgs@short at SpeedLightNumeric}
+% |\k at cgs@short at SpeedLightNumeric| is a mathematical value of
+%  the speed of light in cgs units with reduced
+% precision.
+% (CODATA 2018)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at cgs@short at SpeedLightNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at cgs@short at SpeedLightNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at cgs@full at SpeedLightNumeric}
+% |\k at cgs@full at SpeedLightNumeric| is a mathematical value of
+%  the speed of light in cgs units with full precision.
+% (CODATA 2018)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at cgs@full at SpeedLightNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at cgs@full at SpeedLightNumeric}\end{mdframed}
+% \makeatother
+%
 % \DescribeMacro{\k at SI@short at AccelGravity}
+% \changes{v1.1.0}{2020/02/03}{Correct value.}
+% \changes{v1.1.0}{2020/02/03}{Fix units.}
 % |\k at SI@short at AccelGravity| is the accelertion due to gravity at the surface
 % of the Earth in SI units with reduced precision.
 % (CODATA 2018)
@@ -1640,6 +3619,8 @@
 % \makeatother
 %
 % \DescribeMacro{\k at SI@full at AccelGravity}
+% \changes{v1.1.0}{2020/02/03}{Correct value.}
+% \changes{v1.1.0}{2020/02/03}{Fix units.}
 % |\k at SI@full at AccelGravity| is the accelertion due to gravity at the surface of
 % the Earth in SI units with full precision.
 % (CODATA 2018)
@@ -1656,6 +3637,8 @@
 % \makeatother
 %
 % \DescribeMacro{\k at cgs@short at AccelGravity}
+% \changes{v1.1.0}{2020/02/03}{Correct value.}
+% \changes{v1.1.0}{2020/02/03}{Fix units.}
 % |\k at cgs@short at AccelGravity| is the accelertion due to gravity at the surface
 % of the Earth in cgs units with reduced precision.
 % (CODATA 2018)
@@ -1672,6 +3655,8 @@
 % \makeatother
 %
 % \DescribeMacro{\k at cgs@full at AccelGravity}
+% \changes{v1.1.0}{2020/02/03}{Correct value.}
+% \changes{v1.1.0}{2020/02/03}{Fix units.}
 % |\k at cgs@full at AccelGravity| is the accelertion due to gravity at the surface
 % of the Earth in cgs units with full precision.
 % (CODATA 2018)
@@ -1687,10 +3672,87 @@
 % {The value is \k at cgs@full at AccelGravity}\end{mdframed}
 % \makeatother
 %
+% \DescribeMacro{\k at SI@short at AccelGravityNumeric}
+% \changes{v1.1.0}{2020/02/03}{Correct value.}
+% \changes{v1.1.0}{2020/02/03}{Fix units.}
+% |\k at SI@short at AccelGravityNumeric| is a mathematical value of
+%  the accelertion due to gravity at the surface of the
+% Earth in SI units with reduced precision.
+% (CODATA 2018)
 %
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at SI@short at AccelGravityNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at SI@short at AccelGravityNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at SI@full at AccelGravityNumeric}
+% \changes{v1.1.0}{2020/02/03}{Correct value.}
+% \changes{v1.1.0}{2020/02/03}{Fix units.}
+% |\k at SI@full at AccelGravityNumeric| is a mathematical value of
+%  the accelertion due to gravity at the surface of the
+% Earth in SI units with full precision.
+% (CODATA 2018)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at SI@full at AccelGravityNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at SI@full at AccelGravityNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at cgs@short at AccelGravityNumeric}
+% \changes{v1.1.0}{2020/02/03}{Correct value.}
+% \changes{v1.1.0}{2020/02/03}{Fix units.}
+% |\k at cgs@short at AccelGravityNumeric| is a mathematical value of
+%  the accelertion due to gravity at the surface of
+% the Earth in cgs units with reduced precision.
+% (CODATA 2018)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at cgs@short at AccelGravityNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at cgs@short at AccelGravityNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at cgs@full at AccelGravityNumeric}
+% \changes{v1.1.0}{2020/02/03}{Correct value.}
+% \changes{v1.1.0}{2020/02/03}{Fix units.}
+% |\k at cgs@full at AccelGravityNumeric| is a mathematical value of
+%  the accelertion due to gravity at the surface of the
+% Earth in cgs units with full precision.
+% (CODATA 2018)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at cgs@full at AccelGravityNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at cgs@full at AccelGravityNumeric}\end{mdframed}
+% \makeatother
+%
+%
 %\subsubsection{Other Constants}
 %
 % \DescribeMacro{\k at SI@short at Coulomb}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
 % |\k at SI@short at Coulomb| is the Coulomb constant ($\frac{1}{4\pi\epsilon_0}$) in
 % SI units with reduced precision.
 % (Calculated)
@@ -1707,6 +3769,7 @@
 % \makeatother
 %
 % \DescribeMacro{\k at SI@full at Coulomb}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
 % |\k at SI@full at Coulomb| is the Coulomb constant ($\frac{1}{4\pi\epsilon_0}$) in
 % SI units with full precision.
 % (Calculated)
@@ -1723,6 +3786,7 @@
 % \makeatother
 %
 % \DescribeMacro{\k at cgs@short at Coulomb}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
 % |\k at cgs@short at Coulomb| is the Coulomb constant ($\frac{1}{4\pi\epsilon_0}$)
 % in cgs units with reduced precision.
 % (Calculated)
@@ -1739,6 +3803,7 @@
 % \makeatother
 %
 % \DescribeMacro{\k at cgs@full at Coulomb}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
 % |\k at cgs@full at Coulomb| is the Coulomb constant ($\frac{1}{4\pi\epsilon_0}$) in
 % cgs units with full precision.
 % (Calculated)
@@ -1754,6 +3819,78 @@
 % {The value is \k at cgs@full at Coulomb}\end{mdframed}
 % \makeatother
 %
+% \DescribeMacro{\k at SI@short at CoulombNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% |\k at SI@short at CoulombNumeric| is a mathematical value of
+%  the Coulomb constant ($\frac{1}{4\pi\epsilon_0}$) in SI
+% units with reduced precision.
+% (Calculated)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at SI@short at CoulombNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at SI@short at CoulombNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at SI@full at CoulombNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% |\k at SI@full at CoulombNumeric| is a mathematical value of
+%  the Coulomb constant ($\frac{1}{4\pi\epsilon_0}$) in SI
+% units with full precision.
+% (Calculated)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at SI@full at CoulombNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at SI@full at CoulombNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at cgs@short at CoulombNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% |\k at cgs@short at CoulombNumeric| is a mathematical value of
+%  the Coulomb constant ($\frac{1}{4\pi\epsilon_0}$) in cgs
+% units with reduced precision.
+% (Calculated)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at cgs@short at CoulombNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at cgs@short at CoulombNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at cgs@full at CoulombNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% |\k at cgs@full at CoulombNumeric| is a mathematical value of
+%  the Coulomb constant ($\frac{1}{4\pi\epsilon_0}$) in cgs
+% units with full precision.
+% (Calculated)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at cgs@full at CoulombNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at cgs@full at CoulombNumeric}\end{mdframed}
+% \makeatother
+%
 % \DescribeMacro{\k at SI@short at VacuumPermittivity}
 % |\k at SI@short at VacuumPermittivity| is the electric permittivity of the vacuum
 % in SI units with reduced precision.
@@ -1818,10 +3955,79 @@
 % {The value is \k at cgs@full at VacuumPermittivity}\end{mdframed}
 % \makeatother
 %
+% \DescribeMacro{\k at SI@short at VacuumPermittivityNumeric}
+% |\k at SI@short at VacuumPermittivityNumeric| is a mathematical value of
+%  the electric permittivity of the vacuum in SI
+% units with reduced precision.
+% (CODATA~2018)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at SI@short at VacuumPermittivityNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at SI@short at VacuumPermittivityNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at SI@full at VacuumPermittivityNumeric}
+% |\k at SI@full at VacuumPermittivityNumeric| is a mathematical value of
+%  the electric permittivity of the vacuum in SI
+% units with full precision.
+% (CODATA~2018)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at SI@full at VacuumPermittivityNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at SI@full at VacuumPermittivityNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at cgs@short at VacuumPermittivityNumeric}
+% |\k at cgs@short at VacuumPermittivityNumeric| is a mathematical value of
+%  the electric permittivity of the vacuum in
+% cgs units with reduced precision.
+% (CODATA~2018)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at cgs@short at VacuumPermittivityNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at cgs@short at VacuumPermittivityNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at cgs@full at VacuumPermittivityNumeric}
+% |\k at cgs@full at VacuumPermittivityNumeric| is a mathematical value of
+%  the electric permittivity of the vacuum in cgs
+% units with full precision.
+% (CODATA~2018)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at cgs@full at VacuumPermittivityNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at cgs@full at VacuumPermittivityNumeric}\end{mdframed}
+% \makeatother
+%
 % \DescribeMacro{\k at SI@short at VacuumPermeability}
+% \changes{v1.1.0}{2020/02/03}{Fix value of constant.}
 % |\k at SI@short at VacuumPermeability| is the magnetic permeability of the vacuum
 % in SI units with reduced precision.
-% (CODATA~2018)
+% (Calculated)
 %
 % The macro can be invoked by (e.g.)
 % \begin{mdframed}[backgroundcolor=orange!25]%
@@ -1835,9 +4041,10 @@
 % \makeatother
 %
 % \DescribeMacro{\k at SI@full at VacuumPermeability}
+% \changes{v1.1.0}{2020/02/03}{Fix value of constant.}
 % |\k at SI@full at VacuumPermeability| is the magnetic permeability of the vacuum in
 % SI units with full precision.
-% (CODATA~2018)
+% (Calculated)
 %
 % The macro can be invoked by (e.g.)
 % \begin{mdframed}[backgroundcolor=orange!25]%
@@ -1851,9 +4058,10 @@
 % \makeatother
 %
 % \DescribeMacro{\k at cgs@short at VacuumPermeability}
+% \changes{v1.1.0}{2020/02/03}{Fix value of constant.}
 % |\k at cgs@short at VacuumPermeability| is the magnetic permeability of the vacuum
 % in cgs units with reduced precision.
-% (CODATA~2018)
+% (Calculated)
 %
 % The macro can be invoked by (e.g.)
 % \begin{mdframed}[backgroundcolor=orange!25]%
@@ -1867,9 +4075,10 @@
 % \makeatother
 %
 % \DescribeMacro{\k at cgs@full at VacuumPermeability}
+% \changes{v1.1.0}{2020/02/03}{Fix value of constant.}
 % |\k at cgs@full at VacuumPermeability| is the magnetic permeability of the vacuum
 % in cgs units with full precision.
-% (CODATA~2018)
+% (Calculated)
 %
 % The macro can be invoked by (e.g.)
 % \begin{mdframed}[backgroundcolor=orange!25]%
@@ -1882,6 +4091,78 @@
 % {The value is \k at cgs@full at VacuumPermeability}\end{mdframed}
 % \makeatother
 %
+% \DescribeMacro{\k at SI@short at VacuumPermeabilityNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix value of constant.}
+% |\k at SI@short at VacuumPermeabilityNumeric| is a mathematical value of
+%  the magnetic permeability of the vacuum in SI
+% units with reduced precision.
+% (Calculated)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at SI@short at VacuumPermeabilityNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at SI@short at VacuumPermeabilityNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at SI@full at VacuumPermeabilityNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix value of constant.}
+% |\k at SI@full at VacuumPermeabilityNumeric| is a mathematical value of
+%  the magnetic permeability of the vacuum in SI
+% units with full precision.
+% (Calculated)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at SI@full at VacuumPermeabilityNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at SI@full at VacuumPermeabilityNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at cgs@short at VacuumPermeabilityNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix value of constant.}
+% |\k at cgs@short at VacuumPermeabilityNumeric| is a mathematical value of
+%  the magnetic permeability of the vacuum in
+% cgs units with reduced precision.
+% (Calculated)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at cgs@short at VacuumPermeabilityNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at cgs@short at VacuumPermeabilityNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at cgs@full at VacuumPermeabilityNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix value of constant.}
+% |\k at cgs@full at VacuumPermeabilityNumeric| is a mathematical value of
+%  the magnetic permeability of the vacuum in cgs
+% units with full precision.
+% (Calculated)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at cgs@full at VacuumPermeabilityNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at cgs@full at VacuumPermeabilityNumeric}\end{mdframed}
+% \makeatother
+%
 % \DescribeMacro{\k at short@VacuumImpedance}
 % |\k at short@VacuumImpedance| is the characteristic impedance of the vacuum with
 % reduced precision.
@@ -1914,6 +4195,40 @@
 % {The value is \k at full@VacuumImpedance}\end{mdframed}
 % \makeatother
 %
+% \DescribeMacro{\k at short@VacuumImpedanceNumeric}
+% |\k at short@VacuumImpedanceNumeric| is a mathematical value of
+%  the characteristic impedance of the vacuum with
+% reduced precision.
+% (CODATA~2018)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at short@VacuumImpedanceNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at short@VacuumImpedanceNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at full@VacuumImpedanceNumeric}
+% |\k at full@VacuumImpedanceNumeric| is a mathematical value of
+%  the characteristic impedance of the vacuum with full
+% precision.
+% (CODATA~2018)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at full@VacuumImpedanceNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at full@VacuumImpedanceNumeric}\end{mdframed}
+% \makeatother
+%
 % \DescribeMacro{\k at SI@short at Boltzmann}
 % |\k at SI@short at Boltzmann| is the Boltzmann constant in SI units with reduced
 % precision.
@@ -2009,7 +4324,106 @@
 % {The value is \k at eV@full at Boltzmann}\end{mdframed}
 % \makeatother
 %
+% \DescribeMacro{\k at SI@short at BoltzmannNumeric}
+% |\k at SI@short at BoltzmannNumeric| is a mathematical value of
+%  the Boltzmann constant in SI units with reduced
+% precision.
+% (CODATA~2018)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at SI@short at BoltzmannNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at SI@short at BoltzmannNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at SI@full at BoltzmannNumeric}
+% |\k at SI@full at BoltzmannNumeric| is a mathematical value of
+%  the Boltzmann constant in SI units with full precision.
+% (CODATA~2018)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at SI@full at BoltzmannNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at SI@full at BoltzmannNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at cgs@short at BoltzmannNumeric}
+% |\k at cgs@short at BoltzmannNumeric| is a mathematical value of
+%  the Boltzmann constant in cgs units with reduced
+% precision.
+% (CODATA~2018)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at cgs@short at BoltzmannNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at cgs@short at BoltzmannNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at cgs@full at BoltzmannNumeric}
+% |\k at cgs@full at BoltzmannNumeric| is a mathematical value of
+%  the Boltzmann constant in cgs units with full precision.
+% (CODATA~2018)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at cgs@full at BoltzmannNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at cgs@full at BoltzmannNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at eV@short at BoltzmannNumeric}
+% |\k at eV@short at BoltzmannNumeric| is a mathematical value of
+%  the Boltzmann constant in eV with reduced precision.
+% (CODATA~2018)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at eV@short at BoltzmannNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at eV@short at BoltzmannNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at eV@full at BoltzmannNumeric}
+% |\k at eV@full at BoltzmannNumeric| is a mathematical value of
+%  the Boltzmann constant in eV with full precision.
+% (CODATA~2018)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at eV@full at BoltzmannNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at eV@full at BoltzmannNumeric}\end{mdframed}
+% \makeatother
+%
 % \DescribeMacro{\k at SI@short at Planck}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
 % |\k at SI@short at Planck| is the Planck constant in SI units with reduced
 % precision.
 % (CODATA~2018)
@@ -2026,6 +4440,7 @@
 % \makeatother
 %
 % \DescribeMacro{\k at SI@full at Planck}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
 % |\k at SI@full at Planck| is the Planck constant in SI units with full precision.
 % (CODATA~2018)
 %
@@ -2041,6 +4456,7 @@
 % \makeatother
 %
 % \DescribeMacro{\k at cgs@short at Planck}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
 % |\k at cgs@short at Planck| is the Planck constant in cgs units with reduced
 % precision.
 % (CODATA~2018)
@@ -2057,6 +4473,7 @@
 % \makeatother
 %
 % \DescribeMacro{\k at cgs@full at Planck}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
 % |\k at cgs@full at Planck| is the Planck constant in cgs units with full precision.
 % (CODATA~2018)
 %
@@ -2072,6 +4489,7 @@
 % \makeatother
 %
 % \DescribeMacro{\k at eV@short at Planck}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
 % |\k at eV@short at Planck| is the Planck constant in eV with reduced precision.
 % (CODATA~2018)
 %
@@ -2087,6 +4505,7 @@
 % \makeatother
 %
 % \DescribeMacro{\k at eV@full at Planck}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
 % |\k at eV@full at Planck| is the Planck constant in eV with full precision.
 % (CODATA~2018)
 %
@@ -2101,7 +4520,110 @@
 % {The value is \k at eV@full at Planck}\end{mdframed}
 % \makeatother
 %
+% \DescribeMacro{\k at SI@short at PlanckNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% |\k at SI@short at PlanckNumeric| is a mathematical value of
+%  the Planck constant in SI units with reduced precision.
+% (CODATA~2018)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at SI@short at PlanckNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at SI@short at PlanckNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at SI@full at PlanckNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% |\k at SI@full at PlanckNumeric| is a mathematical value of
+%  the Planck constant in SI units with full precision.
+% (CODATA~2018)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at SI@full at PlanckNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at SI@full at PlanckNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at cgs@short at PlanckNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% |\k at cgs@short at PlanckNumeric| is a mathematical value of
+%  the Planck constant in cgs units with reduced precision.
+% (CODATA~2018)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at cgs@short at PlanckNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at cgs@short at PlanckNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at cgs@full at PlanckNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% |\k at cgs@full at PlanckNumeric| is a mathematical value of
+%  the Planck constant in cgs units with full precision.
+% (CODATA~2018)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at cgs@full at PlanckNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at cgs@full at PlanckNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at eV@short at PlanckNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% |\k at eV@short at PlanckNumeric| is a mathematical value of
+%  the Planck constant in eV with reduced precision.
+% (CODATA~2018)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at eV@short at PlanckNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at eV@short at PlanckNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at eV@full at PlanckNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% |\k at eV@full at PlanckNumeric| is a mathematical value of
+%  the Planck constant in eV with full precision.
+% (CODATA~2018)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at eV@full at PlanckNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at eV@full at PlanckNumeric}\end{mdframed}
+% \makeatother
+%
 % \DescribeMacro{\k at SI@short at PlanckReduced}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
 % |\k at SI@short at PlanckReduced| is the Reduced Planck constant
 % $\left(\frac{h}{2\pi}\right)$ in SI units with reduced precision.
 % (Calculated)
@@ -2118,6 +4640,7 @@
 % \makeatother
 %
 % \DescribeMacro{\k at SI@full at PlanckReduced}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
 % |\k at SI@full at PlanckReduced| is the Reduced Planck constant
 % $\left(\frac{h}{2\pi}\right)$ in SI units with full precision.
 % (Calculated)
@@ -2134,6 +4657,7 @@
 % \makeatother
 %
 % \DescribeMacro{\k at cgs@short at PlanckReduced}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
 % |\k at cgs@short at PlanckReduced| is the Reduced Planck constant
 % $\left(\frac{h}{2\pi}\right)$ in cgs units with reduced precision.
 % (Calculated)
@@ -2150,6 +4674,7 @@
 % \makeatother
 %
 % \DescribeMacro{\k at cgs@full at PlanckReduced}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
 % |\k at cgs@full at PlanckReduced| is the Reduced Planck constant
 % $\left(\frac{h}{2\pi}\right)$ in cgs units with full precision.
 % (Calculated)
@@ -2166,6 +4691,7 @@
 % \makeatother
 %
 % \DescribeMacro{\k at eV@short at PlanckReduced}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
 % |\k at eV@short at PlanckReduced| is the Reduced Planck constant
 % $\left(\frac{h}{2\pi}\right)$ in eV with reduced precision.
 % (Calculated)
@@ -2182,6 +4708,7 @@
 % \makeatother
 %
 % \DescribeMacro{\k at eV@full at PlanckReduced}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
 % |\k at eV@full at PlanckReduced| is the Reduced Planck constant
 % $\left(\frac{h}{2\pi}\right)$ in eV with full precision.
 % (Calculated)
@@ -2197,7 +4724,116 @@
 % {The value is \k at eV@full at PlanckReduced}\end{mdframed}
 % \makeatother
 %
+% \DescribeMacro{\k at SI@short at PlanckReducedNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% |\k at SI@short at PlanckReducedNumeric| is a mathematical value of
+%  the Reduced Planck constant
+% $\left(\frac{h}{2\pi}\right)$ in SI units with reduced precision.
+% (Calculated)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at SI@short at PlanckReducedNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at SI@short at PlanckReducedNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at SI@full at PlanckReducedNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% |\k at SI@full at PlanckReducedNumeric| is a mathematical value of
+%  the Reduced Planck constant
+% $\left(\frac{h}{2\pi}\right)$ in SI units with full precision.
+% (Calculated)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at SI@full at PlanckReducedNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at SI@full at PlanckReducedNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at cgs@short at PlanckReducedNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% |\k at cgs@short at PlanckReducedNumeric| is a mathematical value of
+%  the Reduced Planck constant
+% $\left(\frac{h}{2\pi}\right)$ in cgs units with reduced precision.
+% (Calculated)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at cgs@short at PlanckReducedNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at cgs@short at PlanckReducedNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at cgs@full at PlanckReducedNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% |\k at cgs@full at PlanckReducedNumeric| is a mathematical value of
+%  the Reduced Planck constant
+% $\left(\frac{h}{2\pi}\right)$ in cgs units with full precision.
+% (Calculated)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at cgs@full at PlanckReducedNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at cgs@full at PlanckReducedNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at eV@short at PlanckReducedNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% |\k at eV@short at PlanckReducedNumeric| is a mathematical value of
+%  the Reduced Planck constant
+% $\left(\frac{h}{2\pi}\right)$ in eV with reduced precision.
+% (Calculated)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at eV@short at PlanckReducedNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at eV@short at PlanckReducedNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at eV@full at PlanckReducedNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% |\k at eV@full at PlanckReducedNumeric| is a mathematical value of
+%  the Reduced Planck constant
+% $\left(\frac{h}{2\pi}\right)$ in eV with full precision.
+% (Calculated)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at eV@full at PlanckReducedNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at eV@full at PlanckReducedNumeric}\end{mdframed}
+% \makeatother
+%
 % \DescribeMacro{\k at SI@short at Gravity}
+% \changes{v1.1.0}{2020/02/03}{Fix value of constant.}
 % |\k at SI@short at Gravity| is Newton's gravitational constant in SI units with
 % reduced precision.
 % (CODATA~2018)
@@ -2214,6 +4850,7 @@
 % \makeatother
 %
 % \DescribeMacro{\k at SI@full at Gravity}
+% \changes{v1.1.0}{2020/02/03}{Fix value of constant.}
 % |\k at SI@full at Gravity| is Newton's gravitational constant in SI units with full
 % precision.
 % (CODATA~2018)
@@ -2230,6 +4867,7 @@
 % \makeatother
 %
 % \DescribeMacro{\k at cgs@short at Gravity}
+% \changes{v1.1.0}{2020/02/03}{Fix value of constant.}
 % |\k at cgs@short at Gravity| is Newton's gravitational constant in cgs units with
 % reduced precision.
 % (CODATA~2018)
@@ -2246,6 +4884,7 @@
 % \makeatother
 %
 % \DescribeMacro{\k at cgs@full at Gravity}
+% \changes{v1.1.0}{2020/02/03}{Fix value of constant.}
 % |\k at cgs@full at Gravity| is Newton's gravitational constant in cgs units with
 % full precision.
 % (CODATA~2018)
@@ -2261,7 +4900,80 @@
 % {The value is \k at cgs@full at Gravity}\end{mdframed}
 % \makeatother
 %
+% \DescribeMacro{\k at SI@short at GravityNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix value of constant.}
+% |\k at SI@short at GravityNumeric| is a mathematical value of
+%  Newton's gravitational constant in SI units with reduced
+% precision.
+% (CODATA~2018)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at SI@short at GravityNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at SI@short at GravityNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at SI@full at GravityNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix value of constant.}
+% |\k at SI@full at GravityNumeric| is a mathematical value of
+%  Newton's gravitational constant in SI units with full
+% precision.
+% (CODATA~2018)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at SI@full at GravityNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at SI@full at GravityNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at cgs@short at GravityNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix value of constant.}
+% |\k at cgs@short at GravityNumeric| is a mathematical value of
+%  Newton's gravitational constant in cgs units with
+% reduced precision.
+% (CODATA~2018)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at cgs@short at GravityNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at cgs@short at GravityNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at cgs@full at GravityNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix value of constant.}
+% |\k at cgs@full at GravityNumeric| is a mathematical value of
+%  Newton's gravitational constant in cgs units with full
+% precision.
+% (CODATA~2018)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at cgs@full at GravityNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at cgs@full at GravityNumeric}\end{mdframed}
+% \makeatother
+%
 % \DescribeMacro{\k at SI@short at StefanBoltzmann}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
 % |\k at SI@short at StefanBoltzmann| is the Stefan-Boltzmann blackbody constant
 % $\left(\frac{2\pi^5k_\mathrm{B}}{15h^3c^2}\right)$ in SI units with reduced
 % precision.
@@ -2279,6 +4991,7 @@
 % \makeatother
 %
 % \DescribeMacro{\k at SI@full at StefanBoltzmann}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
 % |\k at SI@full at StefanBoltzmann| is the Stefan-Boltzmann blackbody constant
 % $\left(\frac{2\pi^5k_\mathrm{B}}{15h^3c^2}\right)$ in SI units with full
 % precision.
@@ -2296,6 +5009,7 @@
 % \makeatother
 %
 % \DescribeMacro{\k at cgs@short at StefanBoltzmann}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
 % |\k at cgs@short at StefanBoltzmann| is the Stefan-Boltzmann blackbody constant
 % $\left(\frac{2\pi^5k_\mathrm{B}}{15h^3c^2}\right)$ in cgs units with reduced
 % precision.
@@ -2313,6 +5027,7 @@
 % \makeatother
 %
 % \DescribeMacro{\k at cgs@full at StefanBoltzmann}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
 % |\k at cgs@full at StefanBoltzmann| is the Stefan-Boltzmann blackbody constant
 % $\left(\frac{2\pi^5k_\mathrm{B}}{15h^3c^2}\right)$ in cgs units with full
 % precision.
@@ -2329,6 +5044,82 @@
 % {The value is \k at cgs@full at StefanBoltzmann}\end{mdframed}
 % \makeatother
 %
+% \DescribeMacro{\k at SI@short at StefanBoltzmannNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% |\k at SI@short at StefanBoltzmannNumeric| is a mathematical value of
+%  the Stefan-Boltzmann blackbody constant
+% $\left(\frac{2\pi^5k_\mathrm{B}}{15h^3c^2}\right)$ in SI units with reduced
+% precision.
+% (Calculated)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at SI@short at StefanBoltzmannNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at SI@short at StefanBoltzmannNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at SI@full at StefanBoltzmannNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% |\k at SI@full at StefanBoltzmannNumeric| is a mathematical value of
+%  the Stefan-Boltzmann blackbody constant
+% $\left(\frac{2\pi^5k_\mathrm{B}}{15h^3c^2}\right)$ in SI units with full
+% precision.
+% (Calculated)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at SI@full at StefanBoltzmannNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at SI@full at StefanBoltzmannNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at cgs@short at StefanBoltzmannNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% |\k at cgs@short at StefanBoltzmannNumeric| is a mathematical value of
+%  the Stefan-Boltzmann blackbody constant
+% $\left(\frac{2\pi^5k_\mathrm{B}}{15h^3c^2}\right)$ in cgs units with reduced
+% precision.
+% (Calculated)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at cgs@short at StefanBoltzmannNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at cgs@short at StefanBoltzmannNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at cgs@full at StefanBoltzmannNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% |\k at cgs@full at StefanBoltzmannNumeric| is a mathematical value of
+%  the Stefan-Boltzmann blackbody constant
+% $\left(\frac{2\pi^5k_\mathrm{B}}{15h^3c^2}\right)$ in cgs units with full
+% precision.
+% (Calculated)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at cgs@full at StefanBoltzmannNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at cgs@full at StefanBoltzmannNumeric}\end{mdframed}
+% \makeatother
+%
 % \DescribeMacro{\k at SI@short at Radiation}
 % |\k at SI@short at Radiation| is the radiation constant, $a
 % \left(\frac{8\pi^5k_\mathrm{B}^4}{15c^3h^3}\right)$ in SI units with reduced
@@ -2397,6 +5188,78 @@
 % {The value is \k at cgs@full at Radiation}\end{mdframed}
 % \makeatother
 %
+% \DescribeMacro{\k at SI@short at RadiationNumeric}
+% |\k at SI@short at RadiationNumeric| is a mathematical value of
+%  the radiation constant, $a
+% \left(\frac{8\pi^5k_\mathrm{B}^4}{15c^3h^3}\right)$ in SI units with reduced
+% precision.
+% (Calculated)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at SI@short at RadiationNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at SI@short at RadiationNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at SI@full at RadiationNumeric}
+% |\k at SI@full at RadiationNumeric| is a mathematical value of
+%  the radiation constant, $a
+% \left(\frac{8\pi^5k_\mathrm{B}^4}{15c^3h^3}\right)$ in SI units with full
+% precision.
+% (Calculated)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at SI@full at RadiationNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at SI@full at RadiationNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at cgs@short at RadiationNumeric}
+% |\k at cgs@short at RadiationNumeric| is a mathematical value of
+%  the radiation constant, $a
+% \left(\frac{8\pi^5k_\mathrm{B}^4}{15c^3h^3}\right)$ in cgs units with reduced
+% precision.
+% (Calculated)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at cgs@short at RadiationNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at cgs@short at RadiationNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at cgs@full at RadiationNumeric}
+% |\k at cgs@full at RadiationNumeric| is a mathematical value of
+%  the radiation constant, $a
+% \left(\frac{8\pi^5k_\mathrm{B}^4}{15c^3h^3}\right)$ in cgs units with full
+% precision.
+% (Calculated)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at cgs@full at RadiationNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at cgs@full at RadiationNumeric}\end{mdframed}
+% \makeatother
+%
 % \DescribeMacro{\k at short@FineStructure}
 % |\k at short@FineStructure| is the fine structure constant with reduced
 % precision.
@@ -2428,6 +5291,38 @@
 % {The value is \k at full@FineStructure}\end{mdframed}
 % \makeatother
 %
+% \DescribeMacro{\k at short@FineStructureNumeric}
+% |\k at short@FineStructureNumeric| is a mathematical value of
+%  the fine structure constant with reduced precision.
+% (Calculated)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at short@FineStructureNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at short@FineStructureNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at full@FineStructureNumeric}
+% |\k at full@FineStructureNumeric| is a mathematical value of
+%  the fine structure constant with full precision.
+% (Calculated)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at full@FineStructureNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at full@FineStructureNumeric}\end{mdframed}
+% \makeatother
+%
 % \DescribeMacro{\k at short@FineStructureReciprocal}
 % |\k at short@FineStructureReciprocal| is the reciprocal of the fine structure
 % constant with reduced precision.
@@ -2460,6 +5355,40 @@
 % {The value is \k at full@FineStructureReciprocal}\end{mdframed}
 % \makeatother
 %
+% \DescribeMacro{\k at short@FineStructureReciprocalNumeric}
+% |\k at short@FineStructureReciprocalNumeric| is a mathematical value of
+%  the reciprocal of the fine structure
+% constant with reduced precision.
+% (Calculated)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at short@FineStructureReciprocalNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at short@FineStructureReciprocalNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at full@FineStructureReciprocalNumeric}
+% |\k at full@FineStructureReciprocalNumeric| is a mathematical value of
+%  the reciprocal of the fine structure constant
+% with full precision.
+% (Calculated)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at full@FineStructureReciprocalNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at full@FineStructureReciprocalNumeric}\end{mdframed}
+% \makeatother
+%
 % \DescribeMacro{\k at short@Avogadro}
 % |\k at short@Avogadro| is Avogadro's Number (the number of particles in a mole)
 % with reduced precision.
@@ -2492,6 +5421,40 @@
 % {The value is \k at full@Avogadro}\end{mdframed}
 % \makeatother
 %
+% \DescribeMacro{\k at short@AvogadroNumeric}
+% |\k at short@AvogadroNumeric| is a mathematical value of
+%  Avogadro's Number (the number of particles in a mole) with
+% reduced precision.
+% (CODATA~2018)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at short@AvogadroNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at short@AvogadroNumeric}\end{mdframed}
+% \makeatother
+%
+% \DescribeMacro{\k at full@AvogadroNumeric}
+% |\k at full@AvogadroNumeric| is a mathematical value of
+%  Avogadro's Number (the number of particles in a mole) with
+% full precision.
+% (CODATA~2018)
+%
+% The macro can be invoked by (e.g.)
+% \begin{mdframed}[backgroundcolor=orange!25]%
+% {\small\texttt{\textbackslash makeatletter\\ The value is
+% \textbackslash k at full@AvogadroNumeric\\
+% \textbackslash makeatother}}\end{mdframed}
+% \makeatletter
+% Resulting in 
+% \begin{mdframed}[backgroundcolor=blue!25]%
+% {The value is \k at full@AvogadroNumeric}\end{mdframed}
+% \makeatother
+%
 \makeatletter
 % \StopEventually{}
 %
@@ -2527,6 +5490,8 @@
 %<*package>
 %\fi
 % \begin{macro}{\k at SI@short at MassElectron}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
 % |\k at SI@short at MassElectron| is the mass of an electron in SI units with
 % reduced precision.
 % Source: CODATA~2018
@@ -2535,7 +5500,7 @@
 \DeclareRobustCommand{\k at SI@short at MassElectron}{%
 \ensuremath{%
 9.11%
-\times 10^{-34}\kg}}
+\times 10^{-31}\kg}}
 %    \end{macrocode}
 % \end{macro}
 %
@@ -2546,6 +5511,8 @@
 %<*package>
 %\fi
 % \begin{macro}{\k at SI@full at MassElectron}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
 % |\k at SI@full at MassElectron| is the mass of an electron in SI units with full
 % precision.
 % Source: CODATA~2018
@@ -2557,7 +5524,7 @@
 980\expandafter\physconst at decimalsseparator%
 087\expandafter\physconst at decimalsseparator%
 382%
-\times 10^{-34}\kg}}
+\times 10^{-31}\kg}}
 %    \end{macrocode}
 % \end{macro}
 %
@@ -2568,6 +5535,8 @@
 %<*package>
 %\fi
 % \begin{macro}{\k at cgs@short at MassElectron}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
 % |\k at cgs@short at MassElectron| is the mass of an electron in cgs units with
 % reduced precision.
 % Source: CODATA~2018
@@ -2576,7 +5545,7 @@
 \DeclareRobustCommand{\k at cgs@short at MassElectron}{%
 \ensuremath{%
 9.11%
-\times 10^{-31}\gm}}
+\times 10^{-28}\gm}}
 %    \end{macrocode}
 % \end{macro}
 %
@@ -2587,6 +5556,8 @@
 %<*package>
 %\fi
 % \begin{macro}{\k at cgs@full at MassElectron}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
 % |\k at cgs@full at MassElectron| is the mass of an electron in cgs units with full
 % precision.
 % Source: CODATA~2018
@@ -2598,7 +5569,7 @@
 980\expandafter\physconst at decimalsseparator%
 087\expandafter\physconst at decimalsseparator%
 382%
-\times 10^{-31}\gm}}
+\times 10^{-28}\gm}}
 %    \end{macrocode}
 % \end{macro}
 %
@@ -2609,6 +5580,8 @@
 %<*package>
 %\fi
 % \begin{macro}{\k at eV@short at MassElectron}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
 % |\k at eV@short at MassElectron| is the mass of an electron in eV with reduced
 % precision.
 % Source: CODATA~2018
@@ -2616,8 +5589,8 @@
 %    \begin{macrocode}
 \DeclareRobustCommand{\k at eV@short at MassElectron}{%
 \ensuremath{%
-5.69%
-\times 10^{-19}\eV\,c^{-2}}}
+5.11%
+\times 10^{5}\eV\,c^{-2}}}
 %    \end{macrocode}
 % \end{macro}
 %
@@ -2628,6 +5601,8 @@
 %<*package>
 %\fi
 % \begin{macro}{\k at eV@full at MassElectron}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
 % |\k at eV@full at MassElectron| is the mass of an electron in eV with full
 % precision.
 % Source: CODATA~2018
@@ -2635,11 +5610,11 @@
 %    \begin{macrocode}
 \DeclareRobustCommand{\k at eV@full at MassElectron}{%
 \ensuremath{%
-5.685\expandafter\physconst at decimalsseparator%
-378\expandafter\physconst at decimalsseparator%
-187\expandafter\physconst at decimalsseparator%
-448%
-\times 10^{-19}\eV\,c^{-2}}}
+5.109\expandafter\physconst at decimalsseparator%
+763\expandafter\physconst at decimalsseparator%
+089\expandafter\physconst at decimalsseparator%
+046%
+\times 10^{5}\eV\,c^{-2}}}
 %    \end{macrocode}
 % \end{macro}
 %
@@ -2650,6 +5625,8 @@
 %<*package>
 %\fi
 % \begin{macro}{\kMassElectron}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
 % |\kMassElectron| is the mass of an electron.
 %
 %    \begin{macrocode}
@@ -2680,6 +5657,8 @@
 %<*package>
 %\fi
 % \begin{macro}{\keVMassElectron}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
 % |\keVMassElectron| is the mass of an electron.
 %
 %    \begin{macrocode}
@@ -2699,7 +5678,183 @@
 %\iffalse
 %<*package>
 %\fi
+% \begin{macro}{\k at SI@short at MassElectronNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
+% |\k at SI@short at MassElectronNumeric| is the mass of an electron in SI units with
+% reduced precision.
+% Source: CODATA~2018
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at SI@short at MassElectronNumeric}{%
+\ensuremath{%
+9.11e-31}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at SI@full at MassElectronNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
+% |\k at SI@full at MassElectronNumeric| is the mass of an electron in SI units with full
+% precision.
+% Source: CODATA~2018
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at SI@full at MassElectronNumeric}{%
+\ensuremath{%
+9.108980087382e-31}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at cgs@short at MassElectronNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
+% |\k at cgs@short at MassElectronNumeric| is the mass of an electron in cgs units with
+% reduced precision.
+% Source: CODATA~2018
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at cgs@short at MassElectronNumeric}{%
+\ensuremath{%
+9.11e-28}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at cgs@full at MassElectronNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
+% |\k at cgs@full at MassElectronNumeric| is the mass of an electron in cgs units with full
+% precision.
+% Source: CODATA~2018
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at cgs@full at MassElectronNumeric}{%
+\ensuremath{%
+9.108980087382e-28}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at eV@short at MassElectronNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
+% |\k at eV@short at MassElectronNumeric| is the mass of an electron in eV with reduced
+% precision.
+% Source: CODATA~2018
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at eV@short at MassElectronNumeric}{%
+\ensuremath{%
+5.11e+05}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at eV@full at MassElectronNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
+% |\k at eV@full at MassElectronNumeric| is the mass of an electron in eV with full
+% precision.
+% Source: CODATA~2018
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at eV@full at MassElectronNumeric}{%
+\ensuremath{%
+5.109763089046e+05}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\kMassElectronNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
+% |\kMassElectronNumeric| is the mass of an electron.
+%
+%    \begin{macrocode}
+\ifx\cgsunits\undefined
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kMassElectronNumeric}{%
+\k at SI@short at MassElectronNumeric}
+\else
+\DeclareRobustCommand {\kMassElectronNumeric}{%
+\k at SI@full at MassElectronNumeric}
+\fi
+\else
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kMassElectronNumeric}{%
+\k at cgs@short at MassElectronNumeric}
+\else
+\DeclareRobustCommand {\kMassElectronNumeric}{%
+\k at cgs@full at MassElectronNumeric}
+\fi
+\fi
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\keVMassElectronNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
+% |\keVMassElectronNumeric| is the mass of an electron.
+%
+%    \begin{macrocode}
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\keVMassElectronNumeric}{%
+\k at eV@short at MassElectronNumeric}
+\else
+\DeclareRobustCommand {\keVMassElectronNumeric}{%
+\k at eV@full at MassElectronNumeric}
+\fi
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
 % \begin{macro}{\k at SI@short at MassProton}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
 % |\k at SI@short at MassProton| is the mass of a proton in SI units with reduced
 % precision.
 % Source: CODATA~2018
@@ -2708,7 +5863,7 @@
 \DeclareRobustCommand{\k at SI@short at MassProton}{%
 \ensuremath{%
 1.67%
-\times 10^{-30}\kg}}
+\times 10^{-27}\kg}}
 %    \end{macrocode}
 % \end{macro}
 %
@@ -2719,6 +5874,8 @@
 %<*package>
 %\fi
 % \begin{macro}{\k at SI@full at MassProton}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
 % |\k at SI@full at MassProton| is the mass of a proton in SI units with full
 % precision.
 % Source: CODATA~2018
@@ -2730,7 +5887,7 @@
 547\expandafter\physconst at decimalsseparator%
 813\expandafter\physconst at decimalsseparator%
 969%
-\times 10^{-30}\kg}}
+\times 10^{-27}\kg}}
 %    \end{macrocode}
 % \end{macro}
 %
@@ -2741,6 +5898,8 @@
 %<*package>
 %\fi
 % \begin{macro}{\k at cgs@short at MassProton}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
 % |\k at cgs@short at MassProton| is the mass of a proton in cgs units with reduced
 % precision.
 % Source: CODATA~2018
@@ -2749,7 +5908,7 @@
 \DeclareRobustCommand{\k at cgs@short at MassProton}{%
 \ensuremath{%
 1.67%
-\times 10^{-27}\gm}}
+\times 10^{-24}\gm}}
 %    \end{macrocode}
 % \end{macro}
 %
@@ -2760,6 +5919,8 @@
 %<*package>
 %\fi
 % \begin{macro}{\k at cgs@full at MassProton}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
 % |\k at cgs@full at MassProton| is the mass of a proton in cgs units with full
 % precision.
 % Source: CODATA~2018
@@ -2771,7 +5932,7 @@
 547\expandafter\physconst at decimalsseparator%
 813\expandafter\physconst at decimalsseparator%
 969%
-\times 10^{-27}\gm}}
+\times 10^{-24}\gm}}
 %    \end{macrocode}
 % \end{macro}
 %
@@ -2782,6 +5943,8 @@
 %<*package>
 %\fi
 % \begin{macro}{\k at eV@short at MassProton}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
 % |\k at eV@short at MassProton| is the mass of a proton in eV with reduced precision.
 % Source: CODATA~2018
 %
@@ -2788,8 +5951,8 @@
 %    \begin{macrocode}
 \DeclareRobustCommand{\k at eV@short at MassProton}{%
 \ensuremath{%
-1.04%
-\times 10^{-15}\eV\,c^{-2}}}
+9.38%
+\times 10^{8}\eV\,c^{-2}}}
 %    \end{macrocode}
 % \end{macro}
 %
@@ -2800,6 +5963,8 @@
 %<*package>
 %\fi
 % \begin{macro}{\k at eV@full at MassProton}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
 % |\k at eV@full at MassProton| is the mass of a proton in eV with full precision.
 % Source: CODATA~2018
 %
@@ -2806,11 +5971,11 @@
 %    \begin{macrocode}
 \DeclareRobustCommand{\k at eV@full at MassProton}{%
 \ensuremath{%
-1.043\expandafter\physconst at decimalsseparator%
-922\expandafter\physconst at decimalsseparator%
-235\expandafter\physconst at decimalsseparator%
-836%
-\times 10^{-15}\eV\,c^{-2}}}
+9.382\expandafter\physconst at decimalsseparator%
+305\expandafter\physconst at decimalsseparator%
+156\expandafter\physconst at decimalsseparator%
+558%
+\times 10^{8}\eV\,c^{-2}}}
 %    \end{macrocode}
 % \end{macro}
 %
@@ -2821,6 +5986,8 @@
 %<*package>
 %\fi
 % \begin{macro}{\kMassProton}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
 % |\kMassProton| is the mass of a proton.
 %
 %    \begin{macrocode}
@@ -2851,6 +6018,8 @@
 %<*package>
 %\fi
 % \begin{macro}{\keVMassProton}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
 % |\keVMassProton| is the mass of a proton.
 %
 %    \begin{macrocode}
@@ -2870,7 +6039,181 @@
 %\iffalse
 %<*package>
 %\fi
+% \begin{macro}{\k at SI@short at MassProtonNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
+% |\k at SI@short at MassProtonNumeric| is the mass of a proton in SI units with reduced
+% precision.
+% Source: CODATA~2018
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at SI@short at MassProtonNumeric}{%
+\ensuremath{%
+1.67e-27}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at SI@full at MassProtonNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
+% |\k at SI@full at MassProtonNumeric| is the mass of a proton in SI units with full
+% precision.
+% Source: CODATA~2018
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at SI@full at MassProtonNumeric}{%
+\ensuremath{%
+1.672547813969e-27}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at cgs@short at MassProtonNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
+% |\k at cgs@short at MassProtonNumeric| is the mass of a proton in cgs units with reduced
+% precision.
+% Source: CODATA~2018
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at cgs@short at MassProtonNumeric}{%
+\ensuremath{%
+1.67e-24}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at cgs@full at MassProtonNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
+% |\k at cgs@full at MassProtonNumeric| is the mass of a proton in cgs units with full
+% precision.
+% Source: CODATA~2018
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at cgs@full at MassProtonNumeric}{%
+\ensuremath{%
+1.672547813969e-24}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at eV@short at MassProtonNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
+% |\k at eV@short at MassProtonNumeric| is the mass of a proton in eV with reduced precision.
+% Source: CODATA~2018
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at eV@short at MassProtonNumeric}{%
+\ensuremath{%
+9.38e+08}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at eV@full at MassProtonNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
+% |\k at eV@full at MassProtonNumeric| is the mass of a proton in eV with full precision.
+% Source: CODATA~2018
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at eV@full at MassProtonNumeric}{%
+\ensuremath{%
+9.382305156558e+08}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\kMassProtonNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
+% |\kMassProtonNumeric| is the mass of a proton.
+%
+%    \begin{macrocode}
+\ifx\cgsunits\undefined
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kMassProtonNumeric}{%
+\k at SI@short at MassProtonNumeric}
+\else
+\DeclareRobustCommand {\kMassProtonNumeric}{%
+\k at SI@full at MassProtonNumeric}
+\fi
+\else
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kMassProtonNumeric}{%
+\k at cgs@short at MassProtonNumeric}
+\else
+\DeclareRobustCommand {\kMassProtonNumeric}{%
+\k at cgs@full at MassProtonNumeric}
+\fi
+\fi
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\keVMassProtonNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
+% |\keVMassProtonNumeric| is the mass of a proton.
+%
+%    \begin{macrocode}
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\keVMassProtonNumeric}{%
+\k at eV@short at MassProtonNumeric}
+\else
+\DeclareRobustCommand {\keVMassProtonNumeric}{%
+\k at eV@full at MassProtonNumeric}
+\fi
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
 % \begin{macro}{\k at SI@short at MassHydrogen}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
 % |\k at SI@short at MassHydrogen| is the mass of a neutral hydrogen atom in SI units
 % with reduced precision.
 % Source: CODATA~2018
@@ -2879,7 +6222,7 @@
 \DeclareRobustCommand{\k at SI@short at MassHydrogen}{%
 \ensuremath{%
 1.67%
-\times 10^{-30}\kg}}
+\times 10^{-27}\kg}}
 %    \end{macrocode}
 % \end{macro}
 %
@@ -2890,6 +6233,8 @@
 %<*package>
 %\fi
 % \begin{macro}{\k at SI@full at MassHydrogen}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
 % |\k at SI@full at MassHydrogen| is the mass of a neutral hydrogen atom in SI units
 % with full precision.
 % Source: CODATA~2018
@@ -2901,7 +6246,7 @@
 458\expandafter\physconst at decimalsseparator%
 687\expandafter\physconst at decimalsseparator%
 724%
-\times 10^{-30}\kg}}
+\times 10^{-27}\kg}}
 %    \end{macrocode}
 % \end{macro}
 %
@@ -2912,6 +6257,8 @@
 %<*package>
 %\fi
 % \begin{macro}{\k at cgs@short at MassHydrogen}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
 % |\k at cgs@short at MassHydrogen| is the mass of a neutral hydrogen atom in cgs
 % units with reduced precision.
 % Source: CODATA~2018
@@ -2920,7 +6267,7 @@
 \DeclareRobustCommand{\k at cgs@short at MassHydrogen}{%
 \ensuremath{%
 1.67%
-\times 10^{-27}\gm}}
+\times 10^{-24}\gm}}
 %    \end{macrocode}
 % \end{macro}
 %
@@ -2931,6 +6278,8 @@
 %<*package>
 %\fi
 % \begin{macro}{\k at cgs@full at MassHydrogen}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
 % |\k at cgs@full at MassHydrogen| is the mass of a neutral hydrogen atom in cgs
 % units with full precision.
 % Source: CODATA~2018
@@ -2942,7 +6291,7 @@
 458\expandafter\physconst at decimalsseparator%
 687\expandafter\physconst at decimalsseparator%
 724%
-\times 10^{-27}\gm}}
+\times 10^{-24}\gm}}
 %    \end{macrocode}
 % \end{macro}
 %
@@ -2953,6 +6302,8 @@
 %<*package>
 %\fi
 % \begin{macro}{\k at eV@short at MassHydrogen}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
 % |\k at eV@short at MassHydrogen| is the mass of a neutral hydrogen atom in eV with
 % reduced precision.
 % Source: CODATA~2018
@@ -2960,8 +6311,8 @@
 %    \begin{macrocode}
 \DeclareRobustCommand{\k at eV@short at MassHydrogen}{%
 \ensuremath{%
-1.04%
-\times 10^{-15}\eV\,c^{-2}}}
+9.39%
+\times 10^{8}\eV\,c^{-2}}}
 %    \end{macrocode}
 % \end{macro}
 %
@@ -2972,6 +6323,8 @@
 %<*package>
 %\fi
 % \begin{macro}{\k at eV@full at MassHydrogen}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
 % |\k at eV@full at MassHydrogen| is the mass of a neutral hydrogen atom in eV with
 % full precision.
 % Source: CODATA~2018
@@ -2979,11 +6332,11 @@
 %    \begin{macrocode}
 \DeclareRobustCommand{\k at eV@full at MassHydrogen}{%
 \ensuremath{%
-1.044\expandafter\physconst at decimalsseparator%
-490\expandafter\physconst at decimalsseparator%
-758\expandafter\physconst at decimalsseparator%
-517%
-\times 10^{-15}\eV\,c^{-2}}}
+9.387\expandafter\physconst at decimalsseparator%
+414\expandafter\physconst at decimalsseparator%
+783\expandafter\physconst at decimalsseparator%
+596%
+\times 10^{8}\eV\,c^{-2}}}
 %    \end{macrocode}
 % \end{macro}
 %
@@ -2994,6 +6347,8 @@
 %<*package>
 %\fi
 % \begin{macro}{\kMassHydrogen}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
 % |\kMassHydrogen| is the mass of a neutral hydrogen atom.
 %
 %    \begin{macrocode}
@@ -3024,6 +6379,8 @@
 %<*package>
 %\fi
 % \begin{macro}{\keVMassHydrogen}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
 % |\keVMassHydrogen| is the mass of a neutral hydrogen atom.
 %
 %    \begin{macrocode}
@@ -3043,6 +6400,180 @@
 %\iffalse
 %<*package>
 %\fi
+% \begin{macro}{\k at SI@short at MassHydrogenNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
+% |\k at SI@short at MassHydrogenNumeric| is the mass of a neutral hydrogen atom in SI units
+% with reduced precision.
+% Source: CODATA~2018
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at SI@short at MassHydrogenNumeric}{%
+\ensuremath{%
+1.67e-27}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at SI@full at MassHydrogenNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
+% |\k at SI@full at MassHydrogenNumeric| is the mass of a neutral hydrogen atom in SI units
+% with full precision.
+% Source: CODATA~2018
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at SI@full at MassHydrogenNumeric}{%
+\ensuremath{%
+1.673458687724e-27}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at cgs@short at MassHydrogenNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
+% |\k at cgs@short at MassHydrogenNumeric| is the mass of a neutral hydrogen atom in cgs
+% units with reduced precision.
+% Source: CODATA~2018
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at cgs@short at MassHydrogenNumeric}{%
+\ensuremath{%
+1.67e-24}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at cgs@full at MassHydrogenNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
+% |\k at cgs@full at MassHydrogenNumeric| is the mass of a neutral hydrogen atom in cgs
+% units with full precision.
+% Source: CODATA~2018
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at cgs@full at MassHydrogenNumeric}{%
+\ensuremath{%
+1.673458687724e-24}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at eV@short at MassHydrogenNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
+% |\k at eV@short at MassHydrogenNumeric| is the mass of a neutral hydrogen atom in eV with
+% reduced precision.
+% Source: CODATA~2018
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at eV@short at MassHydrogenNumeric}{%
+\ensuremath{%
+9.39e+08}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at eV@full at MassHydrogenNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
+% |\k at eV@full at MassHydrogenNumeric| is the mass of a neutral hydrogen atom in eV with
+% full precision.
+% Source: CODATA~2018
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at eV@full at MassHydrogenNumeric}{%
+\ensuremath{%
+9.387414783596e+08}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\kMassHydrogenNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
+% |\kMassHydrogenNumeric| is the mass of a neutral hydrogen atom.
+%
+%    \begin{macrocode}
+\ifx\cgsunits\undefined
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kMassHydrogenNumeric}{%
+\k at SI@short at MassHydrogenNumeric}
+\else
+\DeclareRobustCommand {\kMassHydrogenNumeric}{%
+\k at SI@full at MassHydrogenNumeric}
+\fi
+\else
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kMassHydrogenNumeric}{%
+\k at cgs@short at MassHydrogenNumeric}
+\else
+\DeclareRobustCommand {\kMassHydrogenNumeric}{%
+\k at cgs@full at MassHydrogenNumeric}
+\fi
+\fi
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\keVMassHydrogenNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
+% |\keVMassHydrogenNumeric| is the mass of a neutral hydrogen atom.
+%
+%    \begin{macrocode}
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\keVMassHydrogenNumeric}{%
+\k at eV@short at MassHydrogenNumeric}
+\else
+\DeclareRobustCommand {\keVMassHydrogenNumeric}{%
+\k at eV@full at MassHydrogenNumeric}
+\fi
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
 % \begin{macro}{\k at SI@short at MassSun}
 % |\k at SI@short at MassSun| is the mass of the Sun in SI units with reduced
 % precision.
@@ -3151,7 +6682,344 @@
 %\iffalse
 %<*package>
 %\fi
+% \begin{macro}{\k at SI@short at MassSunNumeric}
+% |\k at SI@short at MassSunNumeric| is the mass of the Sun in SI units with reduced
+% precision.
+% Source: IAU~Resolution~B3~2015
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at SI@short at MassSunNumeric}{%
+\ensuremath{%
+1.99e+30}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at SI@full at MassSunNumeric}
+% |\k at SI@full at MassSunNumeric| is the mass of the Sun in SI units with full precision.
+% Source: IAU~Resolution~B3~2015
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at SI@full at MassSunNumeric}{%
+\ensuremath{%
+1.9884099e+30}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at cgs@short at MassSunNumeric}
+% |\k at cgs@short at MassSunNumeric| is the mass of the Sun in cgs units with reduced
+% precision.
+% Source: IAU~Resolution~B3~2015
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at cgs@short at MassSunNumeric}{%
+\ensuremath{%
+1.99e+33}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at cgs@full at MassSunNumeric}
+% |\k at cgs@full at MassSunNumeric| is the mass of the Sun in cgs units with full precision.
+% Source: IAU~Resolution~B3~2015
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at cgs@full at MassSunNumeric}{%
+\ensuremath{%
+1.9884099e+33}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\kMassSunNumeric}
+% |\kMassSunNumeric| is the mass of the Sun.
+%
+%    \begin{macrocode}
+\ifx\cgsunits\undefined
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kMassSunNumeric}{%
+\k at SI@short at MassSunNumeric}
+\else
+\DeclareRobustCommand {\kMassSunNumeric}{%
+\k at SI@full at MassSunNumeric}
+\fi
+\else
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kMassSunNumeric}{%
+\k at cgs@short at MassSunNumeric}
+\else
+\DeclareRobustCommand {\kMassSunNumeric}{%
+\k at cgs@full at MassSunNumeric}
+\fi
+\fi
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at short@MassEarth}
+% \changes{v1.1.0}{2020/02/03}{Add mass of Earth}
+% |\k at short@MassEarth| is the mass of the Earth with reduced precision.
+% Source: IAU~Resolution~B3~2015
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at short@MassEarth}{%
+\ensuremath{%
+5.97%
+\times 10^{24}\kg}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at full@MassEarth}
+% \changes{v1.1.0}{2020/02/03}{Add mass of Earth}
+% |\k at full@MassEarth| is the mass of the Earth with full precision.
+% Source: IAU~Resolution~B3~2015
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at full@MassEarth}{%
+\ensuremath{%
+5.972\expandafter\physconst at decimalsseparator%
+168%
+\times 10^{24}\kg}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\kMassEarth}
+% \changes{v1.1.0}{2020/02/03}{Add mass of Earth}
+% |\kMassEarth| is the mass of the Earth.
+%
+%    \begin{macrocode}
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kMassEarth}{%
+\k at short@MassEarth}
+\else
+\DeclareRobustCommand {\kMassEarth}{%
+\k at full@MassEarth}
+\fi
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at short@MassEarthNumeric}
+% \changes{v1.1.0}{2020/02/03}{Add mass of Earth}
+% |\k at short@MassEarthNumeric| is the mass of the Earth with reduced precision.
+% Source: IAU~Resolution~B3~2015
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at short@MassEarthNumeric}{%
+\ensuremath{%
+5.97e+24}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at full@MassEarthNumeric}
+% \changes{v1.1.0}{2020/02/03}{Add mass of Earth}
+% |\k at full@MassEarthNumeric| is the mass of the Earth with full precision.
+% Source: IAU~Resolution~B3~2015
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at full@MassEarthNumeric}{%
+\ensuremath{%
+5.972168e+24}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\kMassEarthNumeric}
+% \changes{v1.1.0}{2020/02/03}{Add mass of Earth}
+% |\kMassEarthNumeric| is the mass of the Earth.
+%
+%    \begin{macrocode}
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kMassEarthNumeric}{%
+\k at short@MassEarthNumeric}
+\else
+\DeclareRobustCommand {\kMassEarthNumeric}{%
+\k at full@MassEarthNumeric}
+\fi
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at short@MassJupiter}
+% \changes{v1.1.0}{2020/02/03}{Add mass of Jupiter}
+% |\k at short@MassJupiter| is the mass of Jupiter with reduced precision.
+% Source: IAU~Resolution~B3~2015
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at short@MassJupiter}{%
+\ensuremath{%
+1.90%
+\times 10^{27}\kg}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at full@MassJupiter}
+% \changes{v1.1.0}{2020/02/03}{Add mass of Jupiter}
+% |\k at full@MassJupiter| is the mass of Jupiter with full precision.
+% Source: IAU~Resolution~B3~2015
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at full@MassJupiter}{%
+\ensuremath{%
+1.898\expandafter\physconst at decimalsseparator%
+124\expandafter\physconst at decimalsseparator%
+6%
+\times 10^{27}\kg}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\kMassJupiter}
+% \changes{v1.1.0}{2020/02/03}{Add mass of Jupiter}
+% |\kMassJupiter| is the mass of Jupiter.
+%
+%    \begin{macrocode}
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kMassJupiter}{%
+\k at short@MassJupiter}
+\else
+\DeclareRobustCommand {\kMassJupiter}{%
+\k at full@MassJupiter}
+\fi
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at short@MassJupiterNumeric}
+% \changes{v1.1.0}{2020/02/03}{Add mass of Jupiter}
+% |\k at short@MassJupiterNumeric| is the mass of Jupiter with reduced precision.
+% Source: IAU~Resolution~B3~2015
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at short@MassJupiterNumeric}{%
+\ensuremath{%
+1.90e+27}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at full@MassJupiterNumeric}
+% \changes{v1.1.0}{2020/02/03}{Add mass of Jupiter}
+% |\k at full@MassJupiterNumeric| is the mass of Jupiter with full precision.
+% Source: IAU~Resolution~B3~2015
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at full@MassJupiterNumeric}{%
+\ensuremath{%
+1.8981246e+27}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\kMassJupiterNumeric}
+% \changes{v1.1.0}{2020/02/03}{Add mass of Jupiter}
+% |\kMassJupiterNumeric| is the mass of Jupiter.
+%
+%    \begin{macrocode}
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kMassJupiterNumeric}{%
+\k at short@MassJupiterNumeric}
+\else
+\DeclareRobustCommand {\kMassJupiterNumeric}{%
+\k at full@MassJupiterNumeric}
+\fi
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
 % \begin{macro}{\k at SI@short at MassAMU}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
 % |\k at SI@short at MassAMU| is the mass of an atomic mass unit in SI units with
 % reduced precision.
 % Source: CODATA~2018
@@ -3160,7 +7028,7 @@
 \DeclareRobustCommand{\k at SI@short at MassAMU}{%
 \ensuremath{%
 1.66%
-\times 10^{-30}\kg}}
+\times 10^{-27}\kg}}
 %    \end{macrocode}
 % \end{macro}
 %
@@ -3171,6 +7039,8 @@
 %<*package>
 %\fi
 % \begin{macro}{\k at SI@full at MassAMU}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
 % |\k at SI@full at MassAMU| is the mass of an atomic mass unit in SI units with full
 % precision.
 % Source: CODATA~2018
@@ -3182,7 +7052,7 @@
 465\expandafter\physconst at decimalsseparator%
 492\expandafter\physconst at decimalsseparator%
 239%
-\times 10^{-30}\kg}}
+\times 10^{-27}\kg}}
 %    \end{macrocode}
 % \end{macro}
 %
@@ -3193,6 +7063,8 @@
 %<*package>
 %\fi
 % \begin{macro}{\k at cgs@short at MassAMU}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
 % |\k at cgs@short at MassAMU| is the mass of an atomic mass unit in cgs units with
 % reduced precision.
 % Source: CODATA~2018
@@ -3201,7 +7073,7 @@
 \DeclareRobustCommand{\k at cgs@short at MassAMU}{%
 \ensuremath{%
 1.66%
-\times 10^{-27}\gm}}
+\times 10^{-24}\gm}}
 %    \end{macrocode}
 % \end{macro}
 %
@@ -3212,6 +7084,8 @@
 %<*package>
 %\fi
 % \begin{macro}{\k at cgs@full at MassAMU}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
 % |\k at cgs@full at MassAMU| is the mass of an atomic mass unit in cgs units with
 % full precision.
 % Source: CODATA~2018
@@ -3223,7 +7097,7 @@
 465\expandafter\physconst at decimalsseparator%
 492\expandafter\physconst at decimalsseparator%
 239%
-\times 10^{-27}\gm}}
+\times 10^{-24}\gm}}
 %    \end{macrocode}
 % \end{macro}
 %
@@ -3234,6 +7108,8 @@
 %<*package>
 %\fi
 % \begin{macro}{\k at eV@short at MassAMU}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
 % |\k at eV@short at MassAMU| is the mass of an atomic mass unit in eV with reduced
 % precision.
 % Source: CODATA~2018
@@ -3241,8 +7117,8 @@
 %    \begin{macrocode}
 \DeclareRobustCommand{\k at eV@short at MassAMU}{%
 \ensuremath{%
-1.04%
-\times 10^{-15}\eV\,c^{-2}}}
+9.31%
+\times 10^{8}\eV\,c^{-2}}}
 %    \end{macrocode}
 % \end{macro}
 %
@@ -3253,6 +7129,8 @@
 %<*package>
 %\fi
 % \begin{macro}{\k at eV@full at MassAMU}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
 % |\k at eV@full at MassAMU| is the mass of an atomic mass unit in eV with full
 % precision.
 % Source: CODATA~2018
@@ -3260,11 +7138,11 @@
 %    \begin{macrocode}
 \DeclareRobustCommand{\k at eV@full at MassAMU}{%
 \ensuremath{%
-1.036\expandafter\physconst at decimalsseparator%
-381\expandafter\physconst at decimalsseparator%
-043\expandafter\physconst at decimalsseparator%
-764%
-\times 10^{-15}\eV\,c^{-2}}}
+9.314\expandafter\physconst at decimalsseparator%
+528\expandafter\physconst at decimalsseparator%
+302\expandafter\physconst at decimalsseparator%
+276%
+\times 10^{8}\eV\,c^{-2}}}
 %    \end{macrocode}
 % \end{macro}
 %
@@ -3275,6 +7153,8 @@
 %<*package>
 %\fi
 % \begin{macro}{\kMassAMU}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
 % |\kMassAMU| is the mass of an atomic mass unit.
 %
 %    \begin{macrocode}
@@ -3305,6 +7185,8 @@
 %<*package>
 %\fi
 % \begin{macro}{\keVMassAMU}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
 % |\keVMassAMU| is the mass of an atomic mass unit.
 %
 %    \begin{macrocode}
@@ -3321,7 +7203,181 @@
 %\iffalse
 %</package>
 %\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at SI@short at MassAMUNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
+% |\k at SI@short at MassAMUNumeric| is the mass of an atomic mass unit in SI units with
+% reduced precision.
+% Source: CODATA~2018
 %
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at SI@short at MassAMUNumeric}{%
+\ensuremath{%
+1.66e-27}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at SI@full at MassAMUNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
+% |\k at SI@full at MassAMUNumeric| is the mass of an atomic mass unit in SI units with full
+% precision.
+% Source: CODATA~2018
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at SI@full at MassAMUNumeric}{%
+\ensuremath{%
+1.660465492239e-27}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at cgs@short at MassAMUNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
+% |\k at cgs@short at MassAMUNumeric| is the mass of an atomic mass unit in cgs units with
+% reduced precision.
+% Source: CODATA~2018
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at cgs@short at MassAMUNumeric}{%
+\ensuremath{%
+1.66e-24}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at cgs@full at MassAMUNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
+% |\k at cgs@full at MassAMUNumeric| is the mass of an atomic mass unit in cgs units with
+% full precision.
+% Source: CODATA~2018
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at cgs@full at MassAMUNumeric}{%
+\ensuremath{%
+1.660465492239e-24}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at eV@short at MassAMUNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
+% |\k at eV@short at MassAMUNumeric| is the mass of an atomic mass unit in eV with reduced
+% precision.
+% Source: CODATA~2018
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at eV@short at MassAMUNumeric}{%
+\ensuremath{%
+9.31e+08}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at eV@full at MassAMUNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
+% |\k at eV@full at MassAMUNumeric| is the mass of an atomic mass unit in eV with full
+% precision.
+% Source: CODATA~2018
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at eV@full at MassAMUNumeric}{%
+\ensuremath{%
+9.314528302276e+08}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\kMassAMUNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
+% |\kMassAMUNumeric| is the mass of an atomic mass unit.
+%
+%    \begin{macrocode}
+\ifx\cgsunits\undefined
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kMassAMUNumeric}{%
+\k at SI@short at MassAMUNumeric}
+\else
+\DeclareRobustCommand {\kMassAMUNumeric}{%
+\k at SI@full at MassAMUNumeric}
+\fi
+\else
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kMassAMUNumeric}{%
+\k at cgs@short at MassAMUNumeric}
+\else
+\DeclareRobustCommand {\kMassAMUNumeric}{%
+\k at cgs@full at MassAMUNumeric}
+\fi
+\fi
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\keVMassAMUNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% \changes{v1.1.0}{2020/02/03}{Correct value in eV.}
+% |\keVMassAMUNumeric| is the mass of an atomic mass unit.
+%
+%    \begin{macrocode}
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\keVMassAMUNumeric}{%
+\k at eV@short at MassAMUNumeric}
+\else
+\DeclareRobustCommand {\keVMassAMUNumeric}{%
+\k at eV@full at MassAMUNumeric}
+\fi
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%
 %\subsection{Charge}
 %
 %\iffalse
@@ -3437,6 +7493,108 @@
 %\iffalse
 %<*package>
 %\fi
+% \begin{macro}{\k at SI@short at ChargeFundamentalNumeric}
+% |\k at SI@short at ChargeFundamentalNumeric| is the fundamental charge in SI units with
+% reduced precision.
+% Source: CODATA~2018
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at SI@short at ChargeFundamentalNumeric}{%
+\ensuremath{%
+1.60e-19}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at SI@full at ChargeFundamentalNumeric}
+% |\k at SI@full at ChargeFundamentalNumeric| is the fundamental charge in SI units with
+% full precision.
+% Source: CODATA~2018
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at SI@full at ChargeFundamentalNumeric}{%
+\ensuremath{%
+1.602176634e-19}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at cgs@short at ChargeFundamentalNumeric}
+% |\k at cgs@short at ChargeFundamentalNumeric| is the fundamental charge in cgs units with
+% reduced precision.
+% Source: CODATA~2018
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at cgs@short at ChargeFundamentalNumeric}{%
+\ensuremath{%
+4.80e-10}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at cgs@full at ChargeFundamentalNumeric}
+% |\k at cgs@full at ChargeFundamentalNumeric| is the fundamental charge in cgs units with
+% full precision.
+% Source: CODATA~2018
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at cgs@full at ChargeFundamentalNumeric}{%
+\ensuremath{%
+4.803204713e-10}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\kChargeFundamentalNumeric}
+% |\kChargeFundamentalNumeric| is the fundamental charge.
+%
+%    \begin{macrocode}
+\ifx\cgsunits\undefined
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kChargeFundamentalNumeric}{%
+\k at SI@short at ChargeFundamentalNumeric}
+\else
+\DeclareRobustCommand {\kChargeFundamentalNumeric}{%
+\k at SI@full at ChargeFundamentalNumeric}
+\fi
+\else
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kChargeFundamentalNumeric}{%
+\k at cgs@short at ChargeFundamentalNumeric}
+\else
+\DeclareRobustCommand {\kChargeFundamentalNumeric}{%
+\k at cgs@full at ChargeFundamentalNumeric}
+\fi
+\fi
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
 % \begin{macro}{\k at SI@short at ChargeElectron}
 % |\k at SI@short at ChargeElectron| is the charge of an electron in SI units with
 % reduced precision.
@@ -3547,6 +7705,108 @@
 %\iffalse
 %<*package>
 %\fi
+% \begin{macro}{\k at SI@short at ChargeElectronNumeric}
+% |\k at SI@short at ChargeElectronNumeric| is the charge of an electron in SI units with
+% reduced precision.
+% Source: CODATA~2018
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at SI@short at ChargeElectronNumeric}{%
+\ensuremath{%
+-1.60e-19}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at SI@full at ChargeElectronNumeric}
+% |\k at SI@full at ChargeElectronNumeric| is the charge of an electron in SI units with
+% full precision.
+% Source: CODATA~2018
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at SI@full at ChargeElectronNumeric}{%
+\ensuremath{%
+-1.602176634e-19}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at cgs@short at ChargeElectronNumeric}
+% |\k at cgs@short at ChargeElectronNumeric| is the charge of an electron in cgs units with
+% reduced precision.
+% Source: CODATA~2018
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at cgs@short at ChargeElectronNumeric}{%
+\ensuremath{%
+-4.80e-10}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at cgs@full at ChargeElectronNumeric}
+% |\k at cgs@full at ChargeElectronNumeric| is the charge of an electron in cgs units with
+% full precision.
+% Source: CODATA~2018
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at cgs@full at ChargeElectronNumeric}{%
+\ensuremath{%
+-4.803204713e-10}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\kChargeElectronNumeric}
+% |\kChargeElectronNumeric| is the charge of an electron.
+%
+%    \begin{macrocode}
+\ifx\cgsunits\undefined
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kChargeElectronNumeric}{%
+\k at SI@short at ChargeElectronNumeric}
+\else
+\DeclareRobustCommand {\kChargeElectronNumeric}{%
+\k at SI@full at ChargeElectronNumeric}
+\fi
+\else
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kChargeElectronNumeric}{%
+\k at cgs@short at ChargeElectronNumeric}
+\else
+\DeclareRobustCommand {\kChargeElectronNumeric}{%
+\k at cgs@full at ChargeElectronNumeric}
+\fi
+\fi
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
 % \begin{macro}{\k at SI@short at ChargeProton}
 % |\k at SI@short at ChargeProton| is the charge of a proton in SI units with reduced
 % precision.
@@ -3654,7 +7914,109 @@
 %\iffalse
 %</package>
 %\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at SI@short at ChargeProtonNumeric}
+% |\k at SI@short at ChargeProtonNumeric| is the charge of a proton in SI units with reduced
+% precision.
+% Source: CODATA~2018
 %
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at SI@short at ChargeProtonNumeric}{%
+\ensuremath{%
+1.60e-19}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at SI@full at ChargeProtonNumeric}
+% |\k at SI@full at ChargeProtonNumeric| is the charge of a proton in SI units with full
+% precision.
+% Source: CODATA~2018
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at SI@full at ChargeProtonNumeric}{%
+\ensuremath{%
+1.602176634e-19}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at cgs@short at ChargeProtonNumeric}
+% |\k at cgs@short at ChargeProtonNumeric| is the charge of a proton in cgs units with
+% reduced precision.
+% Source: CODATA~2018
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at cgs@short at ChargeProtonNumeric}{%
+\ensuremath{%
+4.80e-10}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at cgs@full at ChargeProtonNumeric}
+% |\k at cgs@full at ChargeProtonNumeric| is the charge of a proton in cgs units with full
+% precision.
+% Source: CODATA~2018
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at cgs@full at ChargeProtonNumeric}{%
+\ensuremath{%
+4.803204713e-10}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\kChargeProtonNumeric}
+% |\kChargeProtonNumeric| is the charge of a proton.
+%
+%    \begin{macrocode}
+\ifx\cgsunits\undefined
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kChargeProtonNumeric}{%
+\k at SI@short at ChargeProtonNumeric}
+\else
+\DeclareRobustCommand {\kChargeProtonNumeric}{%
+\k at SI@full at ChargeProtonNumeric}
+\fi
+\else
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kChargeProtonNumeric}{%
+\k at cgs@short at ChargeProtonNumeric}
+\else
+\DeclareRobustCommand {\kChargeProtonNumeric}{%
+\k at cgs@full at ChargeProtonNumeric}
+\fi
+\fi
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%
 %\subsection{Distances and Lengths}
 %
 %\iffalse
@@ -3669,7 +8031,7 @@
 \DeclareRobustCommand{\k at SI@short at RadiusBohr}{%
 \ensuremath{%
 5.29%
-\times 10^{-8}\m}}
+\times 10^{-11}\m}}
 %    \end{macrocode}
 % \end{macro}
 %
@@ -3690,7 +8052,7 @@
 5.292\expandafter\physconst at decimalsseparator%
 006\expandafter\physconst at decimalsseparator%
 59%
-\times 10^{-8}\m}}
+\times 10^{-11}\m}}
 %    \end{macrocode}
 % \end{macro}
 %
@@ -3709,7 +8071,7 @@
 \DeclareRobustCommand{\k at cgs@short at RadiusBohr}{%
 \ensuremath{%
 5.29%
-\times 10^{-6}\cm}}
+\times 10^{-9}\cm}}
 %    \end{macrocode}
 % \end{macro}
 %
@@ -3730,7 +8092,7 @@
 5.292\expandafter\physconst at decimalsseparator%
 006\expandafter\physconst at decimalsseparator%
 59%
-\times 10^{-6}\cm}}
+\times 10^{-9}\cm}}
 %    \end{macrocode}
 % \end{macro}
 %
@@ -3770,6 +8132,108 @@
 %\iffalse
 %<*package>
 %\fi
+% \begin{macro}{\k at SI@short at RadiusBohrNumeric}
+% |\k at SI@short at RadiusBohrNumeric| is Bohr radius of an atom in SI units with reduced
+% precision.
+% Source: Calculated
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at SI@short at RadiusBohrNumeric}{%
+\ensuremath{%
+5.29e-11}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at SI@full at RadiusBohrNumeric}
+% |\k at SI@full at RadiusBohrNumeric| is Bohr radius of an atom in SI units with full
+% precision.
+% Source: Calculated
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at SI@full at RadiusBohrNumeric}{%
+\ensuremath{%
+5.29200659e-11}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at cgs@short at RadiusBohrNumeric}
+% |\k at cgs@short at RadiusBohrNumeric| is Bohr radius of an atom in cgs units with reduced
+% precision.
+% Source: Calculated
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at cgs@short at RadiusBohrNumeric}{%
+\ensuremath{%
+5.29e-09}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at cgs@full at RadiusBohrNumeric}
+% |\k at cgs@full at RadiusBohrNumeric| is Bohr radius of an atom in cgs units with full
+% precision.
+% Source: Calculated
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at cgs@full at RadiusBohrNumeric}{%
+\ensuremath{%
+5.29200659e-09}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\kRadiusBohrNumeric}
+% |\kRadiusBohrNumeric| is Bohr radius of an atom.
+%
+%    \begin{macrocode}
+\ifx\cgsunits\undefined
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kRadiusBohrNumeric}{%
+\k at SI@short at RadiusBohrNumeric}
+\else
+\DeclareRobustCommand {\kRadiusBohrNumeric}{%
+\k at SI@full at RadiusBohrNumeric}
+\fi
+\else
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kRadiusBohrNumeric}{%
+\k at cgs@short at RadiusBohrNumeric}
+\else
+\DeclareRobustCommand {\kRadiusBohrNumeric}{%
+\k at cgs@full at RadiusBohrNumeric}
+\fi
+\fi
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
 % \begin{macro}{\k at SI@short at AstronomicalUnit}
 % |\k at SI@short at AstronomicalUnit| is the astronomical unit (the average distance
 % between the Earth and the Sun) in SI units with reduced precision.
@@ -3881,6 +8345,109 @@
 %\iffalse
 %<*package>
 %\fi
+% \begin{macro}{\k at SI@short at AstronomicalUnitNumeric}
+% |\k at SI@short at AstronomicalUnitNumeric| is the astronomical unit (the average distance
+% between the Earth and the Sun) in SI units with reduced precision.
+% Source: IAU~Resolution~B2~2012
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at SI@short at AstronomicalUnitNumeric}{%
+\ensuremath{%
+1.50e+11}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at SI@full at AstronomicalUnitNumeric}
+% |\k at SI@full at AstronomicalUnitNumeric| is the astronomical unit (the average distance
+% between the Earth and the Sun) in SI units with full precision.
+% Source: IAU~Resolution~B2~2012
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at SI@full at AstronomicalUnitNumeric}{%
+\ensuremath{%
+1.495978707e+11}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at cgs@short at AstronomicalUnitNumeric}
+% |\k at cgs@short at AstronomicalUnitNumeric| is the astronomical unit (the average
+% distance between the Earth and the Sun) in cgs units with reduced precision.
+% Source: IAU~Resolution~B2~2012
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at cgs@short at AstronomicalUnitNumeric}{%
+\ensuremath{%
+1.50e+13}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at cgs@full at AstronomicalUnitNumeric}
+% |\k at cgs@full at AstronomicalUnitNumeric| is the astronomical unit (the average distance
+% between the Earth and the Sun) in cgs units with full precision.
+% Source: IAU~Resolution~B2~2012
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at cgs@full at AstronomicalUnitNumeric}{%
+\ensuremath{%
+1.495978707e+13}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\kAstronomicalUnitNumeric}
+% |\kAstronomicalUnitNumeric| is the astronomical unit (the average distance between
+% the Earth and the Sun).
+%
+%    \begin{macrocode}
+\ifx\cgsunits\undefined
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kAstronomicalUnitNumeric}{%
+\k at SI@short at AstronomicalUnitNumeric}
+\else
+\DeclareRobustCommand {\kAstronomicalUnitNumeric}{%
+\k at SI@full at AstronomicalUnitNumeric}
+\fi
+\else
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kAstronomicalUnitNumeric}{%
+\k at cgs@short at AstronomicalUnitNumeric}
+\else
+\DeclareRobustCommand {\kAstronomicalUnitNumeric}{%
+\k at cgs@full at AstronomicalUnitNumeric}
+\fi
+\fi
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
 % \begin{macro}{\k at SI@short at Parsec}
 % |\k at SI@short at Parsec| is the length of a parsec ($\frac{648000\au}{\pi}$) in
 % SI units with reduced precision.
@@ -3991,6 +8558,108 @@
 %\iffalse
 %<*package>
 %\fi
+% \begin{macro}{\k at SI@short at ParsecNumeric}
+% |\k at SI@short at ParsecNumeric| is the length of a parsec ($\frac{648000\au}{\pi}$) in
+% SI units with reduced precision.
+% Source: Calculated
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at SI@short at ParsecNumeric}{%
+\ensuremath{%
+3.09e+16}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at SI@full at ParsecNumeric}
+% |\k at SI@full at ParsecNumeric| is the length of a parsec ($\frac{648000\au}{\pi}$) in SI
+% units with full precision.
+% Source: Calculated
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at SI@full at ParsecNumeric}{%
+\ensuremath{%
+3.085677581e+16}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at cgs@short at ParsecNumeric}
+% |\k at cgs@short at ParsecNumeric| is the length of a parsec ($\frac{648000\au}{\pi}$) in
+% cgs units with reduced precision.
+% Source: Calculated
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at cgs@short at ParsecNumeric}{%
+\ensuremath{%
+3.09e+18}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at cgs@full at ParsecNumeric}
+% |\k at cgs@full at ParsecNumeric| is the length of a parsec ($\frac{648000\au}{\pi}$) in
+% cgs units with full precision.
+% Source: Calculated
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at cgs@full at ParsecNumeric}{%
+\ensuremath{%
+3.085677581e+18}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\kParsecNumeric}
+% |\kParsecNumeric| is the length of a parsec ($\frac{648000\au}{\pi}$).
+%
+%    \begin{macrocode}
+\ifx\cgsunits\undefined
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kParsecNumeric}{%
+\k at SI@short at ParsecNumeric}
+\else
+\DeclareRobustCommand {\kParsecNumeric}{%
+\k at SI@full at ParsecNumeric}
+\fi
+\else
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kParsecNumeric}{%
+\k at cgs@short at ParsecNumeric}
+\else
+\DeclareRobustCommand {\kParsecNumeric}{%
+\k at cgs@full at ParsecNumeric}
+\fi
+\fi
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
 % \begin{macro}{\k at SI@short at RadiusSun}
 % |\k at SI@short at RadiusSun| is the mean radius of the Sun in SI units with
 % reduced precision.
@@ -4094,7 +8763,343 @@
 %\iffalse
 %</package>
 %\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at SI@short at RadiusSunNumeric}
+% |\k at SI@short at RadiusSunNumeric| is the mean radius of the Sun in SI units with
+% reduced precision.
+% Source: IAU~Resolution~B3~2015
 %
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at SI@short at RadiusSunNumeric}{%
+\ensuremath{%
+6.96e+08}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at SI@full at RadiusSunNumeric}
+% |\k at SI@full at RadiusSunNumeric| is the mean radius of the Sun in SI units with full
+% precision.
+% Source: IAU~Resolution~B3~2015
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at SI@full at RadiusSunNumeric}{%
+\ensuremath{%
+6.957e+08}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at cgs@short at RadiusSunNumeric}
+% |\k at cgs@short at RadiusSunNumeric| is the mean radius of the Sun in cgs units with
+% reduced precision.
+% Source: IAU~Resolution~B3~2015
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at cgs@short at RadiusSunNumeric}{%
+\ensuremath{%
+6.96e+10}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at cgs@full at RadiusSunNumeric}
+% |\k at cgs@full at RadiusSunNumeric| is the mean radius of the Sun in cgs units with full
+% precision.
+% Source: IAU~Resolution~B3~2015
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at cgs@full at RadiusSunNumeric}{%
+\ensuremath{%
+6.957e+10}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\kRadiusSunNumeric}
+% |\kRadiusSunNumeric| is the mean radius of the Sun.
+%
+%    \begin{macrocode}
+\ifx\cgsunits\undefined
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kRadiusSunNumeric}{%
+\k at SI@short at RadiusSunNumeric}
+\else
+\DeclareRobustCommand {\kRadiusSunNumeric}{%
+\k at SI@full at RadiusSunNumeric}
+\fi
+\else
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kRadiusSunNumeric}{%
+\k at cgs@short at RadiusSunNumeric}
+\else
+\DeclareRobustCommand {\kRadiusSunNumeric}{%
+\k at cgs@full at RadiusSunNumeric}
+\fi
+\fi
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at short@RadiusEarth}
+% \changes{v1.1.0}{2020/02/03}{Add radius of Earth}
+% |\k at short@RadiusEarth| is the mean radius of the Earth with reduced precision.
+% Source: IAU~Resolution~B3~2015
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at short@RadiusEarth}{%
+\ensuremath{%
+6.37%
+\times 10^{6}\m}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at full@RadiusEarth}
+% \changes{v1.1.0}{2020/02/03}{Add radius of Earth}
+% |\k at full@RadiusEarth| is the mean radius of the Earth with full precision.
+% Source: IAU~Resolution~B3~2015
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at full@RadiusEarth}{%
+\ensuremath{%
+6.371\expandafter\physconst at decimalsseparator%
+0%
+\times 10^{6}\m}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\kRadiusEarth}
+% \changes{v1.1.0}{2020/02/03}{Add radius of Earth}
+% |\kRadiusEarth| is the mean radius of the Earth.
+%
+%    \begin{macrocode}
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kRadiusEarth}{%
+\k at short@RadiusEarth}
+\else
+\DeclareRobustCommand {\kRadiusEarth}{%
+\k at full@RadiusEarth}
+\fi
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at short@RadiusEarthNumeric}
+% \changes{v1.1.0}{2020/02/03}{Add radius of Earth}
+% |\k at short@RadiusEarthNumeric| is the mean radius of the Earth with reduced precision.
+% Source: IAU~Resolution~B3~2015
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at short@RadiusEarthNumeric}{%
+\ensuremath{%
+6.37e+06}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at full@RadiusEarthNumeric}
+% \changes{v1.1.0}{2020/02/03}{Add radius of Earth}
+% |\k at full@RadiusEarthNumeric| is the mean radius of the Earth with full precision.
+% Source: IAU~Resolution~B3~2015
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at full@RadiusEarthNumeric}{%
+\ensuremath{%
+6.3710e+06}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\kRadiusEarthNumeric}
+% \changes{v1.1.0}{2020/02/03}{Add radius of Earth}
+% |\kRadiusEarthNumeric| is the mean radius of the Earth.
+%
+%    \begin{macrocode}
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kRadiusEarthNumeric}{%
+\k at short@RadiusEarthNumeric}
+\else
+\DeclareRobustCommand {\kRadiusEarthNumeric}{%
+\k at full@RadiusEarthNumeric}
+\fi
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at short@RadiusJupiter}
+% \changes{v1.1.0}{2020/02/03}{Add radius of Jupiter}
+% |\k at short@RadiusJupiter| is the mean radius of Jupiter with reduced precision.
+% Source: IAU~Resolution~B3~2015
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at short@RadiusJupiter}{%
+\ensuremath{%
+6.99%
+\times 10^{7}\m}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at full@RadiusJupiter}
+% \changes{v1.1.0}{2020/02/03}{Add radius of Jupiter}
+% |\k at full@RadiusJupiter| is the mean radius of Jupiter with full precision.
+% Source: IAU~Resolution~B3~2015
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at full@RadiusJupiter}{%
+\ensuremath{%
+6.991\expandafter\physconst at decimalsseparator%
+1%
+\times 10^{7}\m}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\kRadiusJupiter}
+% \changes{v1.1.0}{2020/02/03}{Add radius of Jupiter}
+% |\kRadiusJupiter| is the mean radius of Jupiter.
+%
+%    \begin{macrocode}
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kRadiusJupiter}{%
+\k at short@RadiusJupiter}
+\else
+\DeclareRobustCommand {\kRadiusJupiter}{%
+\k at full@RadiusJupiter}
+\fi
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at short@RadiusJupiterNumeric}
+% \changes{v1.1.0}{2020/02/03}{Add radius of Jupiter}
+% |\k at short@RadiusJupiterNumeric| is the mean radius of Jupiter with reduced precision.
+% Source: IAU~Resolution~B3~2015
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at short@RadiusJupiterNumeric}{%
+\ensuremath{%
+6.99e+07}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at full@RadiusJupiterNumeric}
+% \changes{v1.1.0}{2020/02/03}{Add radius of Jupiter}
+% |\k at full@RadiusJupiterNumeric| is the mean radius of Jupiter with full precision.
+% Source: IAU~Resolution~B3~2015
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at full@RadiusJupiterNumeric}{%
+\ensuremath{%
+6.9911e+07}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\kRadiusJupiterNumeric}
+% \changes{v1.1.0}{2020/02/03}{Add radius of Jupiter}
+% |\kRadiusJupiterNumeric| is the mean radius of Jupiter.
+%
+%    \begin{macrocode}
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kRadiusJupiterNumeric}{%
+\k at short@RadiusJupiterNumeric}
+\else
+\DeclareRobustCommand {\kRadiusJupiterNumeric}{%
+\k at full@RadiusJupiterNumeric}
+\fi
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%
 %\subsection{Energy, Power, and Luminosity}
 %
 %\iffalse
@@ -4109,7 +9114,7 @@
 \DeclareRobustCommand{\k at SI@short at Rydberg}{%
 \ensuremath{%
 2.18%
-\times 10^{-21}\Joule}}
+\times 10^{-18}\Joule}}
 %    \end{macrocode}
 % \end{macro}
 %
@@ -4130,7 +9135,7 @@
 2.179\expandafter\physconst at decimalsseparator%
 775\expandafter\physconst at decimalsseparator%
 77%
-\times 10^{-21}\Joule}}
+\times 10^{-18}\Joule}}
 %    \end{macrocode}
 % \end{macro}
 %
@@ -4149,7 +9154,7 @@
 \DeclareRobustCommand{\k at cgs@short at Rydberg}{%
 \ensuremath{%
 2.18%
-\times 10^{-14}\erg}}
+\times 10^{-11}\erg}}
 %    \end{macrocode}
 % \end{macro}
 %
@@ -4170,7 +9175,7 @@
 2.179\expandafter\physconst at decimalsseparator%
 775\expandafter\physconst at decimalsseparator%
 77%
-\times 10^{-14}\erg}}
+\times 10^{-11}\erg}}
 %    \end{macrocode}
 % \end{macro}
 %
@@ -4189,7 +9194,7 @@
 \DeclareRobustCommand{\k at eV@short at Rydberg}{%
 \ensuremath{%
 1.36%
-\times 10^{-2}\eV}}
+\times 10^{1}\eV}}
 %    \end{macrocode}
 % \end{macro}
 %
@@ -4210,7 +9215,7 @@
 1.360\expandafter\physconst at decimalsseparator%
 509\expandafter\physconst at decimalsseparator%
 03%
-\times 10^{-2}\eV}}
+\times 10^{1}\eV}}
 %    \end{macrocode}
 % \end{macro}
 %
@@ -4270,6 +9275,164 @@
 %\iffalse
 %<*package>
 %\fi
+% \begin{macro}{\k at SI@short at RydbergNumeric}
+% |\k at SI@short at RydbergNumeric| is the Rydberg energy (the binding energy of Hydrogen)
+% in SI units with reduced precision.
+% Source: Calculated
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at SI@short at RydbergNumeric}{%
+\ensuremath{%
+2.18e-18}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at SI@full at RydbergNumeric}
+% |\k at SI@full at RydbergNumeric| is the Rydberg energy (the binding energy of Hydrogen)
+% in SI units with full precision.
+% Source: Calculated
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at SI@full at RydbergNumeric}{%
+\ensuremath{%
+2.17977577e-18}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at cgs@short at RydbergNumeric}
+% |\k at cgs@short at RydbergNumeric| is the Rydberg energy (the binding energy of Hydrogen)
+% in cgs units with reduced precision.
+% Source: Calculated
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at cgs@short at RydbergNumeric}{%
+\ensuremath{%
+2.18e-11}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at cgs@full at RydbergNumeric}
+% |\k at cgs@full at RydbergNumeric| is the Rydberg energy (the binding energy of Hydrogen)
+% in cgs units with full precision.
+% Source: Calculated
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at cgs@full at RydbergNumeric}{%
+\ensuremath{%
+2.17977577e-11}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at eV@short at RydbergNumeric}
+% |\k at eV@short at RydbergNumeric| is the Rydberg energy (the binding energy of Hydrogen)
+% in eV with reduced precision.
+% Source: Calculated
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at eV@short at RydbergNumeric}{%
+\ensuremath{%
+1.36e+01}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at eV@full at RydbergNumeric}
+% |\k at eV@full at RydbergNumeric| is the Rydberg energy (the binding energy of Hydrogen)
+% in eV with full precision.
+% Source: Calculated
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at eV@full at RydbergNumeric}{%
+\ensuremath{%
+1.36050903e+01}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\kRydbergNumeric}
+% |\kRydbergNumeric| is the Rydberg energy (the binding energy of Hydrogen).
+%
+%    \begin{macrocode}
+\ifx\cgsunits\undefined
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kRydbergNumeric}{%
+\k at SI@short at RydbergNumeric}
+\else
+\DeclareRobustCommand {\kRydbergNumeric}{%
+\k at SI@full at RydbergNumeric}
+\fi
+\else
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kRydbergNumeric}{%
+\k at cgs@short at RydbergNumeric}
+\else
+\DeclareRobustCommand {\kRydbergNumeric}{%
+\k at cgs@full at RydbergNumeric}
+\fi
+\fi
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\keVRydbergNumeric}
+% |\keVRydbergNumeric| is the Rydberg energy (the binding energy of Hydrogen).
+%
+%    \begin{macrocode}
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\keVRydbergNumeric}{%
+\k at eV@short at RydbergNumeric}
+\else
+\DeclareRobustCommand {\keVRydbergNumeric}{%
+\k at eV@full at RydbergNumeric}
+\fi
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
 % \begin{macro}{\k at SI@short at LuminositySun}
 % |\k at SI@short at LuminositySun| is the luminosity of the Sun in SI units with
 % reduced precision.
@@ -4373,7 +9536,109 @@
 %\iffalse
 %</package>
 %\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at SI@short at LuminositySunNumeric}
+% |\k at SI@short at LuminositySunNumeric| is the luminosity of the Sun in SI units with
+% reduced precision.
+% Source: IAU~Resolution~B3~2015
 %
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at SI@short at LuminositySunNumeric}{%
+\ensuremath{%
+3.83e+26}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at SI@full at LuminositySunNumeric}
+% |\k at SI@full at LuminositySunNumeric| is the luminosity of the Sun in SI units with full
+% precision.
+% Source: IAU~Resolution~B3~2015
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at SI@full at LuminositySunNumeric}{%
+\ensuremath{%
+3.828e+26}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at cgs@short at LuminositySunNumeric}
+% |\k at cgs@short at LuminositySunNumeric| is the luminosity of the Sun in cgs units with
+% reduced precision.
+% Source: IAU~Resolution~B3~2015
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at cgs@short at LuminositySunNumeric}{%
+\ensuremath{%
+3.83e+33}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at cgs@full at LuminositySunNumeric}
+% |\k at cgs@full at LuminositySunNumeric| is the luminosity of the Sun in cgs units with
+% full precision.
+% Source: IAU~Resolution~B3~2015
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at cgs@full at LuminositySunNumeric}{%
+\ensuremath{%
+3.828e+33}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\kLuminositySunNumeric}
+% |\kLuminositySunNumeric| is the luminosity of the Sun.
+%
+%    \begin{macrocode}
+\ifx\cgsunits\undefined
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kLuminositySunNumeric}{%
+\k at SI@short at LuminositySunNumeric}
+\else
+\DeclareRobustCommand {\kLuminositySunNumeric}{%
+\k at SI@full at LuminositySunNumeric}
+\fi
+\else
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kLuminositySunNumeric}{%
+\k at cgs@short at LuminositySunNumeric}
+\else
+\DeclareRobustCommand {\kLuminositySunNumeric}{%
+\k at cgs@full at LuminositySunNumeric}
+\fi
+\fi
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%
 %\subsection{Pressure}
 %
 %\iffalse
@@ -4380,6 +9645,7 @@
 %<*package>
 %\fi
 % \begin{macro}{\k at SI@short at PressureAtmosphere}
+% \changes{v1.1.0}{2020/02/03}{Fix prefix of units.}
 % |\k at SI@short at PressureAtmosphere| is the standard atmospheric pressure in SI
 % units with reduced precision.
 % Source: CODATA~2018
@@ -4399,6 +9665,7 @@
 %<*package>
 %\fi
 % \begin{macro}{\k at SI@full at PressureAtmosphere}
+% \changes{v1.1.0}{2020/02/03}{Fix prefix of units.}
 % |\k at SI@full at PressureAtmosphere| is the standard atmospheric pressure in SI
 % units with full precision.
 % Source: CODATA~2018
@@ -4419,6 +9686,7 @@
 %<*package>
 %\fi
 % \begin{macro}{\k at cgs@short at PressureAtmosphere}
+% \changes{v1.1.0}{2020/02/03}{Fix prefix of units.}
 % |\k at cgs@short at PressureAtmosphere| is the standard atmospheric pressure in cgs
 % units with reduced precision.
 % Source: CODATA~2018
@@ -4426,7 +9694,7 @@
 %    \begin{macrocode}
 \DeclareRobustCommand{\k at cgs@short at PressureAtmosphere}{%
 \ensuremath{%
-1.01\barP[m]}}
+1.01\barP}}
 %    \end{macrocode}
 % \end{macro}
 %
@@ -4437,6 +9705,7 @@
 %<*package>
 %\fi
 % \begin{macro}{\k at cgs@full at PressureAtmosphere}
+% \changes{v1.1.0}{2020/02/03}{Fix prefix of units.}
 % |\k at cgs@full at PressureAtmosphere| is the standard atmospheric pressure in cgs
 % units with full precision.
 % Source: CODATA~2018
@@ -4445,7 +9714,7 @@
 \DeclareRobustCommand{\k at cgs@full at PressureAtmosphere}{%
 \ensuremath{%
 1.013\expandafter\physconst at decimalsseparator%
-25\barP[m]}}
+25\barP}}
 %    \end{macrocode}
 % \end{macro}
 %
@@ -4456,6 +9725,7 @@
 %<*package>
 %\fi
 % \begin{macro}{\kPressureAtmosphere}
+% \changes{v1.1.0}{2020/02/03}{Fix prefix of units.}
 % |\kPressureAtmosphere| is the standard atmospheric pressure.
 %
 %    \begin{macrocode}
@@ -4485,7 +9755,115 @@
 %\iffalse
 %<*package>
 %\fi
+% \begin{macro}{\k at SI@short at PressureAtmosphereNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix prefix of units.}
+% |\k at SI@short at PressureAtmosphereNumeric| is the standard atmospheric pressure in SI
+% units with reduced precision.
+% Source: CODATA~2018
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at SI@short at PressureAtmosphereNumeric}{%
+\ensuremath{%
+1.01e+05}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at SI@full at PressureAtmosphereNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix prefix of units.}
+% |\k at SI@full at PressureAtmosphereNumeric| is the standard atmospheric pressure in SI
+% units with full precision.
+% Source: CODATA~2018
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at SI@full at PressureAtmosphereNumeric}{%
+\ensuremath{%
+1.01325e+05}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at cgs@short at PressureAtmosphereNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix prefix of units.}
+% |\k at cgs@short at PressureAtmosphereNumeric| is the standard atmospheric pressure in cgs
+% units with reduced precision.
+% Source: CODATA~2018
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at cgs@short at PressureAtmosphereNumeric}{%
+\ensuremath{%
+1.01e+00}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at cgs@full at PressureAtmosphereNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix prefix of units.}
+% |\k at cgs@full at PressureAtmosphereNumeric| is the standard atmospheric pressure in cgs
+% units with full precision.
+% Source: CODATA~2018
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at cgs@full at PressureAtmosphereNumeric}{%
+\ensuremath{%
+1.01325e+00}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\kPressureAtmosphereNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix prefix of units.}
+% |\kPressureAtmosphereNumeric| is the standard atmospheric pressure.
+%
+%    \begin{macrocode}
+\ifx\cgsunits\undefined
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kPressureAtmosphereNumeric}{%
+\k at SI@short at PressureAtmosphereNumeric}
+\else
+\DeclareRobustCommand {\kPressureAtmosphereNumeric}{%
+\k at SI@full at PressureAtmosphereNumeric}
+\fi
+\else
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kPressureAtmosphereNumeric}{%
+\k at cgs@short at PressureAtmosphereNumeric}
+\else
+\DeclareRobustCommand {\kPressureAtmosphereNumeric}{%
+\k at cgs@full at PressureAtmosphereNumeric}
+\fi
+\fi
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
 % \begin{macro}{\k at SI@short at PressureStandard}
+% \changes{v1.1.0}{2020/02/03}{Fix prefix of units.}
 % |\k at SI@short at PressureStandard| is the standard atmospheric pressure in SI
 % units with reduced precision.
 % Source: CODATA~2018
@@ -4505,6 +9883,7 @@
 %<*package>
 %\fi
 % \begin{macro}{\k at SI@full at PressureStandard}
+% \changes{v1.1.0}{2020/02/03}{Fix prefix of units.}
 % |\k at SI@full at PressureStandard| is the standard atmospheric pressure in SI
 % units with full precision.
 % Source: CODATA~2018
@@ -4525,6 +9904,7 @@
 %<*package>
 %\fi
 % \begin{macro}{\k at cgs@short at PressureStandard}
+% \changes{v1.1.0}{2020/02/03}{Fix prefix of units.}
 % |\k at cgs@short at PressureStandard| is the standard atmospheric pressure in cgs
 % units with reduced precision.
 % Source: CODATA~2018
@@ -4532,7 +9912,7 @@
 %    \begin{macrocode}
 \DeclareRobustCommand{\k at cgs@short at PressureStandard}{%
 \ensuremath{%
-1.00\barP[m]}}
+1.00\barP}}
 %    \end{macrocode}
 % \end{macro}
 %
@@ -4543,6 +9923,7 @@
 %<*package>
 %\fi
 % \begin{macro}{\k at cgs@full at PressureStandard}
+% \changes{v1.1.0}{2020/02/03}{Fix prefix of units.}
 % |\k at cgs@full at PressureStandard| is the standard atmospheric pressure in cgs
 % units with full precision.
 % Source: CODATA~2018
@@ -4551,7 +9932,7 @@
 \DeclareRobustCommand{\k at cgs@full at PressureStandard}{%
 \ensuremath{%
 1.000\expandafter\physconst at decimalsseparator%
-00\barP[m]}}
+00\barP}}
 %    \end{macrocode}
 % \end{macro}
 %
@@ -4562,6 +9943,7 @@
 %<*package>
 %\fi
 % \begin{macro}{\kPressureStandard}
+% \changes{v1.1.0}{2020/02/03}{Fix prefix of units.}
 % |\kPressureStandard| is the standard atmospheric pressure.
 %
 %    \begin{macrocode}
@@ -4588,7 +9970,114 @@
 %\iffalse
 %</package>
 %\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at SI@short at PressureStandardNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix prefix of units.}
+% |\k at SI@short at PressureStandardNumeric| is the standard atmospheric pressure in SI
+% units with reduced precision.
+% Source: CODATA~2018
 %
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at SI@short at PressureStandardNumeric}{%
+\ensuremath{%
+1.00e+05}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at SI@full at PressureStandardNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix prefix of units.}
+% |\k at SI@full at PressureStandardNumeric| is the standard atmospheric pressure in SI
+% units with full precision.
+% Source: CODATA~2018
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at SI@full at PressureStandardNumeric}{%
+\ensuremath{%
+1.00000e+05}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at cgs@short at PressureStandardNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix prefix of units.}
+% |\k at cgs@short at PressureStandardNumeric| is the standard atmospheric pressure in cgs
+% units with reduced precision.
+% Source: CODATA~2018
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at cgs@short at PressureStandardNumeric}{%
+\ensuremath{%
+1.00e+00}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at cgs@full at PressureStandardNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix prefix of units.}
+% |\k at cgs@full at PressureStandardNumeric| is the standard atmospheric pressure in cgs
+% units with full precision.
+% Source: CODATA~2018
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at cgs@full at PressureStandardNumeric}{%
+\ensuremath{%
+1.00000e+00}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\kPressureStandardNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix prefix of units.}
+% |\kPressureStandardNumeric| is the standard atmospheric pressure.
+%
+%    \begin{macrocode}
+\ifx\cgsunits\undefined
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kPressureStandardNumeric}{%
+\k at SI@short at PressureStandardNumeric}
+\else
+\DeclareRobustCommand {\kPressureStandardNumeric}{%
+\k at SI@full at PressureStandardNumeric}
+\fi
+\else
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kPressureStandardNumeric}{%
+\k at cgs@short at PressureStandardNumeric}
+\else
+\DeclareRobustCommand {\kPressureStandardNumeric}{%
+\k at cgs@full at PressureStandardNumeric}
+\fi
+\fi
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%
 %\subsection{Velocity, Speed and Acceleration}
 %
 %\iffalse
@@ -4703,7 +10192,110 @@
 %\iffalse
 %<*package>
 %\fi
+% \begin{macro}{\k at SI@short at SpeedLightNumeric}
+% |\k at SI@short at SpeedLightNumeric| is the speed of light in SI units with reduced
+% precision.
+% Source: CODATA 2018
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at SI@short at SpeedLightNumeric}{%
+\ensuremath{%
+3.00e+08}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at SI@full at SpeedLightNumeric}
+% |\k at SI@full at SpeedLightNumeric| is the speed of light in SI units with full precision.
+% Source: CODATA 2018
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at SI@full at SpeedLightNumeric}{%
+\ensuremath{%
+2.99792458e+08}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at cgs@short at SpeedLightNumeric}
+% |\k at cgs@short at SpeedLightNumeric| is the speed of light in cgs units with reduced
+% precision.
+% Source: CODATA 2018
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at cgs@short at SpeedLightNumeric}{%
+\ensuremath{%
+3.00e+10}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at cgs@full at SpeedLightNumeric}
+% |\k at cgs@full at SpeedLightNumeric| is the speed of light in cgs units with full
+% precision.
+% Source: CODATA 2018
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at cgs@full at SpeedLightNumeric}{%
+\ensuremath{%
+2.99792458e+10}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\kSpeedLightNumeric}
+% |\kSpeedLightNumeric| is the speed of light.
+%
+%    \begin{macrocode}
+\ifx\cgsunits\undefined
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kSpeedLightNumeric}{%
+\k at SI@short at SpeedLightNumeric}
+\else
+\DeclareRobustCommand {\kSpeedLightNumeric}{%
+\k at SI@full at SpeedLightNumeric}
+\fi
+\else
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kSpeedLightNumeric}{%
+\k at cgs@short at SpeedLightNumeric}
+\else
+\DeclareRobustCommand {\kSpeedLightNumeric}{%
+\k at cgs@full at SpeedLightNumeric}
+\fi
+\fi
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
 % \begin{macro}{\k at SI@short at AccelGravity}
+% \changes{v1.1.0}{2020/02/03}{Correct value.}
+% \changes{v1.1.0}{2020/02/03}{Fix units.}
 % |\k at SI@short at AccelGravity| is the accelertion due to gravity at the surface
 % of the Earth in SI units with reduced precision.
 % Source: CODATA 2018
@@ -4711,8 +10303,7 @@
 %    \begin{macrocode}
 \DeclareRobustCommand{\k at SI@short at AccelGravity}{%
 \ensuremath{%
-6.67%
-\times 10^{-11}\N\kg^{-2}\m^2}}
+9.81\m\Sec^{-2}}}
 %    \end{macrocode}
 % \end{macro}
 %
@@ -4723,6 +10314,8 @@
 %<*package>
 %\fi
 % \begin{macro}{\k at SI@full at AccelGravity}
+% \changes{v1.1.0}{2020/02/03}{Correct value.}
+% \changes{v1.1.0}{2020/02/03}{Fix units.}
 % |\k at SI@full at AccelGravity| is the accelertion due to gravity at the surface of
 % the Earth in SI units with full precision.
 % Source: CODATA 2018
@@ -4730,9 +10323,8 @@
 %    \begin{macrocode}
 \DeclareRobustCommand{\k at SI@full at AccelGravity}{%
 \ensuremath{%
-6.674\expandafter\physconst at decimalsseparator%
-30%
-\times 10^{-11}\N\kg^{-2}\m^2}}
+9.806\expandafter\physconst at decimalsseparator%
+65\m\Sec^{-2}}}
 %    \end{macrocode}
 % \end{macro}
 %
@@ -4743,6 +10335,8 @@
 %<*package>
 %\fi
 % \begin{macro}{\k at cgs@short at AccelGravity}
+% \changes{v1.1.0}{2020/02/03}{Correct value.}
+% \changes{v1.1.0}{2020/02/03}{Fix units.}
 % |\k at cgs@short at AccelGravity| is the accelertion due to gravity at the surface
 % of the Earth in cgs units with reduced precision.
 % Source: CODATA 2018
@@ -4750,8 +10344,8 @@
 %    \begin{macrocode}
 \DeclareRobustCommand{\k at cgs@short at AccelGravity}{%
 \ensuremath{%
-6.67%
-\times 10^{-8}\dyne\gm^{-2}\cm^2}}
+9.81%
+\times 10^{2}\cm\Sec^{-2}}}
 %    \end{macrocode}
 % \end{macro}
 %
@@ -4762,6 +10356,8 @@
 %<*package>
 %\fi
 % \begin{macro}{\k at cgs@full at AccelGravity}
+% \changes{v1.1.0}{2020/02/03}{Correct value.}
+% \changes{v1.1.0}{2020/02/03}{Fix units.}
 % |\k at cgs@full at AccelGravity| is the accelertion due to gravity at the surface
 % of the Earth in cgs units with full precision.
 % Source: CODATA 2018
@@ -4769,9 +10365,9 @@
 %    \begin{macrocode}
 \DeclareRobustCommand{\k at cgs@full at AccelGravity}{%
 \ensuremath{%
-6.674\expandafter\physconst at decimalsseparator%
-30%
-\times 10^{-8}\dyne\gm^{-2}\cm^2}}
+9.806\expandafter\physconst at decimalsseparator%
+65%
+\times 10^{2}\cm\Sec^{-2}}}
 %    \end{macrocode}
 % \end{macro}
 %
@@ -4782,6 +10378,8 @@
 %<*package>
 %\fi
 % \begin{macro}{\kAccelGravity}
+% \changes{v1.1.0}{2020/02/03}{Correct value.}
+% \changes{v1.1.0}{2020/02/03}{Fix units.}
 % |\kAccelGravity| is the accelertion due to gravity at the surface of the
 % Earth.
 %
@@ -4809,7 +10407,120 @@
 %\iffalse
 %</package>
 %\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at SI@short at AccelGravityNumeric}
+% \changes{v1.1.0}{2020/02/03}{Correct value.}
+% \changes{v1.1.0}{2020/02/03}{Fix units.}
+% |\k at SI@short at AccelGravityNumeric| is the accelertion due to gravity at the surface
+% of the Earth in SI units with reduced precision.
+% Source: CODATA 2018
 %
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at SI@short at AccelGravityNumeric}{%
+\ensuremath{%
+9.81e+00}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at SI@full at AccelGravityNumeric}
+% \changes{v1.1.0}{2020/02/03}{Correct value.}
+% \changes{v1.1.0}{2020/02/03}{Fix units.}
+% |\k at SI@full at AccelGravityNumeric| is the accelertion due to gravity at the surface of
+% the Earth in SI units with full precision.
+% Source: CODATA 2018
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at SI@full at AccelGravityNumeric}{%
+\ensuremath{%
+9.80665e+00}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at cgs@short at AccelGravityNumeric}
+% \changes{v1.1.0}{2020/02/03}{Correct value.}
+% \changes{v1.1.0}{2020/02/03}{Fix units.}
+% |\k at cgs@short at AccelGravityNumeric| is the accelertion due to gravity at the surface
+% of the Earth in cgs units with reduced precision.
+% Source: CODATA 2018
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at cgs@short at AccelGravityNumeric}{%
+\ensuremath{%
+9.81e+02}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at cgs@full at AccelGravityNumeric}
+% \changes{v1.1.0}{2020/02/03}{Correct value.}
+% \changes{v1.1.0}{2020/02/03}{Fix units.}
+% |\k at cgs@full at AccelGravityNumeric| is the accelertion due to gravity at the surface
+% of the Earth in cgs units with full precision.
+% Source: CODATA 2018
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at cgs@full at AccelGravityNumeric}{%
+\ensuremath{%
+9.80665e+02}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\kAccelGravityNumeric}
+% \changes{v1.1.0}{2020/02/03}{Correct value.}
+% \changes{v1.1.0}{2020/02/03}{Fix units.}
+% |\kAccelGravityNumeric| is the accelertion due to gravity at the surface of the
+% Earth.
+%
+%    \begin{macrocode}
+\ifx\cgsunits\undefined
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kAccelGravityNumeric}{%
+\k at SI@short at AccelGravityNumeric}
+\else
+\DeclareRobustCommand {\kAccelGravityNumeric}{%
+\k at SI@full at AccelGravityNumeric}
+\fi
+\else
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kAccelGravityNumeric}{%
+\k at cgs@short at AccelGravityNumeric}
+\else
+\DeclareRobustCommand {\kAccelGravityNumeric}{%
+\k at cgs@full at AccelGravityNumeric}
+\fi
+\fi
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%
 %\subsection{Other Constants}
 %
 %\iffalse
@@ -4816,6 +10527,7 @@
 %<*package>
 %\fi
 % \begin{macro}{\k at SI@short at Coulomb}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
 % |\k at SI@short at Coulomb| is the Coulomb constant ($\frac{1}{4\pi\epsilon_0}$) in
 % SI units with reduced precision.
 % Source: Calculated
@@ -4824,7 +10536,7 @@
 \DeclareRobustCommand{\k at SI@short at Coulomb}{%
 \ensuremath{%
 8.99%
-\times 10^{13}\N\m^2\Coulomb^{-2}}}
+\times 10^{9}\N\m^2\Coulomb^{-2}}}
 %    \end{macrocode}
 % \end{macro}
 %
@@ -4835,6 +10547,7 @@
 %<*package>
 %\fi
 % \begin{macro}{\k at SI@full at Coulomb}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
 % |\k at SI@full at Coulomb| is the Coulomb constant ($\frac{1}{4\pi\epsilon_0}$) in
 % SI units with full precision.
 % Source: Calculated
@@ -4845,7 +10558,7 @@
 8.987\expandafter\physconst at decimalsseparator%
 551\expandafter\physconst at decimalsseparator%
 79%
-\times 10^{13}\N\m^2\Coulomb^{-2}}}
+\times 10^{9}\N\m^2\Coulomb^{-2}}}
 %    \end{macrocode}
 % \end{macro}
 %
@@ -4856,6 +10569,7 @@
 %<*package>
 %\fi
 % \begin{macro}{\k at cgs@short at Coulomb}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
 % |\k at cgs@short at Coulomb| is the Coulomb constant ($\frac{1}{4\pi\epsilon_0}$)
 % in cgs units with reduced precision.
 % Source: Calculated
@@ -4874,6 +10588,7 @@
 %<*package>
 %\fi
 % \begin{macro}{\k at cgs@full at Coulomb}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
 % |\k at cgs@full at Coulomb| is the Coulomb constant ($\frac{1}{4\pi\epsilon_0}$) in
 % cgs units with full precision.
 % Source: Calculated
@@ -4894,6 +10609,7 @@
 %<*package>
 %\fi
 % \begin{macro}{\kCoulomb}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
 % |\kCoulomb| is the Coulomb constant ($\frac{1}{4\pi\epsilon_0}$).
 %
 %    \begin{macrocode}
@@ -4923,6 +10639,113 @@
 %\iffalse
 %<*package>
 %\fi
+% \begin{macro}{\k at SI@short at CoulombNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% |\k at SI@short at CoulombNumeric| is the Coulomb constant ($\frac{1}{4\pi\epsilon_0}$) in
+% SI units with reduced precision.
+% Source: Calculated
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at SI@short at CoulombNumeric}{%
+\ensuremath{%
+8.99e+09}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at SI@full at CoulombNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% |\k at SI@full at CoulombNumeric| is the Coulomb constant ($\frac{1}{4\pi\epsilon_0}$) in
+% SI units with full precision.
+% Source: Calculated
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at SI@full at CoulombNumeric}{%
+\ensuremath{%
+8.98755179e+09}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at cgs@short at CoulombNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% |\k at cgs@short at CoulombNumeric| is the Coulomb constant ($\frac{1}{4\pi\epsilon_0}$)
+% in cgs units with reduced precision.
+% Source: Calculated
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at cgs@short at CoulombNumeric}{%
+\ensuremath{%
+1.00e+00}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at cgs@full at CoulombNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% |\k at cgs@full at CoulombNumeric| is the Coulomb constant ($\frac{1}{4\pi\epsilon_0}$) in
+% cgs units with full precision.
+% Source: Calculated
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at cgs@full at CoulombNumeric}{%
+\ensuremath{%
+1.00000000e+00}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\kCoulombNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% |\kCoulombNumeric| is the Coulomb constant ($\frac{1}{4\pi\epsilon_0}$).
+%
+%    \begin{macrocode}
+\ifx\cgsunits\undefined
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kCoulombNumeric}{%
+\k at SI@short at CoulombNumeric}
+\else
+\DeclareRobustCommand {\kCoulombNumeric}{%
+\k at SI@full at CoulombNumeric}
+\fi
+\else
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kCoulombNumeric}{%
+\k at cgs@short at CoulombNumeric}
+\else
+\DeclareRobustCommand {\kCoulombNumeric}{%
+\k at cgs@full at CoulombNumeric}
+\fi
+\fi
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
 % \begin{macro}{\k at SI@short at VacuumPermittivity}
 % |\k at SI@short at VacuumPermittivity| is the electric permittivity of the vacuum
 % in SI units with reduced precision.
@@ -5035,16 +10858,119 @@
 %\iffalse
 %<*package>
 %\fi
+% \begin{macro}{\k at SI@short at VacuumPermittivityNumeric}
+% |\k at SI@short at VacuumPermittivityNumeric| is the electric permittivity of the vacuum
+% in SI units with reduced precision.
+% Source: CODATA~2018
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at SI@short at VacuumPermittivityNumeric}{%
+\ensuremath{%
+8.85e-12}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at SI@full at VacuumPermittivityNumeric}
+% |\k at SI@full at VacuumPermittivityNumeric| is the electric permittivity of the vacuum in
+% SI units with full precision.
+% Source: CODATA~2018
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at SI@full at VacuumPermittivityNumeric}{%
+\ensuremath{%
+8.8541878128e-12}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at cgs@short at VacuumPermittivityNumeric}
+% |\k at cgs@short at VacuumPermittivityNumeric| is the electric permittivity of the vacuum
+% in cgs units with reduced precision.
+% Source: CODATA~2018
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at cgs@short at VacuumPermittivityNumeric}{%
+\ensuremath{%
+7.96e-02}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at cgs@full at VacuumPermittivityNumeric}
+% |\k at cgs@full at VacuumPermittivityNumeric| is the electric permittivity of the vacuum
+% in cgs units with full precision.
+% Source: CODATA~2018
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at cgs@full at VacuumPermittivityNumeric}{%
+\ensuremath{%
+7.9577471546e-02}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\kVacuumPermittivityNumeric}
+% |\kVacuumPermittivityNumeric| is the electric permittivity of the vacuum.
+%
+%    \begin{macrocode}
+\ifx\cgsunits\undefined
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kVacuumPermittivityNumeric}{%
+\k at SI@short at VacuumPermittivityNumeric}
+\else
+\DeclareRobustCommand {\kVacuumPermittivityNumeric}{%
+\k at SI@full at VacuumPermittivityNumeric}
+\fi
+\else
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kVacuumPermittivityNumeric}{%
+\k at cgs@short at VacuumPermittivityNumeric}
+\else
+\DeclareRobustCommand {\kVacuumPermittivityNumeric}{%
+\k at cgs@full at VacuumPermittivityNumeric}
+\fi
+\fi
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
 % \begin{macro}{\k at SI@short at VacuumPermeability}
+% \changes{v1.1.0}{2020/02/03}{Fix value of constant.}
 % |\k at SI@short at VacuumPermeability| is the magnetic permeability of the vacuum
 % in SI units with reduced precision.
-% Source: CODATA~2018
+% Source: Calculated
 %
 %    \begin{macrocode}
 \DeclareRobustCommand{\k at SI@short at VacuumPermeability}{%
 \ensuremath{%
-8.85%
-\times 10^{-12}\N\Amp^{-2}}}
+1.26%
+\times 10^{-6}\N\Amp^{-2}}}
 %    \end{macrocode}
 % \end{macro}
 %
@@ -5055,18 +10981,19 @@
 %<*package>
 %\fi
 % \begin{macro}{\k at SI@full at VacuumPermeability}
+% \changes{v1.1.0}{2020/02/03}{Fix value of constant.}
 % |\k at SI@full at VacuumPermeability| is the magnetic permeability of the vacuum in
 % SI units with full precision.
-% Source: CODATA~2018
+% Source: Calculated
 %
 %    \begin{macrocode}
 \DeclareRobustCommand{\k at SI@full at VacuumPermeability}{%
 \ensuremath{%
-8.854\expandafter\physconst at decimalsseparator%
-187\expandafter\physconst at decimalsseparator%
-812\expandafter\physconst at decimalsseparator%
-8%
-\times 10^{-12}\N\Amp^{-2}}}
+1.256\expandafter\physconst at decimalsseparator%
+637\expandafter\physconst at decimalsseparator%
+062\expandafter\physconst at decimalsseparator%
+1%
+\times 10^{-6}\N\Amp^{-2}}}
 %    \end{macrocode}
 % \end{macro}
 %
@@ -5077,9 +11004,10 @@
 %<*package>
 %\fi
 % \begin{macro}{\k at cgs@short at VacuumPermeability}
+% \changes{v1.1.0}{2020/02/03}{Fix value of constant.}
 % |\k at cgs@short at VacuumPermeability| is the magnetic permeability of the vacuum
 % in cgs units with reduced precision.
-% Source: CODATA~2018
+% Source: Calculated
 %
 %    \begin{macrocode}
 \DeclareRobustCommand{\k at cgs@short at VacuumPermeability}{%
@@ -5096,9 +11024,10 @@
 %<*package>
 %\fi
 % \begin{macro}{\k at cgs@full at VacuumPermeability}
+% \changes{v1.1.0}{2020/02/03}{Fix value of constant.}
 % |\k at cgs@full at VacuumPermeability| is the magnetic permeability of the vacuum
 % in cgs units with full precision.
-% Source: CODATA~2018
+% Source: Calculated
 %
 %    \begin{macrocode}
 \DeclareRobustCommand{\k at cgs@full at VacuumPermeability}{%
@@ -5118,6 +11047,7 @@
 %<*package>
 %\fi
 % \begin{macro}{\kVacuumPermeability}
+% \changes{v1.1.0}{2020/02/03}{Fix value of constant.}
 % |\kVacuumPermeability| is the magnetic permeability of the vacuum.
 %
 %    \begin{macrocode}
@@ -5147,6 +11077,113 @@
 %\iffalse
 %<*package>
 %\fi
+% \begin{macro}{\k at SI@short at VacuumPermeabilityNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix value of constant.}
+% |\k at SI@short at VacuumPermeabilityNumeric| is the magnetic permeability of the vacuum
+% in SI units with reduced precision.
+% Source: Calculated
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at SI@short at VacuumPermeabilityNumeric}{%
+\ensuremath{%
+1.26e-06}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at SI@full at VacuumPermeabilityNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix value of constant.}
+% |\k at SI@full at VacuumPermeabilityNumeric| is the magnetic permeability of the vacuum in
+% SI units with full precision.
+% Source: Calculated
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at SI@full at VacuumPermeabilityNumeric}{%
+\ensuremath{%
+1.2566370621e-06}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at cgs@short at VacuumPermeabilityNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix value of constant.}
+% |\k at cgs@short at VacuumPermeabilityNumeric| is the magnetic permeability of the vacuum
+% in cgs units with reduced precision.
+% Source: Calculated
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at cgs@short at VacuumPermeabilityNumeric}{%
+\ensuremath{%
+1.26e+01}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at cgs@full at VacuumPermeabilityNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix value of constant.}
+% |\k at cgs@full at VacuumPermeabilityNumeric| is the magnetic permeability of the vacuum
+% in cgs units with full precision.
+% Source: Calculated
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at cgs@full at VacuumPermeabilityNumeric}{%
+\ensuremath{%
+1.2566370614e+01}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\kVacuumPermeabilityNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix value of constant.}
+% |\kVacuumPermeabilityNumeric| is the magnetic permeability of the vacuum.
+%
+%    \begin{macrocode}
+\ifx\cgsunits\undefined
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kVacuumPermeabilityNumeric}{%
+\k at SI@short at VacuumPermeabilityNumeric}
+\else
+\DeclareRobustCommand {\kVacuumPermeabilityNumeric}{%
+\k at SI@full at VacuumPermeabilityNumeric}
+\fi
+\else
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kVacuumPermeabilityNumeric}{%
+\k at cgs@short at VacuumPermeabilityNumeric}
+\else
+\DeclareRobustCommand {\kVacuumPermeabilityNumeric}{%
+\k at cgs@full at VacuumPermeabilityNumeric}
+\fi
+\fi
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
 % \begin{macro}{\k at short@VacuumImpedance}
 % |\k at short@VacuumImpedance| is the characteristic impedance of the vacuum with
 % reduced precision.
@@ -5208,6 +11245,62 @@
 %\iffalse
 %<*package>
 %\fi
+% \begin{macro}{\k at short@VacuumImpedanceNumeric}
+% |\k at short@VacuumImpedanceNumeric| is the characteristic impedance of the vacuum with
+% reduced precision.
+% Source: CODATA~2018
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at short@VacuumImpedanceNumeric}{%
+\ensuremath{%
+3.77e+02}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at full@VacuumImpedanceNumeric}
+% |\k at full@VacuumImpedanceNumeric| is the characteristic impedance of the vacuum with
+% full precision.
+% Source: CODATA~2018
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at full@VacuumImpedanceNumeric}{%
+\ensuremath{%
+3.76730313668e+02}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\kVacuumImpedanceNumeric}
+% |\kVacuumImpedanceNumeric| is the characteristic impedance of the vacuum.
+%
+%    \begin{macrocode}
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kVacuumImpedanceNumeric}{%
+\k at short@VacuumImpedanceNumeric}
+\else
+\DeclareRobustCommand {\kVacuumImpedanceNumeric}{%
+\k at full@VacuumImpedanceNumeric}
+\fi
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
 % \begin{macro}{\k at SI@short at Boltzmann}
 % |\k at SI@short at Boltzmann| is the Boltzmann constant in SI units with reduced
 % precision.
@@ -5374,7 +11467,165 @@
 %\iffalse
 %<*package>
 %\fi
+% \begin{macro}{\k at SI@short at BoltzmannNumeric}
+% |\k at SI@short at BoltzmannNumeric| is the Boltzmann constant in SI units with reduced
+% precision.
+% Source: CODATA~2018
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at SI@short at BoltzmannNumeric}{%
+\ensuremath{%
+1.38e-23}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at SI@full at BoltzmannNumeric}
+% |\k at SI@full at BoltzmannNumeric| is the Boltzmann constant in SI units with full
+% precision.
+% Source: CODATA~2018
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at SI@full at BoltzmannNumeric}{%
+\ensuremath{%
+1.380649e-23}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at cgs@short at BoltzmannNumeric}
+% |\k at cgs@short at BoltzmannNumeric| is the Boltzmann constant in cgs units with reduced
+% precision.
+% Source: CODATA~2018
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at cgs@short at BoltzmannNumeric}{%
+\ensuremath{%
+1.38e-16}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at cgs@full at BoltzmannNumeric}
+% |\k at cgs@full at BoltzmannNumeric| is the Boltzmann constant in cgs units with full
+% precision.
+% Source: CODATA~2018
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at cgs@full at BoltzmannNumeric}{%
+\ensuremath{%
+1.380649e-16}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at eV@short at BoltzmannNumeric}
+% |\k at eV@short at BoltzmannNumeric| is the Boltzmann constant in eV with reduced
+% precision.
+% Source: CODATA~2018
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at eV@short at BoltzmannNumeric}{%
+\ensuremath{%
+8.62e-05}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at eV@full at BoltzmannNumeric}
+% |\k at eV@full at BoltzmannNumeric| is the Boltzmann constant in eV with full precision.
+% Source: CODATA~2018
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at eV@full at BoltzmannNumeric}{%
+\ensuremath{%
+8.617333e-05}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\kBoltzmannNumeric}
+% |\kBoltzmannNumeric| is the Boltzmann constant.
+%
+%    \begin{macrocode}
+\ifx\cgsunits\undefined
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kBoltzmannNumeric}{%
+\k at SI@short at BoltzmannNumeric}
+\else
+\DeclareRobustCommand {\kBoltzmannNumeric}{%
+\k at SI@full at BoltzmannNumeric}
+\fi
+\else
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kBoltzmannNumeric}{%
+\k at cgs@short at BoltzmannNumeric}
+\else
+\DeclareRobustCommand {\kBoltzmannNumeric}{%
+\k at cgs@full at BoltzmannNumeric}
+\fi
+\fi
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\keVBoltzmannNumeric}
+% |\keVBoltzmannNumeric| is the Boltzmann constant.
+%
+%    \begin{macrocode}
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\keVBoltzmannNumeric}{%
+\k at eV@short at BoltzmannNumeric}
+\else
+\DeclareRobustCommand {\keVBoltzmannNumeric}{%
+\k at eV@full at BoltzmannNumeric}
+\fi
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
 % \begin{macro}{\k at SI@short at Planck}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
 % |\k at SI@short at Planck| is the Planck constant in SI units with reduced
 % precision.
 % Source: CODATA~2018
@@ -5394,6 +11645,7 @@
 %<*package>
 %\fi
 % \begin{macro}{\k at SI@full at Planck}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
 % |\k at SI@full at Planck| is the Planck constant in SI units with full precision.
 % Source: CODATA~2018
 %
@@ -5414,6 +11666,7 @@
 %<*package>
 %\fi
 % \begin{macro}{\k at cgs@short at Planck}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
 % |\k at cgs@short at Planck| is the Planck constant in cgs units with reduced
 % precision.
 % Source: CODATA~2018
@@ -5433,6 +11686,7 @@
 %<*package>
 %\fi
 % \begin{macro}{\k at cgs@full at Planck}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
 % |\k at cgs@full at Planck| is the Planck constant in cgs units with full precision.
 % Source: CODATA~2018
 %
@@ -5453,6 +11707,7 @@
 %<*package>
 %\fi
 % \begin{macro}{\k at eV@short at Planck}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
 % |\k at eV@short at Planck| is the Planck constant in eV with reduced precision.
 % Source: CODATA~2018
 %
@@ -5471,6 +11726,7 @@
 %<*package>
 %\fi
 % \begin{macro}{\k at eV@full at Planck}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
 % |\k at eV@full at Planck| is the Planck constant in eV with full precision.
 % Source: CODATA~2018
 %
@@ -5491,6 +11747,7 @@
 %<*package>
 %\fi
 % \begin{macro}{\kPlanck}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
 % |\kPlanck| is the Planck constant.
 %
 %    \begin{macrocode}
@@ -5521,6 +11778,7 @@
 %<*package>
 %\fi
 % \begin{macro}{\keVPlanck}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
 % |\keVPlanck| is the Planck constant.
 %
 %    \begin{macrocode}
@@ -5540,7 +11798,170 @@
 %\iffalse
 %<*package>
 %\fi
+% \begin{macro}{\k at SI@short at PlanckNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% |\k at SI@short at PlanckNumeric| is the Planck constant in SI units with reduced
+% precision.
+% Source: CODATA~2018
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at SI@short at PlanckNumeric}{%
+\ensuremath{%
+6.63e-34}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at SI@full at PlanckNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% |\k at SI@full at PlanckNumeric| is the Planck constant in SI units with full precision.
+% Source: CODATA~2018
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at SI@full at PlanckNumeric}{%
+\ensuremath{%
+6.62607015e-34}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at cgs@short at PlanckNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% |\k at cgs@short at PlanckNumeric| is the Planck constant in cgs units with reduced
+% precision.
+% Source: CODATA~2018
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at cgs@short at PlanckNumeric}{%
+\ensuremath{%
+6.63e-27}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at cgs@full at PlanckNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% |\k at cgs@full at PlanckNumeric| is the Planck constant in cgs units with full precision.
+% Source: CODATA~2018
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at cgs@full at PlanckNumeric}{%
+\ensuremath{%
+6.62607015e-27}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at eV@short at PlanckNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% |\k at eV@short at PlanckNumeric| is the Planck constant in eV with reduced precision.
+% Source: CODATA~2018
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at eV@short at PlanckNumeric}{%
+\ensuremath{%
+4.14e-15}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at eV@full at PlanckNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% |\k at eV@full at PlanckNumeric| is the Planck constant in eV with full precision.
+% Source: CODATA~2018
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at eV@full at PlanckNumeric}{%
+\ensuremath{%
+4.13566770e-15}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\kPlanckNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% |\kPlanckNumeric| is the Planck constant.
+%
+%    \begin{macrocode}
+\ifx\cgsunits\undefined
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kPlanckNumeric}{%
+\k at SI@short at PlanckNumeric}
+\else
+\DeclareRobustCommand {\kPlanckNumeric}{%
+\k at SI@full at PlanckNumeric}
+\fi
+\else
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kPlanckNumeric}{%
+\k at cgs@short at PlanckNumeric}
+\else
+\DeclareRobustCommand {\kPlanckNumeric}{%
+\k at cgs@full at PlanckNumeric}
+\fi
+\fi
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\keVPlanckNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% |\keVPlanckNumeric| is the Planck constant.
+%
+%    \begin{macrocode}
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\keVPlanckNumeric}{%
+\k at eV@short at PlanckNumeric}
+\else
+\DeclareRobustCommand {\keVPlanckNumeric}{%
+\k at eV@full at PlanckNumeric}
+\fi
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
 % \begin{macro}{\k at SI@short at PlanckReduced}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
 % |\k at SI@short at PlanckReduced| is the Reduced Planck constant
 % $\left(\frac{h}{2\pi}\right)$ in SI units with reduced precision.
 % Source: Calculated
@@ -5560,6 +11981,7 @@
 %<*package>
 %\fi
 % \begin{macro}{\k at SI@full at PlanckReduced}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
 % |\k at SI@full at PlanckReduced| is the Reduced Planck constant
 % $\left(\frac{h}{2\pi}\right)$ in SI units with full precision.
 % Source: Calculated
@@ -5581,6 +12003,7 @@
 %<*package>
 %\fi
 % \begin{macro}{\k at cgs@short at PlanckReduced}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
 % |\k at cgs@short at PlanckReduced| is the Reduced Planck constant
 % $\left(\frac{h}{2\pi}\right)$ in cgs units with reduced precision.
 % Source: Calculated
@@ -5600,6 +12023,7 @@
 %<*package>
 %\fi
 % \begin{macro}{\k at cgs@full at PlanckReduced}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
 % |\k at cgs@full at PlanckReduced| is the Reduced Planck constant
 % $\left(\frac{h}{2\pi}\right)$ in cgs units with full precision.
 % Source: Calculated
@@ -5621,6 +12045,7 @@
 %<*package>
 %\fi
 % \begin{macro}{\k at eV@short at PlanckReduced}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
 % |\k at eV@short at PlanckReduced| is the Reduced Planck constant
 % $\left(\frac{h}{2\pi}\right)$ in eV with reduced precision.
 % Source: Calculated
@@ -5640,6 +12065,7 @@
 %<*package>
 %\fi
 % \begin{macro}{\k at eV@full at PlanckReduced}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
 % |\k at eV@full at PlanckReduced| is the Reduced Planck constant
 % $\left(\frac{h}{2\pi}\right)$ in eV with full precision.
 % Source: Calculated
@@ -5661,6 +12087,7 @@
 %<*package>
 %\fi
 % \begin{macro}{\kPlanckReduced}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
 % |\kPlanckReduced| is the Reduced Planck constant
 % $\left(\frac{h}{2\pi}\right)$.
 %
@@ -5692,6 +12119,7 @@
 %<*package>
 %\fi
 % \begin{macro}{\keVPlanckReduced}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
 % |\keVPlanckReduced| is the Reduced Planck constant
 % $\left(\frac{h}{2\pi}\right)$.
 %
@@ -5712,7 +12140,176 @@
 %\iffalse
 %<*package>
 %\fi
+% \begin{macro}{\k at SI@short at PlanckReducedNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% |\k at SI@short at PlanckReducedNumeric| is the Reduced Planck constant
+% $\left(\frac{h}{2\pi}\right)$ in SI units with reduced precision.
+% Source: Calculated
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at SI@short at PlanckReducedNumeric}{%
+\ensuremath{%
+1.05e-34}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at SI@full at PlanckReducedNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% |\k at SI@full at PlanckReducedNumeric| is the Reduced Planck constant
+% $\left(\frac{h}{2\pi}\right)$ in SI units with full precision.
+% Source: Calculated
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at SI@full at PlanckReducedNumeric}{%
+\ensuremath{%
+1.05457182e-34}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at cgs@short at PlanckReducedNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% |\k at cgs@short at PlanckReducedNumeric| is the Reduced Planck constant
+% $\left(\frac{h}{2\pi}\right)$ in cgs units with reduced precision.
+% Source: Calculated
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at cgs@short at PlanckReducedNumeric}{%
+\ensuremath{%
+1.05e-27}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at cgs@full at PlanckReducedNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% |\k at cgs@full at PlanckReducedNumeric| is the Reduced Planck constant
+% $\left(\frac{h}{2\pi}\right)$ in cgs units with full precision.
+% Source: Calculated
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at cgs@full at PlanckReducedNumeric}{%
+\ensuremath{%
+1.05457182e-27}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at eV@short at PlanckReducedNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% |\k at eV@short at PlanckReducedNumeric| is the Reduced Planck constant
+% $\left(\frac{h}{2\pi}\right)$ in eV with reduced precision.
+% Source: Calculated
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at eV@short at PlanckReducedNumeric}{%
+\ensuremath{%
+6.58e-16}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at eV@full at PlanckReducedNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% |\k at eV@full at PlanckReducedNumeric| is the Reduced Planck constant
+% $\left(\frac{h}{2\pi}\right)$ in eV with full precision.
+% Source: Calculated
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at eV@full at PlanckReducedNumeric}{%
+\ensuremath{%
+6.58211957e-16}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\kPlanckReducedNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% |\kPlanckReducedNumeric| is the Reduced Planck constant
+% $\left(\frac{h}{2\pi}\right)$.
+%
+%    \begin{macrocode}
+\ifx\cgsunits\undefined
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kPlanckReducedNumeric}{%
+\k at SI@short at PlanckReducedNumeric}
+\else
+\DeclareRobustCommand {\kPlanckReducedNumeric}{%
+\k at SI@full at PlanckReducedNumeric}
+\fi
+\else
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kPlanckReducedNumeric}{%
+\k at cgs@short at PlanckReducedNumeric}
+\else
+\DeclareRobustCommand {\kPlanckReducedNumeric}{%
+\k at cgs@full at PlanckReducedNumeric}
+\fi
+\fi
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\keVPlanckReducedNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% |\keVPlanckReducedNumeric| is the Reduced Planck constant
+% $\left(\frac{h}{2\pi}\right)$.
+%
+%    \begin{macrocode}
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\keVPlanckReducedNumeric}{%
+\k at eV@short at PlanckReducedNumeric}
+\else
+\DeclareRobustCommand {\keVPlanckReducedNumeric}{%
+\k at eV@full at PlanckReducedNumeric}
+\fi
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
 % \begin{macro}{\k at SI@short at Gravity}
+% \changes{v1.1.0}{2020/02/03}{Fix value of constant.}
 % |\k at SI@short at Gravity| is Newton's gravitational constant in SI units with
 % reduced precision.
 % Source: CODATA~2018
@@ -5721,7 +12318,7 @@
 \DeclareRobustCommand{\k at SI@short at Gravity}{%
 \ensuremath{%
 6.67%
-\times 10^{-15}\N\kg^{-2}\m^2}}
+\times 10^{-11}\N\kg^{-2}\m^2}}
 %    \end{macrocode}
 % \end{macro}
 %
@@ -5732,6 +12329,7 @@
 %<*package>
 %\fi
 % \begin{macro}{\k at SI@full at Gravity}
+% \changes{v1.1.0}{2020/02/03}{Fix value of constant.}
 % |\k at SI@full at Gravity| is Newton's gravitational constant in SI units with full
 % precision.
 % Source: CODATA~2018
@@ -5741,7 +12339,7 @@
 \ensuremath{%
 6.674\expandafter\physconst at decimalsseparator%
 30%
-\times 10^{-15}\N\kg^{-2}\m^2}}
+\times 10^{-11}\N\kg^{-2}\m^2}}
 %    \end{macrocode}
 % \end{macro}
 %
@@ -5752,6 +12350,7 @@
 %<*package>
 %\fi
 % \begin{macro}{\k at cgs@short at Gravity}
+% \changes{v1.1.0}{2020/02/03}{Fix value of constant.}
 % |\k at cgs@short at Gravity| is Newton's gravitational constant in cgs units with
 % reduced precision.
 % Source: CODATA~2018
@@ -5771,6 +12370,7 @@
 %<*package>
 %\fi
 % \begin{macro}{\k at cgs@full at Gravity}
+% \changes{v1.1.0}{2020/02/03}{Fix value of constant.}
 % |\k at cgs@full at Gravity| is Newton's gravitational constant in cgs units with
 % full precision.
 % Source: CODATA~2018
@@ -5791,6 +12391,7 @@
 %<*package>
 %\fi
 % \begin{macro}{\kGravity}
+% \changes{v1.1.0}{2020/02/03}{Fix value of constant.}
 % |\kGravity| is Newton's gravitational constant.
 %
 %    \begin{macrocode}
@@ -5820,7 +12421,115 @@
 %\iffalse
 %<*package>
 %\fi
+% \begin{macro}{\k at SI@short at GravityNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix value of constant.}
+% |\k at SI@short at GravityNumeric| is Newton's gravitational constant in SI units with
+% reduced precision.
+% Source: CODATA~2018
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at SI@short at GravityNumeric}{%
+\ensuremath{%
+6.67e-11}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at SI@full at GravityNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix value of constant.}
+% |\k at SI@full at GravityNumeric| is Newton's gravitational constant in SI units with full
+% precision.
+% Source: CODATA~2018
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at SI@full at GravityNumeric}{%
+\ensuremath{%
+6.67430e-11}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at cgs@short at GravityNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix value of constant.}
+% |\k at cgs@short at GravityNumeric| is Newton's gravitational constant in cgs units with
+% reduced precision.
+% Source: CODATA~2018
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at cgs@short at GravityNumeric}{%
+\ensuremath{%
+6.67e-08}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at cgs@full at GravityNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix value of constant.}
+% |\k at cgs@full at GravityNumeric| is Newton's gravitational constant in cgs units with
+% full precision.
+% Source: CODATA~2018
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at cgs@full at GravityNumeric}{%
+\ensuremath{%
+6.67430e-08}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\kGravityNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix value of constant.}
+% |\kGravityNumeric| is Newton's gravitational constant.
+%
+%    \begin{macrocode}
+\ifx\cgsunits\undefined
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kGravityNumeric}{%
+\k at SI@short at GravityNumeric}
+\else
+\DeclareRobustCommand {\kGravityNumeric}{%
+\k at SI@full at GravityNumeric}
+\fi
+\else
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kGravityNumeric}{%
+\k at cgs@short at GravityNumeric}
+\else
+\DeclareRobustCommand {\kGravityNumeric}{%
+\k at cgs@full at GravityNumeric}
+\fi
+\fi
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
 % \begin{macro}{\k at SI@short at StefanBoltzmann}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
 % |\k at SI@short at StefanBoltzmann| is the Stefan-Boltzmann blackbody constant
 % $\left(\frac{2\pi^5k_\mathrm{B}}{15h^3c^2}\right)$ in SI units with reduced
 % precision.
@@ -5830,7 +12539,7 @@
 \DeclareRobustCommand{\k at SI@short at StefanBoltzmann}{%
 \ensuremath{%
 5.67%
-\times 10^{-6}\J\Kelvin^{-4}\m^{-2}\Sec^{-1}}}
+\times 10^{-8}\J\Kelvin^{-4}\m^{-2}\Sec^{-1}}}
 %    \end{macrocode}
 % \end{macro}
 %
@@ -5841,6 +12550,7 @@
 %<*package>
 %\fi
 % \begin{macro}{\k at SI@full at StefanBoltzmann}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
 % |\k at SI@full at StefanBoltzmann| is the Stefan-Boltzmann blackbody constant
 % $\left(\frac{2\pi^5k_\mathrm{B}}{15h^3c^2}\right)$ in SI units with full
 % precision.
@@ -5851,7 +12561,7 @@
 \ensuremath{%
 5.670\expandafter\physconst at decimalsseparator%
 374%
-\times 10^{-6}\J\Kelvin^{-4}\m^{-2}\Sec^{-1}}}
+\times 10^{-8}\J\Kelvin^{-4}\m^{-2}\Sec^{-1}}}
 %    \end{macrocode}
 % \end{macro}
 %
@@ -5862,6 +12572,7 @@
 %<*package>
 %\fi
 % \begin{macro}{\k at cgs@short at StefanBoltzmann}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
 % |\k at cgs@short at StefanBoltzmann| is the Stefan-Boltzmann blackbody constant
 % $\left(\frac{2\pi^5k_\mathrm{B}}{15h^3c^2}\right)$ in cgs units with reduced
 % precision.
@@ -5882,6 +12593,7 @@
 %<*package>
 %\fi
 % \begin{macro}{\k at cgs@full at StefanBoltzmann}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
 % |\k at cgs@full at StefanBoltzmann| is the Stefan-Boltzmann blackbody constant
 % $\left(\frac{2\pi^5k_\mathrm{B}}{15h^3c^2}\right)$ in cgs units with full
 % precision.
@@ -5903,6 +12615,7 @@
 %<*package>
 %\fi
 % \begin{macro}{\kStefanBoltzmann}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
 % |\kStefanBoltzmann| is the Stefan-Boltzmann blackbody constant
 % $\left(\frac{2\pi^5k_\mathrm{B}}{15h^3c^2}\right)$.
 %
@@ -5933,6 +12646,118 @@
 %\iffalse
 %<*package>
 %\fi
+% \begin{macro}{\k at SI@short at StefanBoltzmannNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% |\k at SI@short at StefanBoltzmannNumeric| is the Stefan-Boltzmann blackbody constant
+% $\left(\frac{2\pi^5k_\mathrm{B}}{15h^3c^2}\right)$ in SI units with reduced
+% precision.
+% Source: Calculated
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at SI@short at StefanBoltzmannNumeric}{%
+\ensuremath{%
+5.67e-08}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at SI@full at StefanBoltzmannNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% |\k at SI@full at StefanBoltzmannNumeric| is the Stefan-Boltzmann blackbody constant
+% $\left(\frac{2\pi^5k_\mathrm{B}}{15h^3c^2}\right)$ in SI units with full
+% precision.
+% Source: Calculated
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at SI@full at StefanBoltzmannNumeric}{%
+\ensuremath{%
+5.670374e-08}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at cgs@short at StefanBoltzmannNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% |\k at cgs@short at StefanBoltzmannNumeric| is the Stefan-Boltzmann blackbody constant
+% $\left(\frac{2\pi^5k_\mathrm{B}}{15h^3c^2}\right)$ in cgs units with reduced
+% precision.
+% Source: Calculated
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at cgs@short at StefanBoltzmannNumeric}{%
+\ensuremath{%
+5.67e-05}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at cgs@full at StefanBoltzmannNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% |\k at cgs@full at StefanBoltzmannNumeric| is the Stefan-Boltzmann blackbody constant
+% $\left(\frac{2\pi^5k_\mathrm{B}}{15h^3c^2}\right)$ in cgs units with full
+% precision.
+% Source: Calculated
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at cgs@full at StefanBoltzmannNumeric}{%
+\ensuremath{%
+5.670374e-05}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\kStefanBoltzmannNumeric}
+% \changes{v1.1.0}{2020/02/03}{Fix order of magnitude of constant.}
+% |\kStefanBoltzmannNumeric| is the Stefan-Boltzmann blackbody constant
+% $\left(\frac{2\pi^5k_\mathrm{B}}{15h^3c^2}\right)$.
+%
+%    \begin{macrocode}
+\ifx\cgsunits\undefined
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kStefanBoltzmannNumeric}{%
+\k at SI@short at StefanBoltzmannNumeric}
+\else
+\DeclareRobustCommand {\kStefanBoltzmannNumeric}{%
+\k at SI@full at StefanBoltzmannNumeric}
+\fi
+\else
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kStefanBoltzmannNumeric}{%
+\k at cgs@short at StefanBoltzmannNumeric}
+\else
+\DeclareRobustCommand {\kStefanBoltzmannNumeric}{%
+\k at cgs@full at StefanBoltzmannNumeric}
+\fi
+\fi
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
 % \begin{macro}{\k at SI@short at Radiation}
 % |\k at SI@short at Radiation| is the radiation constant, $a
 % \left(\frac{8\pi^5k_\mathrm{B}^4}{15c^3h^3}\right)$ in SI units with reduced
@@ -6046,6 +12871,113 @@
 %\iffalse
 %<*package>
 %\fi
+% \begin{macro}{\k at SI@short at RadiationNumeric}
+% |\k at SI@short at RadiationNumeric| is the radiation constant, $a
+% \left(\frac{8\pi^5k_\mathrm{B}^4}{15c^3h^3}\right)$ in SI units with reduced
+% precision.
+% Source: Calculated
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at SI@short at RadiationNumeric}{%
+\ensuremath{%
+7.57e-16}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at SI@full at RadiationNumeric}
+% |\k at SI@full at RadiationNumeric| is the radiation constant, $a
+% \left(\frac{8\pi^5k_\mathrm{B}^4}{15c^3h^3}\right)$ in SI units with full
+% precision.
+% Source: Calculated
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at SI@full at RadiationNumeric}{%
+\ensuremath{%
+7.565733e-16}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at cgs@short at RadiationNumeric}
+% |\k at cgs@short at RadiationNumeric| is the radiation constant, $a
+% \left(\frac{8\pi^5k_\mathrm{B}^4}{15c^3h^3}\right)$ in cgs units with reduced
+% precision.
+% Source: Calculated
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at cgs@short at RadiationNumeric}{%
+\ensuremath{%
+7.57e-15}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at cgs@full at RadiationNumeric}
+% |\k at cgs@full at RadiationNumeric| is the radiation constant, $a
+% \left(\frac{8\pi^5k_\mathrm{B}^4}{15c^3h^3}\right)$ in cgs units with full
+% precision.
+% Source: Calculated
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at cgs@full at RadiationNumeric}{%
+\ensuremath{%
+7.565733e-15}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\kRadiationNumeric}
+% |\kRadiationNumeric| is the radiation constant, $a
+% \left(\frac{8\pi^5k_\mathrm{B}^4}{15c^3h^3}\right)$.
+%
+%    \begin{macrocode}
+\ifx\cgsunits\undefined
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kRadiationNumeric}{%
+\k at SI@short at RadiationNumeric}
+\else
+\DeclareRobustCommand {\kRadiationNumeric}{%
+\k at SI@full at RadiationNumeric}
+\fi
+\else
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kRadiationNumeric}{%
+\k at cgs@short at RadiationNumeric}
+\else
+\DeclareRobustCommand {\kRadiationNumeric}{%
+\k at cgs@full at RadiationNumeric}
+\fi
+\fi
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
 % \begin{macro}{\k at short@FineStructure}
 % |\k at short@FineStructure| is the fine structure constant with reduced
 % precision.
@@ -6105,6 +13037,61 @@
 %\iffalse
 %<*package>
 %\fi
+% \begin{macro}{\k at short@FineStructureNumeric}
+% |\k at short@FineStructureNumeric| is the fine structure constant with reduced
+% precision.
+% Source: Calculated
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at short@FineStructureNumeric}{%
+\ensuremath{%
+7.30e-03}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at full@FineStructureNumeric}
+% |\k at full@FineStructureNumeric| is the fine structure constant with full precision.
+% Source: Calculated
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at full@FineStructureNumeric}{%
+\ensuremath{%
+7.29735257e-03}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\kFineStructureNumeric}
+% |\kFineStructureNumeric| is the fine structure constant.
+%
+%    \begin{macrocode}
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kFineStructureNumeric}{%
+\k at short@FineStructureNumeric}
+\else
+\DeclareRobustCommand {\kFineStructureNumeric}{%
+\k at full@FineStructureNumeric}
+\fi
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
 % \begin{macro}{\k at short@FineStructureReciprocal}
 % |\k at short@FineStructureReciprocal| is the reciprocal of the fine structure
 % constant with reduced precision.
@@ -6165,6 +13152,62 @@
 %\iffalse
 %<*package>
 %\fi
+% \begin{macro}{\k at short@FineStructureReciprocalNumeric}
+% |\k at short@FineStructureReciprocalNumeric| is the reciprocal of the fine structure
+% constant with reduced precision.
+% Source: Calculated
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at short@FineStructureReciprocalNumeric}{%
+\ensuremath{%
+1.37e+02}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at full@FineStructureReciprocalNumeric}
+% |\k at full@FineStructureReciprocalNumeric| is the reciprocal of the fine structure
+% constant with full precision.
+% Source: Calculated
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at full@FineStructureReciprocalNumeric}{%
+\ensuremath{%
+1.37035999e+02}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\kFineStructureReciprocalNumeric}
+% |\kFineStructureReciprocalNumeric| is the reciprocal of the fine structure constant.
+%
+%    \begin{macrocode}
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kFineStructureReciprocalNumeric}{%
+\k at short@FineStructureReciprocalNumeric}
+\else
+\DeclareRobustCommand {\kFineStructureReciprocalNumeric}{%
+\k at full@FineStructureReciprocalNumeric}
+\fi
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
 % \begin{macro}{\k at short@Avogadro}
 % |\k at short@Avogadro| is Avogadro's Number (the number of particles in a mole)
 % with reduced precision.
@@ -6222,6 +13265,62 @@
 %\iffalse
 %</package>
 %\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at short@AvogadroNumeric}
+% |\k at short@AvogadroNumeric| is Avogadro's Number (the number of particles in a mole)
+% with reduced precision.
+% Source: CODATA~2018
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at short@AvogadroNumeric}{%
+\ensuremath{%
+6.02e+23}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\k at full@AvogadroNumeric}
+% |\k at full@AvogadroNumeric| is Avogadro's Number (the number of particles in a mole)
+% with full precision.
+% Source: CODATA~2018
+%
+%    \begin{macrocode}
+\DeclareRobustCommand{\k at full@AvogadroNumeric}{%
+\ensuremath{%
+6.02240760e+23}}
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
+%\iffalse
+%<*package>
+%\fi
+% \begin{macro}{\kAvogadroNumeric}
+% |\kAvogadroNumeric| is Avogadro's Number (the number of particles in a mole).
+%
+%    \begin{macrocode}
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kAvogadroNumeric}{%
+\k at short@AvogadroNumeric}
+\else
+\DeclareRobustCommand {\kAvogadroNumeric}{%
+\k at full@AvogadroNumeric}
+\fi
+%    \end{macrocode}
+% \end{macro}
+%
+%\iffalse
+%</package>
+%\fi
 % \CheckSum{0}
 % \Finale
 \makeatother

Modified: trunk/Master/texmf-dist/tex/latex/physconst/physconst.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/physconst/physconst.sty	2020-02-04 22:19:11 UTC (rev 53673)
+++ trunk/Master/texmf-dist/tex/latex/physconst/physconst.sty	2020-02-04 22:19:29 UTC (rev 53674)
@@ -41,7 +41,7 @@
 \DeclareRobustCommand{\k at SI@short at MassElectron}{%
 \ensuremath{%
 9.11%
-\times 10^{-34}\kg}}
+\times 10^{-31}\kg}}
 \DeclareRobustCommand{\k at SI@full at MassElectron}{%
 \ensuremath{%
 9.108\expandafter\physconst at decimalsseparator%
@@ -48,11 +48,11 @@
 980\expandafter\physconst at decimalsseparator%
 087\expandafter\physconst at decimalsseparator%
 382%
-\times 10^{-34}\kg}}
+\times 10^{-31}\kg}}
 \DeclareRobustCommand{\k at cgs@short at MassElectron}{%
 \ensuremath{%
 9.11%
-\times 10^{-31}\gm}}
+\times 10^{-28}\gm}}
 \DeclareRobustCommand{\k at cgs@full at MassElectron}{%
 \ensuremath{%
 9.108\expandafter\physconst at decimalsseparator%
@@ -59,18 +59,18 @@
 980\expandafter\physconst at decimalsseparator%
 087\expandafter\physconst at decimalsseparator%
 382%
-\times 10^{-31}\gm}}
+\times 10^{-28}\gm}}
 \DeclareRobustCommand{\k at eV@short at MassElectron}{%
 \ensuremath{%
-5.69%
-\times 10^{-19}\eV\,c^{-2}}}
+5.11%
+\times 10^{5}\eV\,c^{-2}}}
 \DeclareRobustCommand{\k at eV@full at MassElectron}{%
 \ensuremath{%
-5.685\expandafter\physconst at decimalsseparator%
-378\expandafter\physconst at decimalsseparator%
-187\expandafter\physconst at decimalsseparator%
-448%
-\times 10^{-19}\eV\,c^{-2}}}
+5.109\expandafter\physconst at decimalsseparator%
+763\expandafter\physconst at decimalsseparator%
+089\expandafter\physconst at decimalsseparator%
+046%
+\times 10^{5}\eV\,c^{-2}}}
 \ifx\cgsunits\undefined
 \ifx\shortconst\undefined
 \DeclareRobustCommand {\kMassElectron}{%
@@ -95,10 +95,52 @@
 \DeclareRobustCommand {\keVMassElectron}{%
 \k at eV@full at MassElectron}
 \fi
+\DeclareRobustCommand{\k at SI@short at MassElectronNumeric}{%
+\ensuremath{%
+9.11e-31}}
+\DeclareRobustCommand{\k at SI@full at MassElectronNumeric}{%
+\ensuremath{%
+9.108980087382e-31}}
+\DeclareRobustCommand{\k at cgs@short at MassElectronNumeric}{%
+\ensuremath{%
+9.11e-28}}
+\DeclareRobustCommand{\k at cgs@full at MassElectronNumeric}{%
+\ensuremath{%
+9.108980087382e-28}}
+\DeclareRobustCommand{\k at eV@short at MassElectronNumeric}{%
+\ensuremath{%
+5.11e+05}}
+\DeclareRobustCommand{\k at eV@full at MassElectronNumeric}{%
+\ensuremath{%
+5.109763089046e+05}}
+\ifx\cgsunits\undefined
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kMassElectronNumeric}{%
+\k at SI@short at MassElectronNumeric}
+\else
+\DeclareRobustCommand {\kMassElectronNumeric}{%
+\k at SI@full at MassElectronNumeric}
+\fi
+\else
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kMassElectronNumeric}{%
+\k at cgs@short at MassElectronNumeric}
+\else
+\DeclareRobustCommand {\kMassElectronNumeric}{%
+\k at cgs@full at MassElectronNumeric}
+\fi
+\fi
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\keVMassElectronNumeric}{%
+\k at eV@short at MassElectronNumeric}
+\else
+\DeclareRobustCommand {\keVMassElectronNumeric}{%
+\k at eV@full at MassElectronNumeric}
+\fi
 \DeclareRobustCommand{\k at SI@short at MassProton}{%
 \ensuremath{%
 1.67%
-\times 10^{-30}\kg}}
+\times 10^{-27}\kg}}
 \DeclareRobustCommand{\k at SI@full at MassProton}{%
 \ensuremath{%
 1.672\expandafter\physconst at decimalsseparator%
@@ -105,11 +147,11 @@
 547\expandafter\physconst at decimalsseparator%
 813\expandafter\physconst at decimalsseparator%
 969%
-\times 10^{-30}\kg}}
+\times 10^{-27}\kg}}
 \DeclareRobustCommand{\k at cgs@short at MassProton}{%
 \ensuremath{%
 1.67%
-\times 10^{-27}\gm}}
+\times 10^{-24}\gm}}
 \DeclareRobustCommand{\k at cgs@full at MassProton}{%
 \ensuremath{%
 1.672\expandafter\physconst at decimalsseparator%
@@ -116,18 +158,18 @@
 547\expandafter\physconst at decimalsseparator%
 813\expandafter\physconst at decimalsseparator%
 969%
-\times 10^{-27}\gm}}
+\times 10^{-24}\gm}}
 \DeclareRobustCommand{\k at eV@short at MassProton}{%
 \ensuremath{%
-1.04%
-\times 10^{-15}\eV\,c^{-2}}}
+9.38%
+\times 10^{8}\eV\,c^{-2}}}
 \DeclareRobustCommand{\k at eV@full at MassProton}{%
 \ensuremath{%
-1.043\expandafter\physconst at decimalsseparator%
-922\expandafter\physconst at decimalsseparator%
-235\expandafter\physconst at decimalsseparator%
-836%
-\times 10^{-15}\eV\,c^{-2}}}
+9.382\expandafter\physconst at decimalsseparator%
+305\expandafter\physconst at decimalsseparator%
+156\expandafter\physconst at decimalsseparator%
+558%
+\times 10^{8}\eV\,c^{-2}}}
 \ifx\cgsunits\undefined
 \ifx\shortconst\undefined
 \DeclareRobustCommand {\kMassProton}{%
@@ -152,10 +194,52 @@
 \DeclareRobustCommand {\keVMassProton}{%
 \k at eV@full at MassProton}
 \fi
+\DeclareRobustCommand{\k at SI@short at MassProtonNumeric}{%
+\ensuremath{%
+1.67e-27}}
+\DeclareRobustCommand{\k at SI@full at MassProtonNumeric}{%
+\ensuremath{%
+1.672547813969e-27}}
+\DeclareRobustCommand{\k at cgs@short at MassProtonNumeric}{%
+\ensuremath{%
+1.67e-24}}
+\DeclareRobustCommand{\k at cgs@full at MassProtonNumeric}{%
+\ensuremath{%
+1.672547813969e-24}}
+\DeclareRobustCommand{\k at eV@short at MassProtonNumeric}{%
+\ensuremath{%
+9.38e+08}}
+\DeclareRobustCommand{\k at eV@full at MassProtonNumeric}{%
+\ensuremath{%
+9.382305156558e+08}}
+\ifx\cgsunits\undefined
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kMassProtonNumeric}{%
+\k at SI@short at MassProtonNumeric}
+\else
+\DeclareRobustCommand {\kMassProtonNumeric}{%
+\k at SI@full at MassProtonNumeric}
+\fi
+\else
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kMassProtonNumeric}{%
+\k at cgs@short at MassProtonNumeric}
+\else
+\DeclareRobustCommand {\kMassProtonNumeric}{%
+\k at cgs@full at MassProtonNumeric}
+\fi
+\fi
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\keVMassProtonNumeric}{%
+\k at eV@short at MassProtonNumeric}
+\else
+\DeclareRobustCommand {\keVMassProtonNumeric}{%
+\k at eV@full at MassProtonNumeric}
+\fi
 \DeclareRobustCommand{\k at SI@short at MassHydrogen}{%
 \ensuremath{%
 1.67%
-\times 10^{-30}\kg}}
+\times 10^{-27}\kg}}
 \DeclareRobustCommand{\k at SI@full at MassHydrogen}{%
 \ensuremath{%
 1.673\expandafter\physconst at decimalsseparator%
@@ -162,11 +246,11 @@
 458\expandafter\physconst at decimalsseparator%
 687\expandafter\physconst at decimalsseparator%
 724%
-\times 10^{-30}\kg}}
+\times 10^{-27}\kg}}
 \DeclareRobustCommand{\k at cgs@short at MassHydrogen}{%
 \ensuremath{%
 1.67%
-\times 10^{-27}\gm}}
+\times 10^{-24}\gm}}
 \DeclareRobustCommand{\k at cgs@full at MassHydrogen}{%
 \ensuremath{%
 1.673\expandafter\physconst at decimalsseparator%
@@ -173,18 +257,18 @@
 458\expandafter\physconst at decimalsseparator%
 687\expandafter\physconst at decimalsseparator%
 724%
-\times 10^{-27}\gm}}
+\times 10^{-24}\gm}}
 \DeclareRobustCommand{\k at eV@short at MassHydrogen}{%
 \ensuremath{%
-1.04%
-\times 10^{-15}\eV\,c^{-2}}}
+9.39%
+\times 10^{8}\eV\,c^{-2}}}
 \DeclareRobustCommand{\k at eV@full at MassHydrogen}{%
 \ensuremath{%
-1.044\expandafter\physconst at decimalsseparator%
-490\expandafter\physconst at decimalsseparator%
-758\expandafter\physconst at decimalsseparator%
-517%
-\times 10^{-15}\eV\,c^{-2}}}
+9.387\expandafter\physconst at decimalsseparator%
+414\expandafter\physconst at decimalsseparator%
+783\expandafter\physconst at decimalsseparator%
+596%
+\times 10^{8}\eV\,c^{-2}}}
 \ifx\cgsunits\undefined
 \ifx\shortconst\undefined
 \DeclareRobustCommand {\kMassHydrogen}{%
@@ -209,6 +293,48 @@
 \DeclareRobustCommand {\keVMassHydrogen}{%
 \k at eV@full at MassHydrogen}
 \fi
+\DeclareRobustCommand{\k at SI@short at MassHydrogenNumeric}{%
+\ensuremath{%
+1.67e-27}}
+\DeclareRobustCommand{\k at SI@full at MassHydrogenNumeric}{%
+\ensuremath{%
+1.673458687724e-27}}
+\DeclareRobustCommand{\k at cgs@short at MassHydrogenNumeric}{%
+\ensuremath{%
+1.67e-24}}
+\DeclareRobustCommand{\k at cgs@full at MassHydrogenNumeric}{%
+\ensuremath{%
+1.673458687724e-24}}
+\DeclareRobustCommand{\k at eV@short at MassHydrogenNumeric}{%
+\ensuremath{%
+9.39e+08}}
+\DeclareRobustCommand{\k at eV@full at MassHydrogenNumeric}{%
+\ensuremath{%
+9.387414783596e+08}}
+\ifx\cgsunits\undefined
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kMassHydrogenNumeric}{%
+\k at SI@short at MassHydrogenNumeric}
+\else
+\DeclareRobustCommand {\kMassHydrogenNumeric}{%
+\k at SI@full at MassHydrogenNumeric}
+\fi
+\else
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kMassHydrogenNumeric}{%
+\k at cgs@short at MassHydrogenNumeric}
+\else
+\DeclareRobustCommand {\kMassHydrogenNumeric}{%
+\k at cgs@full at MassHydrogenNumeric}
+\fi
+\fi
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\keVMassHydrogenNumeric}{%
+\k at eV@short at MassHydrogenNumeric}
+\else
+\DeclareRobustCommand {\keVMassHydrogenNumeric}{%
+\k at eV@full at MassHydrogenNumeric}
+\fi
 \DeclareRobustCommand{\k at SI@short at MassSun}{%
 \ensuremath{%
 1.99%
@@ -246,10 +372,98 @@
 \k at cgs@full at MassSun}
 \fi
 \fi
+\DeclareRobustCommand{\k at SI@short at MassSunNumeric}{%
+\ensuremath{%
+1.99e+30}}
+\DeclareRobustCommand{\k at SI@full at MassSunNumeric}{%
+\ensuremath{%
+1.9884099e+30}}
+\DeclareRobustCommand{\k at cgs@short at MassSunNumeric}{%
+\ensuremath{%
+1.99e+33}}
+\DeclareRobustCommand{\k at cgs@full at MassSunNumeric}{%
+\ensuremath{%
+1.9884099e+33}}
+\ifx\cgsunits\undefined
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kMassSunNumeric}{%
+\k at SI@short at MassSunNumeric}
+\else
+\DeclareRobustCommand {\kMassSunNumeric}{%
+\k at SI@full at MassSunNumeric}
+\fi
+\else
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kMassSunNumeric}{%
+\k at cgs@short at MassSunNumeric}
+\else
+\DeclareRobustCommand {\kMassSunNumeric}{%
+\k at cgs@full at MassSunNumeric}
+\fi
+\fi
+\DeclareRobustCommand{\k at short@MassEarth}{%
+\ensuremath{%
+5.97%
+\times 10^{24}\kg}}
+\DeclareRobustCommand{\k at full@MassEarth}{%
+\ensuremath{%
+5.972\expandafter\physconst at decimalsseparator%
+168%
+\times 10^{24}\kg}}
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kMassEarth}{%
+\k at short@MassEarth}
+\else
+\DeclareRobustCommand {\kMassEarth}{%
+\k at full@MassEarth}
+\fi
+\DeclareRobustCommand{\k at short@MassEarthNumeric}{%
+\ensuremath{%
+5.97e+24}}
+\DeclareRobustCommand{\k at full@MassEarthNumeric}{%
+\ensuremath{%
+5.972168e+24}}
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kMassEarthNumeric}{%
+\k at short@MassEarthNumeric}
+\else
+\DeclareRobustCommand {\kMassEarthNumeric}{%
+\k at full@MassEarthNumeric}
+\fi
+\DeclareRobustCommand{\k at short@MassJupiter}{%
+\ensuremath{%
+1.90%
+\times 10^{27}\kg}}
+\DeclareRobustCommand{\k at full@MassJupiter}{%
+\ensuremath{%
+1.898\expandafter\physconst at decimalsseparator%
+124\expandafter\physconst at decimalsseparator%
+6%
+\times 10^{27}\kg}}
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kMassJupiter}{%
+\k at short@MassJupiter}
+\else
+\DeclareRobustCommand {\kMassJupiter}{%
+\k at full@MassJupiter}
+\fi
+\DeclareRobustCommand{\k at short@MassJupiterNumeric}{%
+\ensuremath{%
+1.90e+27}}
+\DeclareRobustCommand{\k at full@MassJupiterNumeric}{%
+\ensuremath{%
+1.8981246e+27}}
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kMassJupiterNumeric}{%
+\k at short@MassJupiterNumeric}
+\else
+\DeclareRobustCommand {\kMassJupiterNumeric}{%
+\k at full@MassJupiterNumeric}
+\fi
 \DeclareRobustCommand{\k at SI@short at MassAMU}{%
 \ensuremath{%
 1.66%
-\times 10^{-30}\kg}}
+\times 10^{-27}\kg}}
 \DeclareRobustCommand{\k at SI@full at MassAMU}{%
 \ensuremath{%
 1.660\expandafter\physconst at decimalsseparator%
@@ -256,11 +470,11 @@
 465\expandafter\physconst at decimalsseparator%
 492\expandafter\physconst at decimalsseparator%
 239%
-\times 10^{-30}\kg}}
+\times 10^{-27}\kg}}
 \DeclareRobustCommand{\k at cgs@short at MassAMU}{%
 \ensuremath{%
 1.66%
-\times 10^{-27}\gm}}
+\times 10^{-24}\gm}}
 \DeclareRobustCommand{\k at cgs@full at MassAMU}{%
 \ensuremath{%
 1.660\expandafter\physconst at decimalsseparator%
@@ -267,18 +481,18 @@
 465\expandafter\physconst at decimalsseparator%
 492\expandafter\physconst at decimalsseparator%
 239%
-\times 10^{-27}\gm}}
+\times 10^{-24}\gm}}
 \DeclareRobustCommand{\k at eV@short at MassAMU}{%
 \ensuremath{%
-1.04%
-\times 10^{-15}\eV\,c^{-2}}}
+9.31%
+\times 10^{8}\eV\,c^{-2}}}
 \DeclareRobustCommand{\k at eV@full at MassAMU}{%
 \ensuremath{%
-1.036\expandafter\physconst at decimalsseparator%
-381\expandafter\physconst at decimalsseparator%
-043\expandafter\physconst at decimalsseparator%
-764%
-\times 10^{-15}\eV\,c^{-2}}}
+9.314\expandafter\physconst at decimalsseparator%
+528\expandafter\physconst at decimalsseparator%
+302\expandafter\physconst at decimalsseparator%
+276%
+\times 10^{8}\eV\,c^{-2}}}
 \ifx\cgsunits\undefined
 \ifx\shortconst\undefined
 \DeclareRobustCommand {\kMassAMU}{%
@@ -303,6 +517,48 @@
 \DeclareRobustCommand {\keVMassAMU}{%
 \k at eV@full at MassAMU}
 \fi
+\DeclareRobustCommand{\k at SI@short at MassAMUNumeric}{%
+\ensuremath{%
+1.66e-27}}
+\DeclareRobustCommand{\k at SI@full at MassAMUNumeric}{%
+\ensuremath{%
+1.660465492239e-27}}
+\DeclareRobustCommand{\k at cgs@short at MassAMUNumeric}{%
+\ensuremath{%
+1.66e-24}}
+\DeclareRobustCommand{\k at cgs@full at MassAMUNumeric}{%
+\ensuremath{%
+1.660465492239e-24}}
+\DeclareRobustCommand{\k at eV@short at MassAMUNumeric}{%
+\ensuremath{%
+9.31e+08}}
+\DeclareRobustCommand{\k at eV@full at MassAMUNumeric}{%
+\ensuremath{%
+9.314528302276e+08}}
+\ifx\cgsunits\undefined
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kMassAMUNumeric}{%
+\k at SI@short at MassAMUNumeric}
+\else
+\DeclareRobustCommand {\kMassAMUNumeric}{%
+\k at SI@full at MassAMUNumeric}
+\fi
+\else
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kMassAMUNumeric}{%
+\k at cgs@short at MassAMUNumeric}
+\else
+\DeclareRobustCommand {\kMassAMUNumeric}{%
+\k at cgs@full at MassAMUNumeric}
+\fi
+\fi
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\keVMassAMUNumeric}{%
+\k at eV@short at MassAMUNumeric}
+\else
+\DeclareRobustCommand {\keVMassAMUNumeric}{%
+\k at eV@full at MassAMUNumeric}
+\fi
 \DeclareRobustCommand{\k at SI@short at ChargeFundamental}{%
 \ensuremath{%
 1.60%
@@ -340,6 +596,35 @@
 \k at cgs@full at ChargeFundamental}
 \fi
 \fi
+\DeclareRobustCommand{\k at SI@short at ChargeFundamentalNumeric}{%
+\ensuremath{%
+1.60e-19}}
+\DeclareRobustCommand{\k at SI@full at ChargeFundamentalNumeric}{%
+\ensuremath{%
+1.602176634e-19}}
+\DeclareRobustCommand{\k at cgs@short at ChargeFundamentalNumeric}{%
+\ensuremath{%
+4.80e-10}}
+\DeclareRobustCommand{\k at cgs@full at ChargeFundamentalNumeric}{%
+\ensuremath{%
+4.803204713e-10}}
+\ifx\cgsunits\undefined
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kChargeFundamentalNumeric}{%
+\k at SI@short at ChargeFundamentalNumeric}
+\else
+\DeclareRobustCommand {\kChargeFundamentalNumeric}{%
+\k at SI@full at ChargeFundamentalNumeric}
+\fi
+\else
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kChargeFundamentalNumeric}{%
+\k at cgs@short at ChargeFundamentalNumeric}
+\else
+\DeclareRobustCommand {\kChargeFundamentalNumeric}{%
+\k at cgs@full at ChargeFundamentalNumeric}
+\fi
+\fi
 \DeclareRobustCommand{\k at SI@short at ChargeElectron}{%
 \ensuremath{%
 -1.60%
@@ -377,6 +662,35 @@
 \k at cgs@full at ChargeElectron}
 \fi
 \fi
+\DeclareRobustCommand{\k at SI@short at ChargeElectronNumeric}{%
+\ensuremath{%
+-1.60e-19}}
+\DeclareRobustCommand{\k at SI@full at ChargeElectronNumeric}{%
+\ensuremath{%
+-1.602176634e-19}}
+\DeclareRobustCommand{\k at cgs@short at ChargeElectronNumeric}{%
+\ensuremath{%
+-4.80e-10}}
+\DeclareRobustCommand{\k at cgs@full at ChargeElectronNumeric}{%
+\ensuremath{%
+-4.803204713e-10}}
+\ifx\cgsunits\undefined
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kChargeElectronNumeric}{%
+\k at SI@short at ChargeElectronNumeric}
+\else
+\DeclareRobustCommand {\kChargeElectronNumeric}{%
+\k at SI@full at ChargeElectronNumeric}
+\fi
+\else
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kChargeElectronNumeric}{%
+\k at cgs@short at ChargeElectronNumeric}
+\else
+\DeclareRobustCommand {\kChargeElectronNumeric}{%
+\k at cgs@full at ChargeElectronNumeric}
+\fi
+\fi
 \DeclareRobustCommand{\k at SI@short at ChargeProton}{%
 \ensuremath{%
 1.60%
@@ -414,26 +728,55 @@
 \k at cgs@full at ChargeProton}
 \fi
 \fi
+\DeclareRobustCommand{\k at SI@short at ChargeProtonNumeric}{%
+\ensuremath{%
+1.60e-19}}
+\DeclareRobustCommand{\k at SI@full at ChargeProtonNumeric}{%
+\ensuremath{%
+1.602176634e-19}}
+\DeclareRobustCommand{\k at cgs@short at ChargeProtonNumeric}{%
+\ensuremath{%
+4.80e-10}}
+\DeclareRobustCommand{\k at cgs@full at ChargeProtonNumeric}{%
+\ensuremath{%
+4.803204713e-10}}
+\ifx\cgsunits\undefined
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kChargeProtonNumeric}{%
+\k at SI@short at ChargeProtonNumeric}
+\else
+\DeclareRobustCommand {\kChargeProtonNumeric}{%
+\k at SI@full at ChargeProtonNumeric}
+\fi
+\else
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kChargeProtonNumeric}{%
+\k at cgs@short at ChargeProtonNumeric}
+\else
+\DeclareRobustCommand {\kChargeProtonNumeric}{%
+\k at cgs@full at ChargeProtonNumeric}
+\fi
+\fi
 \DeclareRobustCommand{\k at SI@short at RadiusBohr}{%
 \ensuremath{%
 5.29%
-\times 10^{-8}\m}}
+\times 10^{-11}\m}}
 \DeclareRobustCommand{\k at SI@full at RadiusBohr}{%
 \ensuremath{%
 5.292\expandafter\physconst at decimalsseparator%
 006\expandafter\physconst at decimalsseparator%
 59%
-\times 10^{-8}\m}}
+\times 10^{-11}\m}}
 \DeclareRobustCommand{\k at cgs@short at RadiusBohr}{%
 \ensuremath{%
 5.29%
-\times 10^{-6}\cm}}
+\times 10^{-9}\cm}}
 \DeclareRobustCommand{\k at cgs@full at RadiusBohr}{%
 \ensuremath{%
 5.292\expandafter\physconst at decimalsseparator%
 006\expandafter\physconst at decimalsseparator%
 59%
-\times 10^{-6}\cm}}
+\times 10^{-9}\cm}}
 \ifx\cgsunits\undefined
 \ifx\shortconst\undefined
 \DeclareRobustCommand {\kRadiusBohr}{%
@@ -451,6 +794,35 @@
 \k at cgs@full at RadiusBohr}
 \fi
 \fi
+\DeclareRobustCommand{\k at SI@short at RadiusBohrNumeric}{%
+\ensuremath{%
+5.29e-11}}
+\DeclareRobustCommand{\k at SI@full at RadiusBohrNumeric}{%
+\ensuremath{%
+5.29200659e-11}}
+\DeclareRobustCommand{\k at cgs@short at RadiusBohrNumeric}{%
+\ensuremath{%
+5.29e-09}}
+\DeclareRobustCommand{\k at cgs@full at RadiusBohrNumeric}{%
+\ensuremath{%
+5.29200659e-09}}
+\ifx\cgsunits\undefined
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kRadiusBohrNumeric}{%
+\k at SI@short at RadiusBohrNumeric}
+\else
+\DeclareRobustCommand {\kRadiusBohrNumeric}{%
+\k at SI@full at RadiusBohrNumeric}
+\fi
+\else
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kRadiusBohrNumeric}{%
+\k at cgs@short at RadiusBohrNumeric}
+\else
+\DeclareRobustCommand {\kRadiusBohrNumeric}{%
+\k at cgs@full at RadiusBohrNumeric}
+\fi
+\fi
 \DeclareRobustCommand{\k at SI@short at AstronomicalUnit}{%
 \ensuremath{%
 1.50%
@@ -488,6 +860,35 @@
 \k at cgs@full at AstronomicalUnit}
 \fi
 \fi
+\DeclareRobustCommand{\k at SI@short at AstronomicalUnitNumeric}{%
+\ensuremath{%
+1.50e+11}}
+\DeclareRobustCommand{\k at SI@full at AstronomicalUnitNumeric}{%
+\ensuremath{%
+1.495978707e+11}}
+\DeclareRobustCommand{\k at cgs@short at AstronomicalUnitNumeric}{%
+\ensuremath{%
+1.50e+13}}
+\DeclareRobustCommand{\k at cgs@full at AstronomicalUnitNumeric}{%
+\ensuremath{%
+1.495978707e+13}}
+\ifx\cgsunits\undefined
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kAstronomicalUnitNumeric}{%
+\k at SI@short at AstronomicalUnitNumeric}
+\else
+\DeclareRobustCommand {\kAstronomicalUnitNumeric}{%
+\k at SI@full at AstronomicalUnitNumeric}
+\fi
+\else
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kAstronomicalUnitNumeric}{%
+\k at cgs@short at AstronomicalUnitNumeric}
+\else
+\DeclareRobustCommand {\kAstronomicalUnitNumeric}{%
+\k at cgs@full at AstronomicalUnitNumeric}
+\fi
+\fi
 \DeclareRobustCommand{\k at SI@short at Parsec}{%
 \ensuremath{%
 3.09%
@@ -525,6 +926,35 @@
 \k at cgs@full at Parsec}
 \fi
 \fi
+\DeclareRobustCommand{\k at SI@short at ParsecNumeric}{%
+\ensuremath{%
+3.09e+16}}
+\DeclareRobustCommand{\k at SI@full at ParsecNumeric}{%
+\ensuremath{%
+3.085677581e+16}}
+\DeclareRobustCommand{\k at cgs@short at ParsecNumeric}{%
+\ensuremath{%
+3.09e+18}}
+\DeclareRobustCommand{\k at cgs@full at ParsecNumeric}{%
+\ensuremath{%
+3.085677581e+18}}
+\ifx\cgsunits\undefined
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kParsecNumeric}{%
+\k at SI@short at ParsecNumeric}
+\else
+\DeclareRobustCommand {\kParsecNumeric}{%
+\k at SI@full at ParsecNumeric}
+\fi
+\else
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kParsecNumeric}{%
+\k at cgs@short at ParsecNumeric}
+\else
+\DeclareRobustCommand {\kParsecNumeric}{%
+\k at cgs@full at ParsecNumeric}
+\fi
+\fi
 \DeclareRobustCommand{\k at SI@short at RadiusSun}{%
 \ensuremath{%
 6.96%
@@ -558,36 +988,123 @@
 \k at cgs@full at RadiusSun}
 \fi
 \fi
+\DeclareRobustCommand{\k at SI@short at RadiusSunNumeric}{%
+\ensuremath{%
+6.96e+08}}
+\DeclareRobustCommand{\k at SI@full at RadiusSunNumeric}{%
+\ensuremath{%
+6.957e+08}}
+\DeclareRobustCommand{\k at cgs@short at RadiusSunNumeric}{%
+\ensuremath{%
+6.96e+10}}
+\DeclareRobustCommand{\k at cgs@full at RadiusSunNumeric}{%
+\ensuremath{%
+6.957e+10}}
+\ifx\cgsunits\undefined
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kRadiusSunNumeric}{%
+\k at SI@short at RadiusSunNumeric}
+\else
+\DeclareRobustCommand {\kRadiusSunNumeric}{%
+\k at SI@full at RadiusSunNumeric}
+\fi
+\else
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kRadiusSunNumeric}{%
+\k at cgs@short at RadiusSunNumeric}
+\else
+\DeclareRobustCommand {\kRadiusSunNumeric}{%
+\k at cgs@full at RadiusSunNumeric}
+\fi
+\fi
+\DeclareRobustCommand{\k at short@RadiusEarth}{%
+\ensuremath{%
+6.37%
+\times 10^{6}\m}}
+\DeclareRobustCommand{\k at full@RadiusEarth}{%
+\ensuremath{%
+6.371\expandafter\physconst at decimalsseparator%
+0%
+\times 10^{6}\m}}
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kRadiusEarth}{%
+\k at short@RadiusEarth}
+\else
+\DeclareRobustCommand {\kRadiusEarth}{%
+\k at full@RadiusEarth}
+\fi
+\DeclareRobustCommand{\k at short@RadiusEarthNumeric}{%
+\ensuremath{%
+6.37e+06}}
+\DeclareRobustCommand{\k at full@RadiusEarthNumeric}{%
+\ensuremath{%
+6.3710e+06}}
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kRadiusEarthNumeric}{%
+\k at short@RadiusEarthNumeric}
+\else
+\DeclareRobustCommand {\kRadiusEarthNumeric}{%
+\k at full@RadiusEarthNumeric}
+\fi
+\DeclareRobustCommand{\k at short@RadiusJupiter}{%
+\ensuremath{%
+6.99%
+\times 10^{7}\m}}
+\DeclareRobustCommand{\k at full@RadiusJupiter}{%
+\ensuremath{%
+6.991\expandafter\physconst at decimalsseparator%
+1%
+\times 10^{7}\m}}
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kRadiusJupiter}{%
+\k at short@RadiusJupiter}
+\else
+\DeclareRobustCommand {\kRadiusJupiter}{%
+\k at full@RadiusJupiter}
+\fi
+\DeclareRobustCommand{\k at short@RadiusJupiterNumeric}{%
+\ensuremath{%
+6.99e+07}}
+\DeclareRobustCommand{\k at full@RadiusJupiterNumeric}{%
+\ensuremath{%
+6.9911e+07}}
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kRadiusJupiterNumeric}{%
+\k at short@RadiusJupiterNumeric}
+\else
+\DeclareRobustCommand {\kRadiusJupiterNumeric}{%
+\k at full@RadiusJupiterNumeric}
+\fi
 \DeclareRobustCommand{\k at SI@short at Rydberg}{%
 \ensuremath{%
 2.18%
-\times 10^{-21}\Joule}}
+\times 10^{-18}\Joule}}
 \DeclareRobustCommand{\k at SI@full at Rydberg}{%
 \ensuremath{%
 2.179\expandafter\physconst at decimalsseparator%
 775\expandafter\physconst at decimalsseparator%
 77%
-\times 10^{-21}\Joule}}
+\times 10^{-18}\Joule}}
 \DeclareRobustCommand{\k at cgs@short at Rydberg}{%
 \ensuremath{%
 2.18%
-\times 10^{-14}\erg}}
+\times 10^{-11}\erg}}
 \DeclareRobustCommand{\k at cgs@full at Rydberg}{%
 \ensuremath{%
 2.179\expandafter\physconst at decimalsseparator%
 775\expandafter\physconst at decimalsseparator%
 77%
-\times 10^{-14}\erg}}
+\times 10^{-11}\erg}}
 \DeclareRobustCommand{\k at eV@short at Rydberg}{%
 \ensuremath{%
 1.36%
-\times 10^{-2}\eV}}
+\times 10^{1}\eV}}
 \DeclareRobustCommand{\k at eV@full at Rydberg}{%
 \ensuremath{%
 1.360\expandafter\physconst at decimalsseparator%
 509\expandafter\physconst at decimalsseparator%
 03%
-\times 10^{-2}\eV}}
+\times 10^{1}\eV}}
 \ifx\cgsunits\undefined
 \ifx\shortconst\undefined
 \DeclareRobustCommand {\kRydberg}{%
@@ -612,6 +1129,48 @@
 \DeclareRobustCommand {\keVRydberg}{%
 \k at eV@full at Rydberg}
 \fi
+\DeclareRobustCommand{\k at SI@short at RydbergNumeric}{%
+\ensuremath{%
+2.18e-18}}
+\DeclareRobustCommand{\k at SI@full at RydbergNumeric}{%
+\ensuremath{%
+2.17977577e-18}}
+\DeclareRobustCommand{\k at cgs@short at RydbergNumeric}{%
+\ensuremath{%
+2.18e-11}}
+\DeclareRobustCommand{\k at cgs@full at RydbergNumeric}{%
+\ensuremath{%
+2.17977577e-11}}
+\DeclareRobustCommand{\k at eV@short at RydbergNumeric}{%
+\ensuremath{%
+1.36e+01}}
+\DeclareRobustCommand{\k at eV@full at RydbergNumeric}{%
+\ensuremath{%
+1.36050903e+01}}
+\ifx\cgsunits\undefined
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kRydbergNumeric}{%
+\k at SI@short at RydbergNumeric}
+\else
+\DeclareRobustCommand {\kRydbergNumeric}{%
+\k at SI@full at RydbergNumeric}
+\fi
+\else
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kRydbergNumeric}{%
+\k at cgs@short at RydbergNumeric}
+\else
+\DeclareRobustCommand {\kRydbergNumeric}{%
+\k at cgs@full at RydbergNumeric}
+\fi
+\fi
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\keVRydbergNumeric}{%
+\k at eV@short at RydbergNumeric}
+\else
+\DeclareRobustCommand {\keVRydbergNumeric}{%
+\k at eV@full at RydbergNumeric}
+\fi
 \DeclareRobustCommand{\k at SI@short at LuminositySun}{%
 \ensuremath{%
 3.83%
@@ -645,6 +1204,35 @@
 \k at cgs@full at LuminositySun}
 \fi
 \fi
+\DeclareRobustCommand{\k at SI@short at LuminositySunNumeric}{%
+\ensuremath{%
+3.83e+26}}
+\DeclareRobustCommand{\k at SI@full at LuminositySunNumeric}{%
+\ensuremath{%
+3.828e+26}}
+\DeclareRobustCommand{\k at cgs@short at LuminositySunNumeric}{%
+\ensuremath{%
+3.83e+33}}
+\DeclareRobustCommand{\k at cgs@full at LuminositySunNumeric}{%
+\ensuremath{%
+3.828e+33}}
+\ifx\cgsunits\undefined
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kLuminositySunNumeric}{%
+\k at SI@short at LuminositySunNumeric}
+\else
+\DeclareRobustCommand {\kLuminositySunNumeric}{%
+\k at SI@full at LuminositySunNumeric}
+\fi
+\else
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kLuminositySunNumeric}{%
+\k at cgs@short at LuminositySunNumeric}
+\else
+\DeclareRobustCommand {\kLuminositySunNumeric}{%
+\k at cgs@full at LuminositySunNumeric}
+\fi
+\fi
 \DeclareRobustCommand{\k at SI@short at PressureAtmosphere}{%
 \ensuremath{%
 1.01%
@@ -656,11 +1244,11 @@
 \times 10^{5}\Pa}}
 \DeclareRobustCommand{\k at cgs@short at PressureAtmosphere}{%
 \ensuremath{%
-1.01\barP[m]}}
+1.01\barP}}
 \DeclareRobustCommand{\k at cgs@full at PressureAtmosphere}{%
 \ensuremath{%
 1.013\expandafter\physconst at decimalsseparator%
-25\barP[m]}}
+25\barP}}
 \ifx\cgsunits\undefined
 \ifx\shortconst\undefined
 \DeclareRobustCommand {\kPressureAtmosphere}{%
@@ -678,6 +1266,35 @@
 \k at cgs@full at PressureAtmosphere}
 \fi
 \fi
+\DeclareRobustCommand{\k at SI@short at PressureAtmosphereNumeric}{%
+\ensuremath{%
+1.01e+05}}
+\DeclareRobustCommand{\k at SI@full at PressureAtmosphereNumeric}{%
+\ensuremath{%
+1.01325e+05}}
+\DeclareRobustCommand{\k at cgs@short at PressureAtmosphereNumeric}{%
+\ensuremath{%
+1.01e+00}}
+\DeclareRobustCommand{\k at cgs@full at PressureAtmosphereNumeric}{%
+\ensuremath{%
+1.01325e+00}}
+\ifx\cgsunits\undefined
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kPressureAtmosphereNumeric}{%
+\k at SI@short at PressureAtmosphereNumeric}
+\else
+\DeclareRobustCommand {\kPressureAtmosphereNumeric}{%
+\k at SI@full at PressureAtmosphereNumeric}
+\fi
+\else
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kPressureAtmosphereNumeric}{%
+\k at cgs@short at PressureAtmosphereNumeric}
+\else
+\DeclareRobustCommand {\kPressureAtmosphereNumeric}{%
+\k at cgs@full at PressureAtmosphereNumeric}
+\fi
+\fi
 \DeclareRobustCommand{\k at SI@short at PressureStandard}{%
 \ensuremath{%
 1.00%
@@ -689,11 +1306,11 @@
 \times 10^{5}\Pa}}
 \DeclareRobustCommand{\k at cgs@short at PressureStandard}{%
 \ensuremath{%
-1.00\barP[m]}}
+1.00\barP}}
 \DeclareRobustCommand{\k at cgs@full at PressureStandard}{%
 \ensuremath{%
 1.000\expandafter\physconst at decimalsseparator%
-00\barP[m]}}
+00\barP}}
 \ifx\cgsunits\undefined
 \ifx\shortconst\undefined
 \DeclareRobustCommand {\kPressureStandard}{%
@@ -711,6 +1328,35 @@
 \k at cgs@full at PressureStandard}
 \fi
 \fi
+\DeclareRobustCommand{\k at SI@short at PressureStandardNumeric}{%
+\ensuremath{%
+1.00e+05}}
+\DeclareRobustCommand{\k at SI@full at PressureStandardNumeric}{%
+\ensuremath{%
+1.00000e+05}}
+\DeclareRobustCommand{\k at cgs@short at PressureStandardNumeric}{%
+\ensuremath{%
+1.00e+00}}
+\DeclareRobustCommand{\k at cgs@full at PressureStandardNumeric}{%
+\ensuremath{%
+1.00000e+00}}
+\ifx\cgsunits\undefined
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kPressureStandardNumeric}{%
+\k at SI@short at PressureStandardNumeric}
+\else
+\DeclareRobustCommand {\kPressureStandardNumeric}{%
+\k at SI@full at PressureStandardNumeric}
+\fi
+\else
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kPressureStandardNumeric}{%
+\k at cgs@short at PressureStandardNumeric}
+\else
+\DeclareRobustCommand {\kPressureStandardNumeric}{%
+\k at cgs@full at PressureStandardNumeric}
+\fi
+\fi
 \DeclareRobustCommand{\k at SI@short at SpeedLight}{%
 \ensuremath{%
 3.00%
@@ -748,24 +1394,51 @@
 \k at cgs@full at SpeedLight}
 \fi
 \fi
+\DeclareRobustCommand{\k at SI@short at SpeedLightNumeric}{%
+\ensuremath{%
+3.00e+08}}
+\DeclareRobustCommand{\k at SI@full at SpeedLightNumeric}{%
+\ensuremath{%
+2.99792458e+08}}
+\DeclareRobustCommand{\k at cgs@short at SpeedLightNumeric}{%
+\ensuremath{%
+3.00e+10}}
+\DeclareRobustCommand{\k at cgs@full at SpeedLightNumeric}{%
+\ensuremath{%
+2.99792458e+10}}
+\ifx\cgsunits\undefined
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kSpeedLightNumeric}{%
+\k at SI@short at SpeedLightNumeric}
+\else
+\DeclareRobustCommand {\kSpeedLightNumeric}{%
+\k at SI@full at SpeedLightNumeric}
+\fi
+\else
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kSpeedLightNumeric}{%
+\k at cgs@short at SpeedLightNumeric}
+\else
+\DeclareRobustCommand {\kSpeedLightNumeric}{%
+\k at cgs@full at SpeedLightNumeric}
+\fi
+\fi
 \DeclareRobustCommand{\k at SI@short at AccelGravity}{%
 \ensuremath{%
-6.67%
-\times 10^{-11}\N\kg^{-2}\m^2}}
+9.81\m\Sec^{-2}}}
 \DeclareRobustCommand{\k at SI@full at AccelGravity}{%
 \ensuremath{%
-6.674\expandafter\physconst at decimalsseparator%
-30%
-\times 10^{-11}\N\kg^{-2}\m^2}}
+9.806\expandafter\physconst at decimalsseparator%
+65\m\Sec^{-2}}}
 \DeclareRobustCommand{\k at cgs@short at AccelGravity}{%
 \ensuremath{%
-6.67%
-\times 10^{-8}\dyne\gm^{-2}\cm^2}}
+9.81%
+\times 10^{2}\cm\Sec^{-2}}}
 \DeclareRobustCommand{\k at cgs@full at AccelGravity}{%
 \ensuremath{%
-6.674\expandafter\physconst at decimalsseparator%
-30%
-\times 10^{-8}\dyne\gm^{-2}\cm^2}}
+9.806\expandafter\physconst at decimalsseparator%
+65%
+\times 10^{2}\cm\Sec^{-2}}}
 \ifx\cgsunits\undefined
 \ifx\shortconst\undefined
 \DeclareRobustCommand {\kAccelGravity}{%
@@ -783,16 +1456,45 @@
 \k at cgs@full at AccelGravity}
 \fi
 \fi
+\DeclareRobustCommand{\k at SI@short at AccelGravityNumeric}{%
+\ensuremath{%
+9.81e+00}}
+\DeclareRobustCommand{\k at SI@full at AccelGravityNumeric}{%
+\ensuremath{%
+9.80665e+00}}
+\DeclareRobustCommand{\k at cgs@short at AccelGravityNumeric}{%
+\ensuremath{%
+9.81e+02}}
+\DeclareRobustCommand{\k at cgs@full at AccelGravityNumeric}{%
+\ensuremath{%
+9.80665e+02}}
+\ifx\cgsunits\undefined
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kAccelGravityNumeric}{%
+\k at SI@short at AccelGravityNumeric}
+\else
+\DeclareRobustCommand {\kAccelGravityNumeric}{%
+\k at SI@full at AccelGravityNumeric}
+\fi
+\else
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kAccelGravityNumeric}{%
+\k at cgs@short at AccelGravityNumeric}
+\else
+\DeclareRobustCommand {\kAccelGravityNumeric}{%
+\k at cgs@full at AccelGravityNumeric}
+\fi
+\fi
 \DeclareRobustCommand{\k at SI@short at Coulomb}{%
 \ensuremath{%
 8.99%
-\times 10^{13}\N\m^2\Coulomb^{-2}}}
+\times 10^{9}\N\m^2\Coulomb^{-2}}}
 \DeclareRobustCommand{\k at SI@full at Coulomb}{%
 \ensuremath{%
 8.987\expandafter\physconst at decimalsseparator%
 551\expandafter\physconst at decimalsseparator%
 79%
-\times 10^{13}\N\m^2\Coulomb^{-2}}}
+\times 10^{9}\N\m^2\Coulomb^{-2}}}
 \DeclareRobustCommand{\k at cgs@short at Coulomb}{%
 \ensuremath{%
 1.00}}
@@ -818,6 +1520,35 @@
 \k at cgs@full at Coulomb}
 \fi
 \fi
+\DeclareRobustCommand{\k at SI@short at CoulombNumeric}{%
+\ensuremath{%
+8.99e+09}}
+\DeclareRobustCommand{\k at SI@full at CoulombNumeric}{%
+\ensuremath{%
+8.98755179e+09}}
+\DeclareRobustCommand{\k at cgs@short at CoulombNumeric}{%
+\ensuremath{%
+1.00e+00}}
+\DeclareRobustCommand{\k at cgs@full at CoulombNumeric}{%
+\ensuremath{%
+1.00000000e+00}}
+\ifx\cgsunits\undefined
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kCoulombNumeric}{%
+\k at SI@short at CoulombNumeric}
+\else
+\DeclareRobustCommand {\kCoulombNumeric}{%
+\k at SI@full at CoulombNumeric}
+\fi
+\else
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kCoulombNumeric}{%
+\k at cgs@short at CoulombNumeric}
+\else
+\DeclareRobustCommand {\kCoulombNumeric}{%
+\k at cgs@full at CoulombNumeric}
+\fi
+\fi
 \DeclareRobustCommand{\k at SI@short at VacuumPermittivity}{%
 \ensuremath{%
 8.85%
@@ -857,17 +1588,46 @@
 \k at cgs@full at VacuumPermittivity}
 \fi
 \fi
+\DeclareRobustCommand{\k at SI@short at VacuumPermittivityNumeric}{%
+\ensuremath{%
+8.85e-12}}
+\DeclareRobustCommand{\k at SI@full at VacuumPermittivityNumeric}{%
+\ensuremath{%
+8.8541878128e-12}}
+\DeclareRobustCommand{\k at cgs@short at VacuumPermittivityNumeric}{%
+\ensuremath{%
+7.96e-02}}
+\DeclareRobustCommand{\k at cgs@full at VacuumPermittivityNumeric}{%
+\ensuremath{%
+7.9577471546e-02}}
+\ifx\cgsunits\undefined
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kVacuumPermittivityNumeric}{%
+\k at SI@short at VacuumPermittivityNumeric}
+\else
+\DeclareRobustCommand {\kVacuumPermittivityNumeric}{%
+\k at SI@full at VacuumPermittivityNumeric}
+\fi
+\else
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kVacuumPermittivityNumeric}{%
+\k at cgs@short at VacuumPermittivityNumeric}
+\else
+\DeclareRobustCommand {\kVacuumPermittivityNumeric}{%
+\k at cgs@full at VacuumPermittivityNumeric}
+\fi
+\fi
 \DeclareRobustCommand{\k at SI@short at VacuumPermeability}{%
 \ensuremath{%
-8.85%
-\times 10^{-12}\N\Amp^{-2}}}
+1.26%
+\times 10^{-6}\N\Amp^{-2}}}
 \DeclareRobustCommand{\k at SI@full at VacuumPermeability}{%
 \ensuremath{%
-8.854\expandafter\physconst at decimalsseparator%
-187\expandafter\physconst at decimalsseparator%
-812\expandafter\physconst at decimalsseparator%
-8%
-\times 10^{-12}\N\Amp^{-2}}}
+1.256\expandafter\physconst at decimalsseparator%
+637\expandafter\physconst at decimalsseparator%
+062\expandafter\physconst at decimalsseparator%
+1%
+\times 10^{-6}\N\Amp^{-2}}}
 \DeclareRobustCommand{\k at cgs@short at VacuumPermeability}{%
 \ensuremath{%
 1.26%
@@ -896,6 +1656,35 @@
 \k at cgs@full at VacuumPermeability}
 \fi
 \fi
+\DeclareRobustCommand{\k at SI@short at VacuumPermeabilityNumeric}{%
+\ensuremath{%
+1.26e-06}}
+\DeclareRobustCommand{\k at SI@full at VacuumPermeabilityNumeric}{%
+\ensuremath{%
+1.2566370621e-06}}
+\DeclareRobustCommand{\k at cgs@short at VacuumPermeabilityNumeric}{%
+\ensuremath{%
+1.26e+01}}
+\DeclareRobustCommand{\k at cgs@full at VacuumPermeabilityNumeric}{%
+\ensuremath{%
+1.2566370614e+01}}
+\ifx\cgsunits\undefined
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kVacuumPermeabilityNumeric}{%
+\k at SI@short at VacuumPermeabilityNumeric}
+\else
+\DeclareRobustCommand {\kVacuumPermeabilityNumeric}{%
+\k at SI@full at VacuumPermeabilityNumeric}
+\fi
+\else
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kVacuumPermeabilityNumeric}{%
+\k at cgs@short at VacuumPermeabilityNumeric}
+\else
+\DeclareRobustCommand {\kVacuumPermeabilityNumeric}{%
+\k at cgs@full at VacuumPermeabilityNumeric}
+\fi
+\fi
 \DeclareRobustCommand{\k at short@VacuumImpedance}{%
 \ensuremath{%
 3.77%
@@ -914,6 +1703,19 @@
 \DeclareRobustCommand {\kVacuumImpedance}{%
 \k at full@VacuumImpedance}
 \fi
+\DeclareRobustCommand{\k at short@VacuumImpedanceNumeric}{%
+\ensuremath{%
+3.77e+02}}
+\DeclareRobustCommand{\k at full@VacuumImpedanceNumeric}{%
+\ensuremath{%
+3.76730313668e+02}}
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kVacuumImpedanceNumeric}{%
+\k at short@VacuumImpedanceNumeric}
+\else
+\DeclareRobustCommand {\kVacuumImpedanceNumeric}{%
+\k at full@VacuumImpedanceNumeric}
+\fi
 \DeclareRobustCommand{\k at SI@short at Boltzmann}{%
 \ensuremath{%
 1.38%
@@ -965,6 +1767,48 @@
 \DeclareRobustCommand {\keVBoltzmann}{%
 \k at eV@full at Boltzmann}
 \fi
+\DeclareRobustCommand{\k at SI@short at BoltzmannNumeric}{%
+\ensuremath{%
+1.38e-23}}
+\DeclareRobustCommand{\k at SI@full at BoltzmannNumeric}{%
+\ensuremath{%
+1.380649e-23}}
+\DeclareRobustCommand{\k at cgs@short at BoltzmannNumeric}{%
+\ensuremath{%
+1.38e-16}}
+\DeclareRobustCommand{\k at cgs@full at BoltzmannNumeric}{%
+\ensuremath{%
+1.380649e-16}}
+\DeclareRobustCommand{\k at eV@short at BoltzmannNumeric}{%
+\ensuremath{%
+8.62e-05}}
+\DeclareRobustCommand{\k at eV@full at BoltzmannNumeric}{%
+\ensuremath{%
+8.617333e-05}}
+\ifx\cgsunits\undefined
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kBoltzmannNumeric}{%
+\k at SI@short at BoltzmannNumeric}
+\else
+\DeclareRobustCommand {\kBoltzmannNumeric}{%
+\k at SI@full at BoltzmannNumeric}
+\fi
+\else
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kBoltzmannNumeric}{%
+\k at cgs@short at BoltzmannNumeric}
+\else
+\DeclareRobustCommand {\kBoltzmannNumeric}{%
+\k at cgs@full at BoltzmannNumeric}
+\fi
+\fi
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\keVBoltzmannNumeric}{%
+\k at eV@short at BoltzmannNumeric}
+\else
+\DeclareRobustCommand {\keVBoltzmannNumeric}{%
+\k at eV@full at BoltzmannNumeric}
+\fi
 \DeclareRobustCommand{\k at SI@short at Planck}{%
 \ensuremath{%
 6.63%
@@ -1019,6 +1863,48 @@
 \DeclareRobustCommand {\keVPlanck}{%
 \k at eV@full at Planck}
 \fi
+\DeclareRobustCommand{\k at SI@short at PlanckNumeric}{%
+\ensuremath{%
+6.63e-34}}
+\DeclareRobustCommand{\k at SI@full at PlanckNumeric}{%
+\ensuremath{%
+6.62607015e-34}}
+\DeclareRobustCommand{\k at cgs@short at PlanckNumeric}{%
+\ensuremath{%
+6.63e-27}}
+\DeclareRobustCommand{\k at cgs@full at PlanckNumeric}{%
+\ensuremath{%
+6.62607015e-27}}
+\DeclareRobustCommand{\k at eV@short at PlanckNumeric}{%
+\ensuremath{%
+4.14e-15}}
+\DeclareRobustCommand{\k at eV@full at PlanckNumeric}{%
+\ensuremath{%
+4.13566770e-15}}
+\ifx\cgsunits\undefined
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kPlanckNumeric}{%
+\k at SI@short at PlanckNumeric}
+\else
+\DeclareRobustCommand {\kPlanckNumeric}{%
+\k at SI@full at PlanckNumeric}
+\fi
+\else
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kPlanckNumeric}{%
+\k at cgs@short at PlanckNumeric}
+\else
+\DeclareRobustCommand {\kPlanckNumeric}{%
+\k at cgs@full at PlanckNumeric}
+\fi
+\fi
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\keVPlanckNumeric}{%
+\k at eV@short at PlanckNumeric}
+\else
+\DeclareRobustCommand {\keVPlanckNumeric}{%
+\k at eV@full at PlanckNumeric}
+\fi
 \DeclareRobustCommand{\k at SI@short at PlanckReduced}{%
 \ensuremath{%
 1.05%
@@ -1073,15 +1959,57 @@
 \DeclareRobustCommand {\keVPlanckReduced}{%
 \k at eV@full at PlanckReduced}
 \fi
+\DeclareRobustCommand{\k at SI@short at PlanckReducedNumeric}{%
+\ensuremath{%
+1.05e-34}}
+\DeclareRobustCommand{\k at SI@full at PlanckReducedNumeric}{%
+\ensuremath{%
+1.05457182e-34}}
+\DeclareRobustCommand{\k at cgs@short at PlanckReducedNumeric}{%
+\ensuremath{%
+1.05e-27}}
+\DeclareRobustCommand{\k at cgs@full at PlanckReducedNumeric}{%
+\ensuremath{%
+1.05457182e-27}}
+\DeclareRobustCommand{\k at eV@short at PlanckReducedNumeric}{%
+\ensuremath{%
+6.58e-16}}
+\DeclareRobustCommand{\k at eV@full at PlanckReducedNumeric}{%
+\ensuremath{%
+6.58211957e-16}}
+\ifx\cgsunits\undefined
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kPlanckReducedNumeric}{%
+\k at SI@short at PlanckReducedNumeric}
+\else
+\DeclareRobustCommand {\kPlanckReducedNumeric}{%
+\k at SI@full at PlanckReducedNumeric}
+\fi
+\else
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kPlanckReducedNumeric}{%
+\k at cgs@short at PlanckReducedNumeric}
+\else
+\DeclareRobustCommand {\kPlanckReducedNumeric}{%
+\k at cgs@full at PlanckReducedNumeric}
+\fi
+\fi
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\keVPlanckReducedNumeric}{%
+\k at eV@short at PlanckReducedNumeric}
+\else
+\DeclareRobustCommand {\keVPlanckReducedNumeric}{%
+\k at eV@full at PlanckReducedNumeric}
+\fi
 \DeclareRobustCommand{\k at SI@short at Gravity}{%
 \ensuremath{%
 6.67%
-\times 10^{-15}\N\kg^{-2}\m^2}}
+\times 10^{-11}\N\kg^{-2}\m^2}}
 \DeclareRobustCommand{\k at SI@full at Gravity}{%
 \ensuremath{%
 6.674\expandafter\physconst at decimalsseparator%
 30%
-\times 10^{-15}\N\kg^{-2}\m^2}}
+\times 10^{-11}\N\kg^{-2}\m^2}}
 \DeclareRobustCommand{\k at cgs@short at Gravity}{%
 \ensuremath{%
 6.67%
@@ -1108,15 +2036,44 @@
 \k at cgs@full at Gravity}
 \fi
 \fi
+\DeclareRobustCommand{\k at SI@short at GravityNumeric}{%
+\ensuremath{%
+6.67e-11}}
+\DeclareRobustCommand{\k at SI@full at GravityNumeric}{%
+\ensuremath{%
+6.67430e-11}}
+\DeclareRobustCommand{\k at cgs@short at GravityNumeric}{%
+\ensuremath{%
+6.67e-08}}
+\DeclareRobustCommand{\k at cgs@full at GravityNumeric}{%
+\ensuremath{%
+6.67430e-08}}
+\ifx\cgsunits\undefined
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kGravityNumeric}{%
+\k at SI@short at GravityNumeric}
+\else
+\DeclareRobustCommand {\kGravityNumeric}{%
+\k at SI@full at GravityNumeric}
+\fi
+\else
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kGravityNumeric}{%
+\k at cgs@short at GravityNumeric}
+\else
+\DeclareRobustCommand {\kGravityNumeric}{%
+\k at cgs@full at GravityNumeric}
+\fi
+\fi
 \DeclareRobustCommand{\k at SI@short at StefanBoltzmann}{%
 \ensuremath{%
 5.67%
-\times 10^{-6}\J\Kelvin^{-4}\m^{-2}\Sec^{-1}}}
+\times 10^{-8}\J\Kelvin^{-4}\m^{-2}\Sec^{-1}}}
 \DeclareRobustCommand{\k at SI@full at StefanBoltzmann}{%
 \ensuremath{%
 5.670\expandafter\physconst at decimalsseparator%
 374%
-\times 10^{-6}\J\Kelvin^{-4}\m^{-2}\Sec^{-1}}}
+\times 10^{-8}\J\Kelvin^{-4}\m^{-2}\Sec^{-1}}}
 \DeclareRobustCommand{\k at cgs@short at StefanBoltzmann}{%
 \ensuremath{%
 5.67%
@@ -1143,6 +2100,35 @@
 \k at cgs@full at StefanBoltzmann}
 \fi
 \fi
+\DeclareRobustCommand{\k at SI@short at StefanBoltzmannNumeric}{%
+\ensuremath{%
+5.67e-08}}
+\DeclareRobustCommand{\k at SI@full at StefanBoltzmannNumeric}{%
+\ensuremath{%
+5.670374e-08}}
+\DeclareRobustCommand{\k at cgs@short at StefanBoltzmannNumeric}{%
+\ensuremath{%
+5.67e-05}}
+\DeclareRobustCommand{\k at cgs@full at StefanBoltzmannNumeric}{%
+\ensuremath{%
+5.670374e-05}}
+\ifx\cgsunits\undefined
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kStefanBoltzmannNumeric}{%
+\k at SI@short at StefanBoltzmannNumeric}
+\else
+\DeclareRobustCommand {\kStefanBoltzmannNumeric}{%
+\k at SI@full at StefanBoltzmannNumeric}
+\fi
+\else
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kStefanBoltzmannNumeric}{%
+\k at cgs@short at StefanBoltzmannNumeric}
+\else
+\DeclareRobustCommand {\kStefanBoltzmannNumeric}{%
+\k at cgs@full at StefanBoltzmannNumeric}
+\fi
+\fi
 \DeclareRobustCommand{\k at SI@short at Radiation}{%
 \ensuremath{%
 7.57%
@@ -1178,6 +2164,35 @@
 \k at cgs@full at Radiation}
 \fi
 \fi
+\DeclareRobustCommand{\k at SI@short at RadiationNumeric}{%
+\ensuremath{%
+7.57e-16}}
+\DeclareRobustCommand{\k at SI@full at RadiationNumeric}{%
+\ensuremath{%
+7.565733e-16}}
+\DeclareRobustCommand{\k at cgs@short at RadiationNumeric}{%
+\ensuremath{%
+7.57e-15}}
+\DeclareRobustCommand{\k at cgs@full at RadiationNumeric}{%
+\ensuremath{%
+7.565733e-15}}
+\ifx\cgsunits\undefined
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kRadiationNumeric}{%
+\k at SI@short at RadiationNumeric}
+\else
+\DeclareRobustCommand {\kRadiationNumeric}{%
+\k at SI@full at RadiationNumeric}
+\fi
+\else
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kRadiationNumeric}{%
+\k at cgs@short at RadiationNumeric}
+\else
+\DeclareRobustCommand {\kRadiationNumeric}{%
+\k at cgs@full at RadiationNumeric}
+\fi
+\fi
 \DeclareRobustCommand{\k at short@FineStructure}{%
 \ensuremath{%
 7.30%
@@ -1195,6 +2210,19 @@
 \DeclareRobustCommand {\kFineStructure}{%
 \k at full@FineStructure}
 \fi
+\DeclareRobustCommand{\k at short@FineStructureNumeric}{%
+\ensuremath{%
+7.30e-03}}
+\DeclareRobustCommand{\k at full@FineStructureNumeric}{%
+\ensuremath{%
+7.29735257e-03}}
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kFineStructureNumeric}{%
+\k at short@FineStructureNumeric}
+\else
+\DeclareRobustCommand {\kFineStructureNumeric}{%
+\k at full@FineStructureNumeric}
+\fi
 \DeclareRobustCommand{\k at short@FineStructureReciprocal}{%
 \ensuremath{%
 1.37%
@@ -1212,6 +2240,19 @@
 \DeclareRobustCommand {\kFineStructureReciprocal}{%
 \k at full@FineStructureReciprocal}
 \fi
+\DeclareRobustCommand{\k at short@FineStructureReciprocalNumeric}{%
+\ensuremath{%
+1.37e+02}}
+\DeclareRobustCommand{\k at full@FineStructureReciprocalNumeric}{%
+\ensuremath{%
+1.37035999e+02}}
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kFineStructureReciprocalNumeric}{%
+\k at short@FineStructureReciprocalNumeric}
+\else
+\DeclareRobustCommand {\kFineStructureReciprocalNumeric}{%
+\k at full@FineStructureReciprocalNumeric}
+\fi
 \DeclareRobustCommand{\k at short@Avogadro}{%
 \ensuremath{%
 6.02%
@@ -1229,6 +2270,19 @@
 \DeclareRobustCommand {\kAvogadro}{%
 \k at full@Avogadro}
 \fi
+\DeclareRobustCommand{\k at short@AvogadroNumeric}{%
+\ensuremath{%
+6.02e+23}}
+\DeclareRobustCommand{\k at full@AvogadroNumeric}{%
+\ensuremath{%
+6.02240760e+23}}
+\ifx\shortconst\undefined
+\DeclareRobustCommand {\kAvogadroNumeric}{%
+\k at short@AvogadroNumeric}
+\else
+\DeclareRobustCommand {\kAvogadroNumeric}{%
+\k at full@AvogadroNumeric}
+\fi
 \makeatother
 \endinput
 %%



More information about the tex-live-commits mailing list.