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