Javascript Number toDegree()
toDegree()
Number.prototype.toDegree = function() { return this / Math.PI * 180; };