소스 검색

Add timezones as a unit of length

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

+ 7
- 0
macrovision.js 파일 보기

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


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