Commit e8f15316 authored by 邱旭's avatar 邱旭

换个版本号打印的方式

parent 29c78446
...@@ -176,22 +176,3 @@ function checkIntersection( ...@@ -176,22 +176,3 @@ function checkIntersection(
object: object object: object
}; };
} }
//交付分
var a = 5
//时间分每天
var b = 1
//极限时间
var j = 15
//项目基础时间
var i = 4
function aaa(t) {
t -= i
return a + t * b + (t * t) / j * a / i / i;
}
function bbb(t) {
//完整项目按4天
t -= i
return a + t * b + (t * t) / j * a / i / i;
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment