Sfoglia il codice sorgente

Add US men's shoe size as a unit

master
Fen Dweller 4 anni fa
parent
commit
867494457a
1 ha cambiato i file con 9 aggiunte e 0 eliminazioni
  1. +9
    -0
      macrovision.js

+ 9
- 0
macrovision.js Vedi File

@@ -61,6 +61,14 @@ const tagDefs = {
"goo": "Goo" "goo": "Goo"
} }


math.createUnit({
"ShoeSizeMensUS": {
prefixes: "long",
definition: "0.3333333333333333333 inches",
offset: 22
}
})

math.createUnit("humans", { math.createUnit("humans", {
definition: "5.75 feet" definition: "5.75 feet"
}); });
@@ -400,6 +408,7 @@ const unitChoices = {
"nauticalMiles", "nauticalMiles",
], ],
"relative": [ "relative": [
"ShoeSizeMensUS",
"stories", "stories",
"buses", "buses",
"marathons", "marathons",


Loading…
Annulla
Salva