Browse Source

Add shipping containers as a relative unit of volume

master
Fen Dweller 4 years ago
parent
commit
ff5221e22d
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      macrovision.js

+ 5
- 0
macrovision.js View File

@@ -158,6 +158,10 @@ math.createUnit("people", {
definition: "75 liters", definition: "75 liters",
prefixes: "long" prefixes: "long"
}); });
math.createUnit("shippingContainers", {
definition: "1169 ft^3",
prefixes: "long"
});
math.createUnit("olympicPools", { math.createUnit("olympicPools", {
definition: "2500 m^3", definition: "2500 m^3",
prefixes: "long" prefixes: "long"
@@ -366,6 +370,7 @@ const unitChoices = {
], ],
"relative": [ "relative": [
"people", "people",
"shippingContainers",
"olympicPools", "olympicPools",
"oceans", "oceans",
"earthVolumes", "earthVolumes",


Loading…
Cancel
Save