commons-numbers-gamma/src/main/java/org/apache/commons/numbers/gamma/BoostBeta.java [585:592]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            double tmp = a;
            a = b;
            b = tmp;
            // swap(x, y)
            tmp = x;
            x = y;
            y = tmp;
            invert = !invert;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



commons-numbers-gamma/src/main/java/org/apache/commons/numbers/gamma/BoostBeta.java [743:750]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                double tmp = a;
                a = b;
                b = tmp;
                // swap(x, y)
                tmp = x;
                x = y;
                y = tmp;
                invert = !invert;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



