Переглянути джерело

Add more relative area units

master
Fen Dweller 4 роки тому
джерело
коміт
a8f858aa8e
1 змінених файлів з 10 додано та 0 видалено
  1. +10
    -0
      macrovision.js

+ 10
- 0
macrovision.js Переглянути файл

@@ -168,6 +168,14 @@ math.createUnit("multiverses", {
prefixes: "long"
});

math.createUnit("pinHeads", {
definition: "3.14159 mm^2",
prefixes: "long"
});
math.createUnit("dinnerPlates", {
definition: "95 inches^2",
prefixes: "long"
});
math.createUnit("footballFields", {
definition: "57600 feet^2",
prefixes: "long"
@@ -408,6 +416,8 @@ const unitChoices = {
"peopleInLooseCrowd",
"peopleInCrowd",
"peopleInDenseCrowd",
"pinHeads",
"dinnerPlates",
"footballFields"
],
"quirky": [


Завантаження…
Відмінити
Зберегти