commons-numbers-gamma/src/main/java/org/apache/commons/numbers/gamma/BoostBeta.java [686:693]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                    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;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



