You can buy this project and download/modify it how often you want.
Math.cbrt=function(t){var a=Math.pow(Math.abs(t),1/3);return t<0?-a:a};