Procházet zdrojové kódy

Add U (server rack height) as a length unit

master
Fen Dweller před 3 roky
rodič
revize
f9af086ee1
1 změnil soubory, kde provedl 6 přidání a 0 odebrání
  1. +6
    -0
      macrovision.js

+ 6
- 0
macrovision.js Zobrazit soubor

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

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

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


Načítá se…
Zrušit
Uložit