Comparing version 0.1.5 to 0.1.6
@@ -12,3 +12,3 @@ module.exports={ | ||
calcuDx:function(comment){ | ||
var ave=(d1+d2+d3+d4+d5)/5; | ||
var ave=this.calcuAve(comment); | ||
var d1=parseInt(comment.data1)-ave; | ||
@@ -15,0 +15,0 @@ var d2=parseInt(comment.data2)-ave; |
{ | ||
"author": "css", | ||
"name": "calcu_css", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "Caculate ex dx", | ||
@@ -6,0 +6,0 @@ "main": "caculate", |
1045