소스 검색

Add US men's shoe size as a unit

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

+ 9
- 0
macrovision.js 파일 보기

@@ -61,6 +61,14 @@ const tagDefs = {
"goo": "Goo"
}

math.createUnit({
"ShoeSizeMensUS": {
prefixes: "long",
definition: "0.3333333333333333333 inches",
offset: 22
}
})

math.createUnit("humans", {
definition: "5.75 feet"
});
@@ -400,6 +408,7 @@ const unitChoices = {
"nauticalMiles",
],
"relative": [
"ShoeSizeMensUS",
"stories",
"buses",
"marathons",


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