Sfoglia il codice sorgente

Add lightseconds

master
Fen Dweller 5 anni fa
parent
commit
87b3548816
1 ha cambiato i file con 10 aggiunte e 0 eliminazioni
  1. +10
    -0
      macrovision.js

+ 10
- 0
macrovision.js Vedi File

@@ -65,6 +65,15 @@ math.createUnit("earths", {
definition: "12756km",
prefixes: "long"
});
math.createUnit("lightsecond", {
definition: "299792458 meters",
prefixes: "long"
});
math.createUnit("lightseconds", {
definition: "299792458 meters",
prefixes: "long"
});

math.createUnit("parsec", {
definition: "3.086e16 meters",
prefixes: "long"
@@ -234,6 +243,7 @@ const unitChoices = {
"humans",
"stories",
"earths",
"lightseconds",
"solarradii",
"AUs",
"lightyears",


Loading…
Annulla
Salva