Module Name:    src
Committed By:   jakllsch
Date:           Tue Feb 15 16:21:35 UTC 2022

Modified Files:
        src/usr.bin/units: units.lib

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

Add symbol Bq for becquerel.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/usr.bin/units/units.lib

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/units/units.lib
diff -u src/usr.bin/units/units.lib:1.25 src/usr.bin/units/units.lib:1.26
--- src/usr.bin/units/units.lib:1.25	Tue Feb 15 13:44:47 2022
+++ src/usr.bin/units/units.lib	Tue Feb 15 16:21:35 2022
@@ -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 @@ neutronmass		1.6606e-27 kg
 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

Reply via email to