Fen Dweller 4 лет назад
Родитель
Сommit
9349f4de29
1 измененных файлов: 9 добавлений и 1 удалений
  1. +9
    -1
      macrovision.js

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

@@ -254,6 +254,13 @@ math.createUnit("donkeySeconds", {
definition: "250 joules",
prefixes: "long"
})
math.createUnit("HU", {
definition: "0.75 inches",
aliases: [
"HUs",
"hammerUnits"
]
});

const defaultUnits = {
length: {
@@ -321,7 +328,8 @@ const unitChoices = {
"beardSeconds",
"points",
"smoots",
"furlongs"
"furlongs",
"HUs"
]
},
area: {


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