瀏覽代碼

Add acreFeet

master
Fen Dweller 2 年之前
父節點
當前提交
f6f66d0a68
共有 1 個文件被更改,包括 6 次插入1 次删除
  1. +6
    -1
      macrovision.js

+ 6
- 1
macrovision.js 查看文件

@@ -461,6 +461,11 @@ math.createUnit("hands", {
aliases: ["hand", "hands"]
});

math.createUnit("acreFeet", {
definition: "1 acre * foot",
prefixes: "long",
});

//#endregion

const defaultUnits = {
@@ -570,7 +575,7 @@ const unitChoices = {
},
volume: {
metric: ["milliliters", "liters", "m^3"],
customary: ["in^3", "floz", "teaspoons", "tablespoons", "cups", "pints", "quarts", "gallons"],
customary: ["in^3", "floz", "teaspoons", "tablespoons", "cups", "pints", "quarts", "gallons", "acreFeet"],
relative: [
"oilbarrels",
"shippingContainers",


Loading…
取消
儲存