ソースを参照

Add missing unit

tags/v0.1.0
Fen Dweller 6年前
コミット
70c6664e7c
1個のファイルの変更4行の追加0行の削除
  1. +4
    -0
      macrovision.js

+ 4
- 0
macrovision.js ファイルの表示

@@ -47,6 +47,10 @@ math.createUnit("stories", {
definition: "12 feet", definition: "12 feet",
prefixes: "long" prefixes: "long"
}); });
math.createUnit("earths", {
definition: "12756km",
prefixes: "long"
});
math.createUnit("parsec", { math.createUnit("parsec", {
definition: "3.086e16 meters", definition: "3.086e16 meters",
prefixes: "long" prefixes: "long"


読み込み中…
キャンセル
保存