Browse Source

Add cars and buses as units of mass

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

+ 10
- 0
macrovision.js View File

@@ -158,6 +158,14 @@ math.createUnit("peopleMass", {
definition: "80 kg",
prefixes: "long"
});
math.createUnit("cars", {
definition: "1250kg",
prefixes: "long"
});
math.createUnit("buses", {
definition: "15000kg",
prefixes: "long"
});
math.createUnit("earthMass", {
definition: "5.97e24 kg",
prefixes: "long"
@@ -264,6 +272,8 @@ const unitChoices = {
],
"relative": [
"peopleMass",
"cars",
"buses",
"earthMass",
"solarmasses"
]


Loading…
Cancel
Save