소스 검색

Add lightseconds

master
Fen Dweller 5 년 전
부모
커밋
87b3548816
1개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제
  1. +10
    -0
      macrovision.js

+ 10
- 0
macrovision.js 파일 보기

@@ -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",


불러오는 중...
취소
저장