| @@ -67,6 +67,16 @@ math.createUnit({ | |||||
| definition: "0.3333333333333333333 inches", | definition: "0.3333333333333333333 inches", | ||||
| offset: 22, | offset: 22, | ||||
| }, | }, | ||||
| ShoeSizeEU: { | |||||
| prefixes: "long", | |||||
| definition: "0.666666666667 cm", | |||||
| offset: -2, | |||||
| }, | |||||
| ShoeSizeUK: { | |||||
| prefixes: "long", | |||||
| definition: "0.3333333333333333333 in", | |||||
| offset: 23, | |||||
| }, | |||||
| }); | }); | ||||
| math.createUnit("humans", { | math.createUnit("humans", { | ||||
| @@ -399,6 +409,8 @@ const unitChoices = { | |||||
| ], | ], | ||||
| customary: ["inches", "feet", "yards", "miles", "nauticalMiles"], | customary: ["inches", "feet", "yards", "miles", "nauticalMiles"], | ||||
| relative: [ | relative: [ | ||||
| "ShoeSizeEU", | |||||
| "ShoeSizeUK", | |||||
| "ShoeSizeMensUS", | "ShoeSizeMensUS", | ||||
| "stories", | "stories", | ||||
| "buses", | "buses", | ||||