Javascript Number normalized()
normalized()
Number.prototype.normalized = function () { return this / Math.abs(this); };