From f9af086ee13a59a0155d10ad154fd1ac3282999a Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Fri, 28 Jan 2022 14:54:44 -0500 Subject: [PATCH] Add U (server rack height) as a length unit --- macrovision.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/macrovision.js b/macrovision.js index 6f9f8d95..b5ed298e 100644 --- a/macrovision.js +++ b/macrovision.js @@ -97,6 +97,11 @@ math.createUnit("fathoms", { aliases: ["fathom", "fathoms"] }); +math.createUnit("U", { + definition: "1.75 inches", + prefixes: "short" +}); + math.createUnit("earths", { definition: "12756km", prefixes: "long", @@ -415,6 +420,7 @@ const unitChoices = { "smoots", "furlongs", "HUs", + "U", "fathoms", ], "human": [