소스 검색

Add points as a quirky unit of length

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

+ 5
- 0
macrovision.js 파일 보기

@@ -212,6 +212,10 @@ math.createUnit("barns", {
prefixes: "long"
})

math.createUnit("points", {
definition: "0.013888888888888888888888888 inches",
prefixes: "long"
})
math.createUnit("beardSeconds", {
definition: "10 nanometers",
prefixes: "long"
@@ -303,6 +307,7 @@ const unitChoices = {
],
"quirky": [
"beardSeconds",
"points",
"smoots",
"furlongs"
]


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