Comparing version 0.1.2 to 0.1.3
module.exports={ | ||
function calcu_ave(comment){ | ||
calcu_ave:function(comment){ | ||
var d1=parseInt(comment.data1); | ||
@@ -11,3 +11,3 @@ var d2=parseInt(comment.data2); | ||
} | ||
function calcu_dx(comment){ | ||
calcu_dx:function(comment){ | ||
var ave=(d1+d2+d3+d4+d5)/5; | ||
@@ -14,0 +14,0 @@ var d1=parseInt(comment.data1)-ave; |
{ | ||
"author": "css", | ||
"name": "calcu_css", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Caculate ex dx", | ||
@@ -6,0 +6,0 @@ "main": "caculate", |