This website works better with JavaScript.
Home
Explore
Help
Sign In
chemicalcrux
/
macrovision
Watch
1
Star
0
Fork
0
Code
Issues
5
Pull Requests
0
Releases
10
Wiki
Activity
Browse Source
Add missing unit
tags/v0.1.0
Fen Dweller
6 years ago
parent
a562f6fb62
commit
70c6664e7c
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
macrovision.js
+ 4
- 0
macrovision.js
View File
@@ -47,6 +47,10 @@ math.createUnit("stories", {
definition: "12 feet",
prefixes: "long"
});
math.createUnit("earths", {
definition: "12756km",
prefixes: "long"
});
math.createUnit("parsec", {
definition: "3.086e16 meters",
prefixes: "long"
Write
Preview
Loading…
Cancel
Save