Parcourir la source

Add hands

master
Fen Dweller il y a 3 ans
Parent
révision
1e6b9b7b1f
1 fichiers modifiés avec 7 ajouts et 0 suppressions
  1. +7
    -0
      macrovision.js

+ 7
- 0
macrovision.js Voir le fichier

@@ -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",


Chargement…
Annuler
Enregistrer