|
|
|
@@ -212,6 +212,10 @@ math.createUnit("barns", { |
|
|
|
prefixes: "long" |
|
|
|
}) |
|
|
|
|
|
|
|
math.createUnit("points", { |
|
|
|
definition: "0.013888888888888888888888888 inches", |
|
|
|
prefixes: "long" |
|
|
|
}) |
|
|
|
math.createUnit("beardSeconds", { |
|
|
|
definition: "10 nanometers", |
|
|
|
prefixes: "long" |
|
|
|
@@ -303,6 +307,7 @@ const unitChoices = { |
|
|
|
], |
|
|
|
"quirky": [ |
|
|
|
"beardSeconds", |
|
|
|
"points", |
|
|
|
"smoots", |
|
|
|
"furlongs" |
|
|
|
] |
|
|
|
|