瀏覽代碼

Add points as a quirky unit of length

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

+ 5
- 0
macrovision.js 查看文件

@@ -212,6 +212,10 @@ math.createUnit("barns", {
prefixes: "long"
})

math.createUnit("points", {
definition: "0.013888888888888888888888888 inches",
prefixes: "long"
})
math.createUnit("beardSeconds", {
definition: "10 nanometers",
prefixes: "long"
@@ -303,6 +307,7 @@ const unitChoices = {
],
"quirky": [
"beardSeconds",
"points",
"smoots",
"furlongs"
]


Loading…
取消
儲存