diff --git a/macrovision.js b/macrovision.js index 4ede3471..ce289a58 100644 --- a/macrovision.js +++ b/macrovision.js @@ -67,6 +67,16 @@ math.createUnit({ definition: "0.3333333333333333333 inches", offset: 22, }, + ShoeSizeEU: { + prefixes: "long", + definition: "0.666666666667 cm", + offset: -2, + }, + ShoeSizeUK: { + prefixes: "long", + definition: "0.3333333333333333333 in", + offset: 23, + }, }); math.createUnit("humans", { @@ -399,6 +409,8 @@ const unitChoices = { ], customary: ["inches", "feet", "yards", "miles", "nauticalMiles"], relative: [ + "ShoeSizeEU", + "ShoeSizeUK", "ShoeSizeMensUS", "stories", "buses",