| @@ -461,6 +461,11 @@ math.createUnit("hands", { | |||||
| aliases: ["hand", "hands"] | aliases: ["hand", "hands"] | ||||
| }); | }); | ||||
| math.createUnit("acreFeet", { | |||||
| definition: "1 acre * foot", | |||||
| prefixes: "long", | |||||
| }); | |||||
| //#endregion | //#endregion | ||||
| const defaultUnits = { | const defaultUnits = { | ||||
| @@ -570,7 +575,7 @@ const unitChoices = { | |||||
| }, | }, | ||||
| volume: { | volume: { | ||||
| metric: ["milliliters", "liters", "m^3"], | 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: [ | relative: [ | ||||
| "oilbarrels", | "oilbarrels", | ||||
| "shippingContainers", | "shippingContainers", | ||||