Просмотр исходного кода

Add points as a quirky unit of length

master
Fen Dweller 5 лет назад
Родитель
Сommit
feaed5a5e9
1 измененных файлов: 5 добавлений и 0 удалений
  1. +5
    -0
      macrovision.js

+ 5
- 0
macrovision.js Просмотреть файл

@@ -212,6 +212,10 @@ math.createUnit("barns", {
prefixes: "long" prefixes: "long"
}) })


math.createUnit("points", {
definition: "0.013888888888888888888888888 inches",
prefixes: "long"
})
math.createUnit("beardSeconds", { math.createUnit("beardSeconds", {
definition: "10 nanometers", definition: "10 nanometers",
prefixes: "long" prefixes: "long"
@@ -303,6 +307,7 @@ const unitChoices = {
], ],
"quirky": [ "quirky": [
"beardSeconds", "beardSeconds",
"points",
"smoots", "smoots",
"furlongs" "furlongs"
] ]


Загрузка…
Отмена
Сохранить