Explorar el Código

Add US men's shoe size as a unit

master
Fen Dweller hace 4 años
padre
commit
867494457a
Se han modificado 1 ficheros con 9 adiciones y 0 borrados
  1. +9
    -0
      macrovision.js

+ 9
- 0
macrovision.js Ver fichero

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

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

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


Cargando…
Cancelar
Guardar