Sfoglia il codice sorgente

Add timezones as a unit of length

master
Fen Dweller 4 anni fa
parent
commit
72263a1714
1 ha cambiato i file con 7 aggiunte e 0 eliminazioni
  1. +7
    -0
      macrovision.js

+ 7
- 0
macrovision.js Vedi File

@@ -77,6 +77,12 @@ math.createUnit("marathons", {
definition: "26.2 miles",
prefixes: "long"
});
math.createUnit("timezones", {
definition: "1037.54167 miles",
prefixes: "long",
aliases: ["timezone", "timezones"]
});

math.createUnit("earths", {
definition: "12756km",
prefixes: "long"
@@ -318,6 +324,7 @@ const unitChoices = {
"stories",
"buses",
"marathons",
"timezones",
"earths",
"lightseconds",
"solarradii",


Loading…
Annulla
Salva