From 1dac154c5d83c70c66866339c62159436d63c6b4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ulrich=20M=C3=BCller?= Date: Fri, 20 Oct 2023 14:50:45 +0200 Subject: [PATCH] ; * lisp/calc/calc-units.el (math-standard-units): Drop comment for mu0. --- lisp/calc/calc-units.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/calc/calc-units.el b/lisp/calc/calc-units.el index 3e8f25966ef..f20e5801a01 100644 --- a/lisp/calc/calc-units.el +++ b/lisp/calc/calc-units.el @@ -269,8 +269,8 @@ ;; and mu0 no longer has the previous exact value of 4 pi 10^(-7) H/m. ( eps0 "ech^2 / (2 alpha h c)" "Permittivity of vacuum" ) ( ε0 "eps0" "Permittivity of vacuum" ) - ( mu0 "1 / (eps0 c^2)" "Permeability of vacuum") ;; Exact - ( μ0 "mu0" "Permeability of vacuum") ;; Exact + ( mu0 "1 / (eps0 c^2)" "Permeability of vacuum") + ( μ0 "mu0" "Permeability of vacuum") ( G "6.67408*10^(-11) m^3/(kg s^2)" "Gravitational constant" nil "6.67408 10^-11 m^3/(kg s^2) (*)") ( Nav "6.02214076*10^(23) / mol" "Avogadro's constant" nil -- 2.39.5