소스 검색

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",


불러오는 중...
취소
저장