Browse Source

Add hands

master
Fen Dweller 2 years ago
parent
commit
1e6b9b7b1f
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      macrovision.js

+ 7
- 0
macrovision.js View File

@@ -455,6 +455,12 @@ math.createUnit("townships", {
aliases: ["township", "surveytownships", "surveytownships"]
});

math.createUnit("hands", {
definition: "4 inches",
prefixes: "long",
aliases: ["hand", "hands"]
});

//#endregion

const defaultUnits = {
@@ -513,6 +519,7 @@ const unitChoices = {
"ShoeSizeUK",
"ShoeSizeMensUS",
"ShoeSizeWomensUS",
"hands",
"stories",
"buses",
"marathons",


Loading…
Cancel
Save