function cbrt (number:number) { return Math.cbrt(number) } export {cbrt}