(u: Expression)
| 1326 | |
| 1327 | /** Rt[u, n] = RtAux[TogetherSimplify[u], n] — Rubi's canonical n-th root. |
| 1328 | * RtAux DISTRIBUTES the root over products/quotients and pairs sign flips |
| 1329 | * with negative-form sum factors. This composition is branch-unsound in |
| 1330 | * general; it is exactly Mathematica's principal-branch rendering, which |
| 1331 | * Rubi's rules rely on so that paired complex factors cancel phases (the |
| 1332 | * elliptic branch-phase cluster: e^{iπ/4} errors came from taking the root |
| 1333 | * of the whole quotient instead of the split). */ |
no test coverage detected