We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87333e2 commit a838f3cCopy full SHA for a838f3c
js/util.js
@@ -0,0 +1,3 @@
1
+function getMultiplier(baseValue, otherValue) {
2
+ return parseInt(otherValue, 10) / parseInt(baseValue, 10);
3
+}
0 commit comments