Skip to content

Commit

Permalink
Update vector.js
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlvhsl authored Jun 18, 2016
1 parent 795b875 commit 2cb9e5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/vector.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Created by durui on 2015/6/29.
*/
//ʸÁ¿¼ÆËãÀà
//ʸÁ¿¼ÆËãÀà utf-8
function Vector(l1,l2){
return new V(l1,l2)
}
Expand Down Expand Up @@ -56,4 +56,4 @@ V.prototype.phi=function(v) {
var up = this.multiply(v)
var down = this.long() * v.long()
return Math.round(Math.acos(up / down) * 180 / Math.PI)
}
}

0 comments on commit 2cb9e5e

Please sign in to comment.