| @@ -97,6 +97,11 @@ math.createUnit("fathoms", { | |||||
| aliases: ["fathom", "fathoms"] | aliases: ["fathom", "fathoms"] | ||||
| }); | }); | ||||
| math.createUnit("U", { | |||||
| definition: "1.75 inches", | |||||
| prefixes: "short" | |||||
| }); | |||||
| math.createUnit("earths", { | math.createUnit("earths", { | ||||
| definition: "12756km", | definition: "12756km", | ||||
| prefixes: "long", | prefixes: "long", | ||||
| @@ -415,6 +420,7 @@ const unitChoices = { | |||||
| "smoots", | "smoots", | ||||
| "furlongs", | "furlongs", | ||||
| "HUs", | "HUs", | ||||
| "U", | |||||
| "fathoms", | "fathoms", | ||||
| ], | ], | ||||
| "human": [ | "human": [ | ||||