Lines Matching full:cbrt
2341 // cbrt:2342 // * cbrt(expN(X)) -> expN(x/3)2343 // * cbrt(sqrt(x)) -> pow(x,1/6)2344 // * cbrt(sqrt(x)) -> pow(x,1/9)