From unknown Mon Aug 18 14:25:51 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#67525 <67525@debbugs.gnu.org> To: bug#67525 <67525@debbugs.gnu.org> Subject: Status: 30.0.50; Update Calc units table Reply-To: bug#67525 <67525@debbugs.gnu.org> Date: Mon, 18 Aug 2025 21:25:51 +0000 retitle 67525 30.0.50; Update Calc units table reassign 67525 emacs submitter 67525 Ulrich M=C3=BCller severity 67525 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Wed Nov 29 05:10:44 2023 Received: (at submit) by debbugs.gnu.org; 29 Nov 2023 10:10:44 +0000 Received: from localhost ([127.0.0.1]:48929 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r8HWl-0001ar-GF for submit@debbugs.gnu.org; Wed, 29 Nov 2023 05:10:44 -0500 Received: from lists.gnu.org ([2001:470:142::17]:41154) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r8HWh-0001ac-MM for submit@debbugs.gnu.org; Wed, 29 Nov 2023 05:10:42 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1r8HWU-0000oH-8p for bug-gnu-emacs@gnu.org; Wed, 29 Nov 2023 05:10:26 -0500 Received: from woodpecker.gentoo.org ([140.211.166.183] helo=smtp.gentoo.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1r8HWR-0004O7-7e for bug-gnu-emacs@gnu.org; Wed, 29 Nov 2023 05:10:25 -0500 From: Ulrich =?utf-8?Q?M=C3=BCller?= To: bug-gnu-emacs@gnu.org Subject: 30.0.50; Update Calc units table Date: Wed, 29 Nov 2023 11:10:08 +0100 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=140.211.166.183; envelope-from=ulm@gentoo.org; helo=smtp.gentoo.org X-Spam_score_int: -41 X-Spam_score: -4.2 X-Spam_bar: ---- X-Spam_report: (-4.2 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.6 (/) X-Debbugs-Envelope-To: submit Cc: Mattias =?utf-8?Q?Engdeg=C3=A5rd?= X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.4 (/) The patch below updates the Calc units table. The latest CODATA adjustment was for 2018. Not sure if we could instead wait for publication of the 2022 adjustment; it may be too late to make it for the 30.1 release. (If it would have a similar delay as for 2018, then the 2022 values would be published in 2025.) I've also collected the SI defining constants in their own category, and updated some spellings (because BIPM, CODATA, and NIST all say "Planck constant", "Boltzmann constant", etc.). Please review. >From 62a1ad31cf89d6efdf1579131ef0744c8493a357 Mon Sep 17 00:00:00 2001 From: =3D?UTF-8?q?Ulrich=3D20M=3DC3=3DBCller?=3D Date: Wed, 29 Nov 2023 10:24:06 +0100 Subject: [PATCH] Update Calc units table * lisp/calc/calc-units.el (math-standard-units): Update to 2018 CODATA adjustment. Use exact value for V0. Update some spellings, e.g. "Planck constant" instead of "Planck's constant". --- lisp/calc/calc-units.el | 93 ++++++++++++++++++++++------------------- 1 file changed, 49 insertions(+), 44 deletions(-) diff --git a/lisp/calc/calc-units.el b/lisp/calc/calc-units.el index f20e5801a01..2acc98ed384 100644 --- a/lisp/calc/calc-units.el +++ b/lisp/calc/calc-units.el @@ -43,12 +43,13 @@ ;;; Measures, by Fran=C3=A7ois Cardarelli) ;;; All conversions are exact unless otherwise noted. =20 -;; CODATA values updated February 2016, using 2014 adjustment -;; https://arxiv.org/pdf/1507.07956.pdf - ;; Updated November 2018 for the redefinition of the SI ;; https://www.bipm.org/utils/en/pdf/CGPM/Draft-Resolution-A-EN.pdf =20 +;; CODATA values last updated November 2023, using 2018 adjustment: +;; E. Tiesinga, P. J. Mohr, D. B. Newell, and B. N. Taylor, +;; Rev. Mod. Phys. 93, 025010 (2021) + (defvar math-standard-units '( ;; Length ( m nil "*Meter" ) @@ -122,7 +123,6 @@ math-standard-units ( mph "mi/hr" "*Miles per hour" ) ( kph "km/hr" "Kilometers per hour" ) ( knot "nmi/hr" "Knot" ) - ( c "299792458 m/s" "Speed of light" ) ;; SI definition =20 ;; Acceleration ( ga "980665*10^(-5) m/s^2" "*\"g\" acceleration" nil @@ -143,8 +143,8 @@ math-standard-units "31.10347680 g") ;; ESUWM, 1/12 exact value for lbt ( ct "(2/10) g" "Carat" nil "0.2 g") ;; ESUWM - ( u "1.660539040*10^(-27) kg" "Unified atomic mass" nil - "1.660539040 10^-27 kg (*)");;(approx) CODATA + ( u "1.66053906660*10^(-27) kg" "Unified atomic mass" nil + "1.66053906660 10^-27 kg (*)") ;; (approx) CODATA =20 ;; Force ( N "m kg/s^2" "*Newton" ) @@ -210,9 +210,6 @@ math-standard-units ( A nil "*Ampere" ) ( C "A s" "Coulomb" ) ( Fdy "ech Nav" "Faraday" ) - ( e "ech" "Elementary charge" ) - ( ech "1.602176634*10^(-19) C" "Elementary charge" nil - "1.602176634 10^-19 C") ;; SI definition ( V "W/A" "Volt" ) ( ohm "V/A" "Ohm" ) ( =CE=A9 "ohm" "Ohm" ) @@ -259,53 +256,61 @@ math-standard-units ;; Solid angle ( sr nil "*Steradian" ) =20 + ;; Constants defining the International System of Units (SI) + ( c "299792458 m/s" "*Speed of light" ) + ( h "6.62607015*10^(-34) J s" "Planck constant" nil + "6.62607015 10^-34 J s") + ( ech "1.602176634*10^(-19) C" "Elementary charge" nil + "1.602176634 10^-19 C") + ( e "ech" "Elementary charge" nil + "1.602176634 10^-19 C") + ( k "1.380649*10^(-23) J/K" "Boltzmann constant" nil + "1.380649 10^-23 J/K") + ( Nav "6.02214076*10^(23) / mol" "Avogadro constant" nil + "6.02214076 10^23 / mol") + ;; Other physical quantities ;; Unless otherwise mentioned, the values are from CODATA, ;; and are approximate. - ( h "6.62607015*10^(-34) J s" "*Planck's constant" nil - "6.62607015 10^-34 J s") ;; SI definition - ( hbar "h / (2 pi)" "Planck's constant" ) ;; Exact + ( hbar "h / (2 pi)" "*Reduced Planck constant" ) ;; After the 2018 SI redefinition, eps0 and mu0 are measured quantitie= s, ;; 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" ) ( =CE=B50 "eps0" "Permittivity of vacuum" ) ( mu0 "1 / (eps0 c^2)" "Permeability of vacuum") ( =CE=BC0 "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 - "6.02214076 10^23 / mol") ;; SI definition - ( me "9.10938356*10^(-31) kg" "Electron rest mass" nil - "9.10938356 10^-31 kg (*)") - ( mp "1.672621898*10^(-27) kg" "Proton rest mass" nil - "1.672621898 10^-27 kg (*)") - ( mn "1.674927471*10^(-27) kg" "Neutron rest mass" nil - "1.674927471 10^-27 kg (*)") - ( mmu "1.883531594*10^(-28) kg" "Muon rest mass" nil - "1.883531594 10^-28 kg (*)") + ( G "6.67430*10^(-11) m^3/(kg s^2)" "Gravitational constant" = nil + "6.67430 10^-11 m^3/(kg s^2) (*)") + ( me "9.1093837015*10^(-31) kg" "Electron rest mass" nil + "9.1093837015 10^-31 kg (*)") + ( mp "1.67262192369*10^(-27) kg" "Proton rest mass" nil + "1.67262192369 10^-27 kg (*)") + ( mn "1.67492749804*10^(-27) kg" "Neutron rest mass" nil + "1.67492749804 10^-27 kg (*)") + ( mmu "1.883531627*10^(-28) kg" "Muon rest mass" nil + "1.883531627 10^-28 kg (*)") ( m=CE=BC "mmu" "Muon rest mass" nil - "1.883531594 10^-28 kg (*)") - ( Ryd "10973731.568508 /m" "Rydberg's constant" nil - "10973731.568508 /m (*)") - ( k "1.380649*10^(-23) J/K" "Boltzmann's constant" nil - "1.380649 10^-23 J/K") ;; SI definition + "1.883531627 10^-28 kg (*)") + ( Ryd "10973731.568160 /m" "Rydberg constant" nil + "10973731.568160 /m (*)") ( sigma "2 pi^5 k^4 / (15 h^3 c^2)" "Stefan-Boltzmann constant") ( =CF=83 "sigma" "Stefan-Boltzmann constan= t") - ( alpha "7.2973525664*10^(-3)" "Fine structure constant" nil - "7.2973525664 10^-3 (*)") - ( =CE=B1 "alpha" "Fine structure constant= " nil - "7.2973525664 10^-3 (*)") - ( muB "927.4009994*10^(-26) J/T" "Bohr magneton" nil - "927.4009994 10^-26 J/T (*)") - ( muN "5.050783699*10^(-27) J/T" "Nuclear magneton" nil - "5.050783699 10^-27 J/T (*)") - ( mue "-928.4764620*10^(-26) J/T" "Electron magnetic moment" nil - "-928.4764620 10^-26 J/T (*)") - ( mup "1.4106067873*10^(-26) J/T" "Proton magnetic moment" nil - "1.4106067873 10^-26 J/T (*)") - ( R0 "Nav k" "Molar gas constant") ;; Exact - ( V0 "22.710947*10^(-3) m^3/mol" "Standard volume of ideal gas"= nil - "22.710947 10^-3 m^3/mol (*)") + ( alpha "7.2973525693*10^(-3)" "Fine structure constant" nil + "7.2973525693 10^-3 (*)") + ( =CE=B1 "alpha" "Fine structure constant"= nil + "7.2973525693 10^-3 (*)") + ( muB "9.2740100783*10^(-24) J/T" "Bohr magneton" nil + "9.2740100783 10^-24 J/T (*)") + ( muN "5.0507837461*10^(-27) J/T" "Nuclear magneton" nil + "5.0507837461 10^-27 J/T (*)") + ( mue "=E2=88=929.2847647043*10^(-24) J/T" "Electron magnetic mom= ent" nil + "-9.2847647043 10^-24 J/T (*)") + ( mup "1.41060679736*10^(-26) J/T" "Proton magnetic moment" nil + "1.41060679736 10^-26 J/T (*)") + ( R0 "Nav k" "Molar gas constant" ) + ( V0 "R0 273.15 K / 10^5 Pa" "Standard volume of ideal gas"= ) + ;; IUPAC 1982 standard temperature and pressure + ;; Logarithmic units ( Np nil "*Neper") ( dB "(ln(10)/20) Np" "decibel")) --=20 2.43.0 From debbugs-submit-bounces@debbugs.gnu.org Wed Nov 29 05:46:36 2023 Received: (at submit) by debbugs.gnu.org; 29 Nov 2023 10:46:36 +0000 Received: from localhost ([127.0.0.1]:48990 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r8I5U-0002Xa-Dx for submit@debbugs.gnu.org; Wed, 29 Nov 2023 05:46:36 -0500 Received: from lists.gnu.org ([2001:470:142::17]:59860) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r8I5S-0002XI-Ui for submit@debbugs.gnu.org; Wed, 29 Nov 2023 05:46:35 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1r8I5F-0001Id-3c for bug-gnu-emacs@gnu.org; Wed, 29 Nov 2023 05:46:21 -0500 Received: from mail-lj1-x233.google.com ([2a00:1450:4864:20::233]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1r8I5D-0003vC-Gr for bug-gnu-emacs@gnu.org; Wed, 29 Nov 2023 05:46:20 -0500 Received: by mail-lj1-x233.google.com with SMTP id 38308e7fff4ca-2c88b7e69dfso78942531fa.0 for ; Wed, 29 Nov 2023 02:46:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1701254777; x=1701859577; darn=gnu.org; h=to:references:message-id:content-transfer-encoding:cc:date :in-reply-to:from:subject:mime-version:sender:from:to:cc:subject :date:message-id:reply-to; bh=MSjobT8FZAAe+n/iALjWW/k6L2++gZANMol8o20msFU=; b=PTrd4Yq72Ep7scffIlQ/LVEAlSBsr3peSm7H1vzJBWdxJmdbkicf2LlnZpPMps62Y5 Z7gn2oT2iOg2xlL2QHzsmsi+wPnSQ1hogSP1oRZYJCSbkBJ/uznkqBeD5h2D0kbn/xM7 +UMNWOEfJbIfFEjuEUn27M8Hh+pM6QXt27TcTMqNpWgzb6WkoP7eRvM/7YssTBrnXUAA XDpI8EdLai2yuDjVcCrl9wKeuylSLuZvhdNiYfFT8RkOaYNEMhChvay86ZjSZGnRCrLB ISdd50bGQkijxTD5qg7RRmTdznW3e7IY8lz7iAT59ycTERsbCiBYg+W7SJRcsbIVCzDT DuDA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1701254777; x=1701859577; h=to:references:message-id:content-transfer-encoding:cc:date :in-reply-to:from:subject:mime-version:sender:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=MSjobT8FZAAe+n/iALjWW/k6L2++gZANMol8o20msFU=; b=rcq+UD8x0afa35/fm2xoSjsM/7/jtsaW7M7duTwpUSSa/A5ijAZp3yIPo2dS47aV4G Veex8cMb48fi86lBKa0GfaZJqz9I2qDafL6iZieaHIi6UBy/gtxJ7MB9/+Q4uIizC+6M /oFzZN7V4G+TzEu2iVaFrFJ5L8M4m2z7Ntcoxx11a73ZDJb2g5wQ17jANWxtLPAARbBN SAJcdlRl1noxiECGl76ZeVF2JM9cLZJ+a+EapctM7BSYjlbSIZecA6FsebP8aKny42HL I90blRDiA6ZA59GAuc6uQOUEvYoFbCEKSxrk+wjWshLJeeqb6X8RZnjRc4OpNXu/5aq/ V3HQ== X-Gm-Message-State: AOJu0Yz/qZx4GDvB8tfZr5HB4ImXht6Io4/Is+mER4CatKQgvndBWGTa haFvfaM7MHg9meKx+Lkg3Zc= X-Google-Smtp-Source: AGHT+IHwgrgAbsjTaCwD4EOcVc8YgPZDKTXVguKj4YeIjDOCCrghFqu96mOJOHvEZdLJqTqrBh7T7Q== X-Received: by 2002:a2e:8753:0:b0:2c9:be2b:d568 with SMTP id q19-20020a2e8753000000b002c9be2bd568mr1221615ljj.29.1701254776664; Wed, 29 Nov 2023 02:46:16 -0800 (PST) Received: from smtpclient.apple (c188-150-165-235.bredband.tele2.se. [188.150.165.235]) by smtp.gmail.com with ESMTPSA id b1-20020a05651c032100b002bfff335ca1sm1970921ljp.79.2023.11.29.02.46.16 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 29 Nov 2023 02:46:16 -0800 (PST) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 14.0 \(3654.120.0.1.15\)) Subject: Re: 30.0.50; Update Calc units table From: =?utf-8?Q?Mattias_Engdeg=C3=A5rd?= In-Reply-To: Date: Wed, 29 Nov 2023 11:46:15 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: <5112D05D-0A9A-4C43-A9C3-71E0D8C35A8C@gmail.com> References: To: =?utf-8?Q?Ulrich_M=C3=BCller?= X-Mailer: Apple Mail (2.3654.120.0.1.15) Received-SPF: pass client-ip=2a00:1450:4864:20::233; envelope-from=mattias.engdegard@gmail.com; helo=mail-lj1-x233.google.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: submit Cc: bug-gnu-emacs@gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) 29 nov. 2023 kl. 11.10 skrev Ulrich M=C3=BCller : > The latest CODATA adjustment was for 2018. Not sure if we could = instead > wait for publication of the 2022 adjustment; it may be too late to = make > it for the 30.1 release. (If it would have a similar delay as for = 2018, > then the 2022 values would be published in 2025.) >=20 > I've also collected the SI defining constants in their own category, > and updated some spellings (because BIPM, CODATA, and NIST all say > "Planck constant", "Boltzmann constant", etc.). Thank you, this is very welcome and looks fine. Although I haven't = proofread it all in detail, the ones I have checked appear accurate. If a CODATA adjustment appears before 30.1 is released, we can probably = sneak in the changes since they are extremely unlikely to affect = stability of Emacs in any way. From debbugs-submit-bounces@debbugs.gnu.org Wed Nov 29 10:57:13 2023 Received: (at control) by debbugs.gnu.org; 29 Nov 2023 15:57:13 +0000 Received: from localhost ([127.0.0.1]:50779 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r8Mw5-0005h0-Gf for submit@debbugs.gnu.org; Wed, 29 Nov 2023 10:57:13 -0500 Received: from woodpecker.gentoo.org ([140.211.166.183]:40076 helo=smtp.gentoo.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r8Mw2-0005gl-Eu for control@debbugs.gnu.org; Wed, 29 Nov 2023 10:57:11 -0500 From: Ulrich =?utf-8?Q?M=C3=BCller?= To: control@debbugs.gnu.org Subject: Re: bug#67525: 30.0.50; Update Calc units table Date: Wed, 29 Nov 2023 16:56:51 +0100 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) close 67525 30.1 thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Dec 22 11:08:32 2023 Received: (at 67525) by debbugs.gnu.org; 22 Dec 2023 16:08:32 +0000 Received: from localhost ([127.0.0.1]:47637 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rGi4e-0002IQ-1l for submit@debbugs.gnu.org; Fri, 22 Dec 2023 11:08:32 -0500 Received: from mail-ed1-x52a.google.com ([2a00:1450:4864:20::52a]:50240) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rGi4a-0002I7-73 for 67525@debbugs.gnu.org; Fri, 22 Dec 2023 11:08:30 -0500 Received: by mail-ed1-x52a.google.com with SMTP id 4fb4d7f45d1cf-554473c653aso1219146a12.0 for <67525@debbugs.gnu.org>; Fri, 22 Dec 2023 08:08:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1703261298; x=1703866098; darn=debbugs.gnu.org; h=content-transfer-encoding:cc:to:subject:message-id:date :mime-version:references:in-reply-to:from:from:to:cc:subject:date :message-id:reply-to; bh=0VN5k82dbEKqMJeh0tOwhaad9anWgN+sz8Ieprmru0I=; b=cchMY7oBc3VqazPWe3S0nYGwnLzvT3n4I2SC5gfFiHmrh1zDPUkmFiTO+zQF31lFVR KFhWfFKw9w9sx/bHMipKpDnJD+yOP9xpXjbfnSMCfHpdrlYCgysvBlqSmzDNX09yfJV6 KYL4ZnWuIaJLUADcouaQSaS9Q/l81jYvCZSsn5dNx94/hH/J0Rlg0mVhv+hd+d5diVG+ SjkfhhuAM2RcXJ2JyTbnXVFEHbrhB3tmGlED/588inZhbYUxbB7zIu1UdAo+zLsjgbiR Px0pC18qP/1gSL3ys4+voctyckjVgolfowtOFnY3AKTWH1vQFP5W7QN5aHtSlG+1MIIJ lU8Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1703261298; x=1703866098; h=content-transfer-encoding:cc:to:subject:message-id:date :mime-version:references:in-reply-to:from:x-gm-message-state:from:to :cc:subject:date:message-id:reply-to; bh=0VN5k82dbEKqMJeh0tOwhaad9anWgN+sz8Ieprmru0I=; b=LDZJeGve+11aLyXz7N5SpObQ4h/Ir4l0XfmrRlfhof6VNs+fsOrxl08iMqYJeOtR5T ZfSsss0XCpQmRO/A2kR0RRR7/nfd3PtOZG189AefBZsM4GcaHXJA9b9tPUHYyDM81xQD 5nPv5rhbZdomhSsZ6M+b3IFIl7mnrZSUDgfnm0zDxrJ+ymCu14gEsiPpQO0t15hLaIG6 Rz12L0nGv6Kq6E4IGhSQBUknJRipP79GwV7XaHXl8S7TZU9omxvOjM+fcJ92zo5pf9kz Ve/Vkge1e/H9cMwFHSEMNP49WcXtLTmIxdodGRggD9KR0lKngjY2/zV/84yGaGb7obH+ LjlQ== X-Gm-Message-State: AOJu0YxaKJ5lrUC15TupmrlLnlDC5ZdSH+WIw1XFhXFs14SoThrvPFrP fARze/lUT+zjwmtqzGwODCXlBUDGGIR51ILbQPo= X-Google-Smtp-Source: AGHT+IGPzr378k0zVbGVzjbvJBWz8yNJEt+Av0PZaj6bYadUl1bfEC3hUOzI9yEYU5zU2av1Mr1W3jtTo20/09hOt3I= X-Received: by 2002:a50:cc99:0:b0:553:19e7:8129 with SMTP id q25-20020a50cc99000000b0055319e78129mr805450edi.48.1703261297535; Fri, 22 Dec 2023 08:08:17 -0800 (PST) Received: from 753933720722 named unknown by gmailapi.google.com with HTTPREST; Fri, 22 Dec 2023 08:08:17 -0800 From: Stefan Kangas In-Reply-To: <5112D05D-0A9A-4C43-A9C3-71E0D8C35A8C@gmail.com> References: <5112D05D-0A9A-4C43-A9C3-71E0D8C35A8C@gmail.com> MIME-Version: 1.0 Date: Fri, 22 Dec 2023 08:08:17 -0800 Message-ID: Subject: Re: bug#67525: 30.0.50; Update Calc units table To: =?UTF-8?Q?Mattias_Engdeg=C3=A5rd?= , =?UTF-8?Q?Ulrich_M=C3=BCller?= Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 67525 Cc: 67525@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Mattias Engdeg=C3=A5rd writes: > 29 nov. 2023 kl. 11.10 skrev Ulrich M=C3=BCller : > >> The latest CODATA adjustment was for 2018. Not sure if we could >> instead wait for publication of the 2022 adjustment; it may be too >> late to make it for the 30.1 release. (If it would have a similar >> delay as for 2018, then the 2022 values would be published in 2025.) >> >> I've also collected the SI defining constants in their own category, >> and updated some spellings (because BIPM, CODATA, and NIST all say >> "Planck constant", "Boltzmann constant", etc.). > > Thank you, this is very welcome and looks fine. Although I haven't > proofread it all in detail, the ones I have checked appear accurate. Thanks, I took only a very cursory look, but it looks fine to me also. Please install on master, and thanks for working on this. From unknown Mon Aug 18 14:25:51 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 20 Jan 2024 12:24:10 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator