reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1164 if (ci_opr1 == 1) { // rootn(x, 1) = x 1169 if (ci_opr1 == 2) { // rootn(x, 2) = sqrt(x) 1178 } else if (ci_opr1 == 3) { // rootn(x, 3) = cbrt(x) 1187 } else if (ci_opr1 == -1) { // rootn(x, -1) = 1.0/x 1194 } else if (ci_opr1 == -2) { // rootn(x, -2) = rsqrt(x)