瀏覽代碼

Add U (server rack height) as a length unit

master
Fen Dweller 4 年之前
父節點
當前提交
f9af086ee1
共有 1 個檔案被更改,包括 6 行新增0 行删除
  1. +6
    -0
      macrovision.js

+ 6
- 0
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": [


Loading…
取消
儲存