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