瀏覽代碼

Add Hammer units

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

+ 9
- 1
macrovision.js 查看文件

@@ -254,6 +254,13 @@ math.createUnit("donkeySeconds", {
definition: "250 joules",
prefixes: "long"
})
math.createUnit("HU", {
definition: "0.75 inches",
aliases: [
"HUs",
"hammerUnits"
]
});

const defaultUnits = {
length: {
@@ -321,7 +328,8 @@ const unitChoices = {
"beardSeconds",
"points",
"smoots",
"furlongs"
"furlongs",
"HUs"
]
},
area: {


Loading…
取消
儲存