Browse Source

Add some ring sizes

master
Fen Dweller 4 years ago
parent
commit
76636b8c40
1 changed files with 18 additions and 0 deletions
  1. +18
    -0
      macrovision.js

+ 18
- 0
macrovision.js View File

@@ -82,6 +82,21 @@ math.createUnit({
definition: "0.3333333333333333333 in", definition: "0.3333333333333333333 in",
offset: 23, offset: 23,
}, },
RingSizeNA: {
prefixes: "long",
definition: "0.0327 inches",
offset: 13.883792
},
RingSizeISO: {
prefixes: "long",
definition: "0.318309886 mm",
offset: 0
},
RingSizeIndia: {
prefixes: "long",
definition: "0.318309886 mm",
offset: 40
}
}); });


math.createUnit("humans", { math.createUnit("humans", {
@@ -414,6 +429,9 @@ const unitChoices = {
], ],
customary: ["inches", "feet", "yards", "miles", "nauticalMiles"], customary: ["inches", "feet", "yards", "miles", "nauticalMiles"],
relative: [ relative: [
"RingSizeNA",
"RingSizeISO",
"RingSizeIndia",
"ShoeSizeEU", "ShoeSizeEU",
"ShoeSizeUK", "ShoeSizeUK",
"ShoeSizeMensUS", "ShoeSizeMensUS",


Loading…
Cancel
Save