Searched refs:CubeRoot (Results 1 – 1 of 1) sorted by relevance
265 return x >= 0 ? CubeRoot(x) : -CubeRoot(-x);272 function CubeRoot(x) { class