Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/units Extend units.lib with prefixes from Resolution...



details:   https://anonhg.NetBSD.org/src/rev/2f1bac607f4b
branches:  trunk
changeset: 372386:2f1bac607f4b
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Sun Nov 20 14:53:14 2022 +0000

description:
Extend units.lib with prefixes from Resolution 3 of the 27th meeting of CGPM.

diffstat:

 usr.bin/units/units.lib |  10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diffs (42 lines):

diff -r ed24252293ad -r 2f1bac607f4b usr.bin/units/units.lib
--- a/usr.bin/units/units.lib   Sun Nov 20 11:57:02 2022 +0000
+++ b/usr.bin/units/units.lib   Sun Nov 20 14:53:14 2022 +0000
@@ -1,4 +1,4 @@
-/      $NetBSD: units.lib,v 1.29 2022/10/24 05:52:48 dholland Exp $
+/      $NetBSD: units.lib,v 1.30 2022/11/20 14:53:14 jakllsch Exp $
 
 / primitive units
 
@@ -14,6 +14,8 @@
 
 / prefixes
 
+quetta-                        1e30
+ronna-                 1e27
 yotta-                 1e24
 zetta-                 1e21
 exa-                   1e18
@@ -35,10 +37,14 @@
 atto-                  1e-18
 zopto-                 1e-21
 yocto-                 1e-24
+ronto-                 1e-27
+quecto-                        1e-30
 
 semi-                  .5
 demi-                  .5
 
+Q-                     quetta
+R-                     ronna
 Y-                     yotta
 Z-                     zetta
 E-                     exa
@@ -57,6 +63,8 @@
 a-                     atto
 z-                     zopto
 y-                     yocto
+r-                     ronto
+q-                     quecto
 
 / ////////////////////////////////////////////////////////////
 / constants



Home | Main Index | Thread Index | Old Index