소스 검색

Add cars and buses as units of mass

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

+ 10
- 0
macrovision.js 파일 보기

@@ -158,6 +158,14 @@ math.createUnit("peopleMass", {
definition: "80 kg",
prefixes: "long"
});
math.createUnit("cars", {
definition: "1250kg",
prefixes: "long"
});
math.createUnit("buses", {
definition: "15000kg",
prefixes: "long"
});
math.createUnit("earthMass", {
definition: "5.97e24 kg",
prefixes: "long"
@@ -264,6 +272,8 @@ const unitChoices = {
],
"relative": [
"peopleMass",
"cars",
"buses",
"earthMass",
"solarmasses"
]


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