| @@ -65,6 +65,15 @@ math.createUnit("earths", { | |||||
| definition: "12756km", | definition: "12756km", | ||||
| prefixes: "long" | prefixes: "long" | ||||
| }); | }); | ||||
| math.createUnit("lightsecond", { | |||||
| definition: "299792458 meters", | |||||
| prefixes: "long" | |||||
| }); | |||||
| math.createUnit("lightseconds", { | |||||
| definition: "299792458 meters", | |||||
| prefixes: "long" | |||||
| }); | |||||
| math.createUnit("parsec", { | math.createUnit("parsec", { | ||||
| definition: "3.086e16 meters", | definition: "3.086e16 meters", | ||||
| prefixes: "long" | prefixes: "long" | ||||
| @@ -234,6 +243,7 @@ const unitChoices = { | |||||
| "humans", | "humans", | ||||
| "stories", | "stories", | ||||
| "earths", | "earths", | ||||
| "lightseconds", | |||||
| "solarradii", | "solarradii", | ||||
| "AUs", | "AUs", | ||||
| "lightyears", | "lightyears", | ||||