You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config/holes.toml
+17-11Lines changed: 17 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -2333,16 +2333,18 @@ Shì shì shì shì.
2333
2333
2334
2334
['SIUnits']
2335
2335
category = 'Transform'
2336
-
experiment = 862
2337
2336
links = [
2338
-
{ name = 'NIST (Units)', url = '//www.nist.gov/pml/special-publication-330/sp-330-section-2#2.3.4' },
2339
2337
{ name = 'NIST (Prefixes)', url = '//www.nist.gov/pml/owm/metric-si-prefixes' },
2338
+
{ name = 'NIST (Units)', url = '//www.nist.gov/pml/special-publication-330/sp-330-section-2#2.3.4' },
2340
2339
]
2341
2340
synopsis = 'Express SI units using the 7 base units.'
2342
2341
preamble = '''
2342
+
<p>
2343
+
SI defines 7 base units: s, m, kg, A, K, mol, cd.
2344
+
There are 22 of derived units with their own symbols defined.
2345
+
These correspond to the base ones like so:
2343
2346
2344
-
<p>SI defines 7 base units: s, m, kg, A, K, mol, cd. There are 22 of derived units with their own symbols defined. These correspond to the base ones like so:
2345
-
<div class="tables-4col">
2347
+
<div class=tables-4col>
2346
2348
<table>
2347
2349
<thead>
2348
2350
<tr>
@@ -2396,7 +2398,8 @@ preamble = '''
2396
2398
</div>
2397
2399
2398
2400
<p>SI further defines 24 prefixes denoting exponents of 10:
2399
-
<div class="tables-4col">
2401
+
2402
+
<div class=tables-4col>
2400
2403
<table>
2401
2404
<thead>
2402
2405
<tr>
@@ -2451,12 +2454,15 @@ preamble = '''
2451
2454
</table>
2452
2455
</div>
2453
2456
2454
-
<p>Each input comprises of a (optional) prefix and one of the base or derived units symbol,
2455
-
except that symbols for decimal multiples and sub-multiples of "kg" are formed by attaching prefixes to the unit symbol "g".
2456
-
For example, "10^−6 kg" is written as "mg", not as "µkg".
2457
-
Each such input should be convert to product of a power of 10 and a product of base units, as described in the tables above.
2458
-
If the unit is "1", only the power of ten should be printed. Furthermore, "10^1" should be printed as "10" and "10^0" as "1".<br>
2459
-
For example, "MJ" should be converted to "10^6 kg m^2 s^-2".
2457
+
<p>
2458
+
Each input comprises of a (optional) prefix and one of the base or derived
2459
+
units symbol, except that symbols for decimal multiples and sub-multiples
2460
+
of "kg" are formed by attaching prefixes to the unit symbol "g". For
2461
+
example, "10^−6 kg" is written as "mg", not as "µkg". Each such input
2462
+
should be convert to product of a power of 10 and a product of base units,
2463
+
as described in the tables above. If the unit is "1", only the power of
2464
+
ten should be printed. Furthermore, "10^1" should be printed as "10" and
2465
+
"10^0" as "1". For example, "MJ" should be converted to "10^6 kg m^2 s^-2".
0 commit comments