| @@ -61,6 +61,14 @@ const tagDefs = { | |||||
| "goo": "Goo" | "goo": "Goo" | ||||
| } | } | ||||
| math.createUnit({ | |||||
| "ShoeSizeMensUS": { | |||||
| prefixes: "long", | |||||
| definition: "0.3333333333333333333 inches", | |||||
| offset: 22 | |||||
| } | |||||
| }) | |||||
| math.createUnit("humans", { | math.createUnit("humans", { | ||||
| definition: "5.75 feet" | definition: "5.75 feet" | ||||
| }); | }); | ||||
| @@ -400,6 +408,7 @@ const unitChoices = { | |||||
| "nauticalMiles", | "nauticalMiles", | ||||
| ], | ], | ||||
| "relative": [ | "relative": [ | ||||
| "ShoeSizeMensUS", | |||||
| "stories", | "stories", | ||||
| "buses", | "buses", | ||||
| "marathons", | "marathons", | ||||