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