You can buy this project and download/modify it how often you want.
Math.sign=function(n){return(n=Number(n))?n>0?1:-1:n};