if (!Math.trunc) { Math.trunc = function trunc(x){ return x < 0? Math.ceil(x): Math.floor(x); } ; }