Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/units Define becquerels in base units (like curies a...



details:   https://anonhg.NetBSD.org/src/rev/d2285e9679ec
branches:  trunk
changeset: 361576:d2285e9679ec
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Tue Feb 15 16:21:35 2022 +0000

description:
Define becquerels in base units (like curies and rutherfords already are),
rather than in terms of curies.

Add symbol Bq for becquerel.

diffstat:

 usr.bin/units/units.lib |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r a46576b85257 -r d2285e9679ec usr.bin/units/units.lib
--- a/usr.bin/units/units.lib   Tue Feb 15 13:44:47 2022 +0000
+++ b/usr.bin/units/units.lib   Tue Feb 15 16:21:35 2022 +0000
@@ -1,4 +1,4 @@
-/      $NetBSD: units.lib,v 1.25 2022/02/15 13:44:47 jakllsch Exp $
+/      $NetBSD: units.lib,v 1.26 2022/02/15 16:21:35 jakllsch Exp $
 
 / primitive units
 
@@ -612,7 +612,8 @@
 V                      volt
 eV                     e V
 bohrradius             hbar2-C2/8.988e9 N m2-e2-electronmass
-becquerel              1|3.7e10 curie
+becquerel              /sec
+Bq                     becquerel
 fresnel                        1e12 hertz
 statcoul               1|2.99792458e9 coul
 statamp                        1|2.99792458e9 amp



Home | Main Index | Thread Index | Old Index