Home | History | Annotate | Download | only in Utils

Lines Matching full:cbrt

2310     case LibFunc::cbrt:
2353 // cbrt:
2354 // * cbrt(expN(X)) -> expN(x/3)
2355 // * cbrt(sqrt(x)) -> pow(x,1/6)
2356 // * cbrt(cbrt(x)) -> pow(x,1/9)