Home
last modified time | relevance | path

Searched refs:CubeRoot (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/js/
Dmath.js265 return x >= 0 ? CubeRoot(x) : -CubeRoot(-x);
272 function CubeRoot(x) { class