Browse Source

Add U (server rack height) as a length unit

master
Fen Dweller 4 years ago
parent
commit
f9af086ee1
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      macrovision.js

+ 6
- 0
macrovision.js View File

@@ -97,6 +97,11 @@ math.createUnit("fathoms", {
aliases: ["fathom", "fathoms"] aliases: ["fathom", "fathoms"]
}); });


math.createUnit("U", {
definition: "1.75 inches",
prefixes: "short"
});

math.createUnit("earths", { math.createUnit("earths", {
definition: "12756km", definition: "12756km",
prefixes: "long", prefixes: "long",
@@ -415,6 +420,7 @@ const unitChoices = {
"smoots", "smoots",
"furlongs", "furlongs",
"HUs", "HUs",
"U",
"fathoms", "fathoms",
], ],
"human": [ "human": [


Loading…
Cancel
Save