Commit 5ee498d6 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

minor edit

parent c72671e1
......@@ -233,7 +233,7 @@ numbers.calculus.GaussNewton_forHeading = function(v,n,r,dr,eps,w){
for(var i=0;i<n;i++){
rs0.push(r(i,v0))
rs1.push(r(i,v1))
diff.push(r(i,v1)-r(i,v0))
diff.push(rs1[i]-rs0[i])
}
console.log("V1:")
......
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